fixed issues after merging in master
This commit is contained in:
parent
f97aec7b8b
commit
cfd7847628
|
@ -47,7 +47,7 @@ public class TransportBulkShardOperationsAction
|
|||
indexNameExpressionResolver,
|
||||
BulkShardOperationsRequest::new,
|
||||
BulkShardOperationsRequest::new,
|
||||
ThreadPool.Names.BULK);
|
||||
ThreadPool.Names.WRITE);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -281,7 +281,8 @@ public class FollowingEngineTests extends ESTestCase {
|
|||
xContentRegistry, IndexSettingsModule.newIndexSettings(shardId.getIndexName(), indexSettings.getSettings())),
|
||||
new NoneCircuitBreakerService(),
|
||||
() -> SequenceNumbers.NO_OPS_PERFORMED,
|
||||
() -> primaryTerm.get()
|
||||
() -> primaryTerm.get(),
|
||||
EngineTestCase::createTombstoneDoc
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue