mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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…
x
Reference in New Issue
Block a user