OpenSearch/elasticsearch
Alexander Reelsen 0cd636422c Watcher: Prevent double creation of node services
Because of specifying the concrete implementations in WatcherPlugin.nodeServices(),
all of those services got created twice for each node (guice requires the interface here).
This resulted in NPEs as the first instantiation did not run doStart() and thus had empty
settings, that resulted in a NPE.

Closes elastic/elasticsearch#1179

Original commit: elastic/x-pack-elasticsearch@c6a1f5093f
2015-12-22 11:29:04 +01:00
..
2015-12-18 14:15:06 -08:00
2015-12-18 14:15:06 -08:00
2015-12-03 16:22:37 +01:00
2015-12-03 16:22:37 +01:00