-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix more providers #1062
base: master
Are you sure you want to change the base?
Fix more providers #1062
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Author of the following commits did not sign a Contributor Agreement: Please, read and sign the above mentioned agreement if you want to contribute to this project |
0156185
to
e6b34ae
Compare
I would like to weigh in and confirm that we're encountering this issue as well, and need this PR to get resolved somehow.
It can clear after subsequent runs, but this can be a major problem when you've enabled max-requests-per-instance to combat memory leaks in other modules. |
Hi there, Firstly, thank you for taking the time to contribute, and apologies for the radio silence from Elastic on this PR. I'm going to be working on this module over the next few weeks, with an ultimate aim of updating the module to support the elasticsearch 7.x and simplifying the module to make it easier to use. I'll be reviewing all the open issues and PRs over the next few days, and will merge or provide feedback where appropriate. So please hang in there whilst we give this module some TLC. Thanks again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
@Kidswiss The changes look sensible. Would you be able to sign the CLA as noted in #1062 (comment)? |
Running octocatalog-diff causes similar issues:
I was not able to fix the issue in about 1 hour and decided to wait if this gets fixed due to the changes in the upcoming release. But I'll be happy to help if i can get a understanding what changes are planned for the whole |
Dear @Kidswiss, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli Github Bot. I noticed that your pull request has CI failures. Can you please have a look at the failing CI jobs? |
Dear @Kidswiss, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase? You can find my sourcecode at voxpupuli/vox-pupuli-tasks |
In #1036 you fixed the autoload issue for some provider types. While testing today I found that there were still some providers that can fail to autoload.
How to reproduce:
Result:
Applying the same fix as in #1036 to these types/providers fixed the issue.
Maybe it would make sense to change the imports for all the types/providers?
Pull request acceptance prerequisites: