We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e003f commit 5283924Copy full SHA for 5283924
x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/Ccr.java
@@ -178,7 +178,7 @@ public Collection<Object> createComponents(
178
final NodeEnvironment nodeEnvironment,
179
final NamedWriteableRegistry namedWriteableRegistry) {
180
this.client = client;
181
- if (enabled == false) {
+ if (enabled == false || tribeNode || tribeNodeClient) {
182
return emptyList();
183
}
184
0 commit comments