Register primary context handoff as known handler
This commit registers the primary context handoff handler as known. relates elastic/x-pack-elasticsearch#1856 Original commit: elastic/x-pack-elasticsearch@f91142a521
This commit is contained in:
parent
e8df087bde
commit
b710f5906f
|
@ -73,7 +73,6 @@ public class KnownActionsTests extends SecurityIntegTestCase {
|
||||||
codeActions = loadCodeActions();
|
codeActions = loadCodeActions();
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1856")
|
|
||||||
public void testAllTransportHandlersAreKnown() {
|
public void testAllTransportHandlersAreKnown() {
|
||||||
TransportService transportService = internalCluster().getDataNodeInstance(TransportService.class);
|
TransportService transportService = internalCluster().getDataNodeInstance(TransportService.class);
|
||||||
for (String handler : transportService.requestHandlers.keySet()) {
|
for (String handler : transportService.requestHandlers.keySet()) {
|
||||||
|
|
|
@ -121,6 +121,8 @@ internal:index/shard/recovery/prepare_translog
|
||||||
internal:index/shard/recovery/wait_clusterstate
|
internal:index/shard/recovery/wait_clusterstate
|
||||||
internal:index/shard/recovery/start_recovery
|
internal:index/shard/recovery/start_recovery
|
||||||
internal:index/shard/recovery/translog_ops
|
internal:index/shard/recovery/translog_ops
|
||||||
|
internal:index/shard/recovery/translog_ops
|
||||||
|
internal:index/shard/recovery/handoff_primary_context
|
||||||
internal:indices/admin/upgrade
|
internal:indices/admin/upgrade
|
||||||
internal:indices/flush/synced/in_flight
|
internal:indices/flush/synced/in_flight
|
||||||
internal:indices/flush/synced/pre
|
internal:indices/flush/synced/pre
|
||||||
|
|
Loading…
Reference in New Issue