Skip to content
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

Refactor non_reloadable_plugin #6499

Closed
wants to merge 2 commits into from
Closed

Conversation

ph
Copy link
Contributor

@ph ph commented Jan 6, 2017

Instead of using a list of non reloadable plugin we add a new class
method on the base plugin class that the plugin will override.

By default we assume that all plugins are reloadable, only the stdin
shouldn't be reloadable.

ph added 2 commits January 4, 2017 20:03
Instead of using a list of non reloadable plugin we add a new class
method on the base plugin class that the plugin will override.

By default we assume that all plugins are reloadable, only the stdin
shouldn't be reloadable.
@ph ph requested a review from jsvd January 10, 2017 16:00
@ph
Copy link
Contributor Author

ph commented Jan 10, 2017

I will take a look at the failling test, doesn't fail locally, will have to add debug log for travis.

@ph
Copy link
Contributor Author

ph commented Jan 10, 2017

make sure you use logstash-plugins/logstash-input-stdin#14 :)
this is why the test is hanging here..

@jsvd jsvd closed this Jan 17, 2017
@jsvd jsvd reopened this Jan 17, 2017
@jsvd
Copy link
Member

jsvd commented Jan 24, 2017

LGTM

@ph ph added the v5.3.0 label Jan 25, 2017
@elasticsearch-bot
Copy link

Pier-Hugues Pellerin merged this into the following branches!

Branch Commits
master 2957ca3, db13b08
5.x 6f9fb96, f248632

elasticsearch-bot pushed a commit that referenced this pull request Jan 25, 2017
Instead of using a list of non reloadable plugin we add a new class
method on the base plugin class that the plugin will override.

By default we assume that all plugins are reloadable, only the stdin
shouldn't be reloadable.

Fixes #6499
elasticsearch-bot pushed a commit that referenced this pull request Jan 25, 2017
elasticsearch-bot pushed a commit that referenced this pull request Jan 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants