mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
remove whitespace
This commit is contained in:
parent
ded8b400b0
commit
8d7db7fd7a
@ -251,7 +251,7 @@ public class IndexingMemoryController extends AbstractComponent implements Index
|
||||
/** Shard calls this on each indexing/delete op */
|
||||
public void bytesWritten(int bytes) {
|
||||
long totalBytes = bytesWrittenSinceCheck.addAndGet(bytes);
|
||||
assert totalBytes >= 0 ;
|
||||
assert totalBytes >= 0;
|
||||
while (totalBytes > indexingBuffer.bytes()/30) {
|
||||
|
||||
if (runLock.tryLock()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user