Skip to content

Commit f00918a

Browse files
committed
pull
1 parent 9541ee5 commit f00918a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

server/src/main/java/org/elasticsearch/index/shard/IndexingStats.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,8 @@ public static class Stats implements Writeable, ToXContentFragment {
4646
private long throttleTimeInMillis;
4747
private boolean isThrottled;
4848
private long totalIndexingTimeSinceShardStartedInNanos;
49-
<<<<<<< HEAD
5049
// This is different from totalIndexingTimeSinceShardStartedInNanos, as it also includes the time taken to write indexing buffers
5150
// to disk on the same thread as the indexing thread. This happens when we are running low on memory and want to push
52-
=======
53-
// This is different from totalIndexingTimeSinceShardStartedInNanos, as it also includes the time taken to write indexing buffers to
54-
// disk
55-
// on the same thread as the indexing thread. This happens when we are running low on memory and want to push
56-
>>>>>>> 1d3ba53992a9db5a4752c3c93041061b279ee818
5751
// back on indexing, see IndexingMemoryController#writePendingIndexingBuffers()
5852
private long totalIndexingExecutionTimeSinceShardStartedInNanos;
5953
private long totalActiveTimeInNanos;

0 commit comments

Comments
 (0)