Don't pass indexing buffer side to the translog
This commit is contained in:
parent
4cda543637
commit
e416ed2426
|
@ -901,7 +901,7 @@ public class IndexShard extends AbstractIndexShardComponent implements IndexShar
|
|||
public void updateBufferSize(ByteSizeValue shardIndexingBufferSize, ByteSizeValue shardTranslogBufferSize) {
|
||||
Engine engine = engineSafe();
|
||||
engine.updateIndexingBufferSize(shardIndexingBufferSize);
|
||||
translog().updateBuffer(shardIndexingBufferSize);
|
||||
translog().updateBuffer(shardTranslogBufferSize);
|
||||
}
|
||||
|
||||
public void markAsInactive() {
|
||||
|
|
Loading…
Reference in New Issue