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:
Jason Tedor 2017-06-27 15:18:03 -04:00
parent e8df087bde
commit b710f5906f
2 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,6 @@ public class KnownActionsTests extends SecurityIntegTestCase {
codeActions = loadCodeActions();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1856")
public void testAllTransportHandlersAreKnown() {
TransportService transportService = internalCluster().getDataNodeInstance(TransportService.class);
for (String handler : transportService.requestHandlers.keySet()) {

View File

@ -121,6 +121,8 @@ internal:index/shard/recovery/prepare_translog
internal:index/shard/recovery/wait_clusterstate
internal:index/shard/recovery/start_recovery
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/flush/synced/in_flight
internal:indices/flush/synced/pre