Class ShardIndexingPressureTracker.CommonOperationTracker

java.lang.Object
org.opensearch.index.ShardIndexingPressureTracker.CommonOperationTracker
Enclosing class:
ShardIndexingPressureTracker

public static class ShardIndexingPressureTracker.CommonOperationTracker
extends java.lang.Object
Common operation tracker is used to track values applicable across the operations for a specific shard role. This includes: a. currentCombinedCoordinatingAndPrimaryBytes - Bytes of data that is inflight/processing for a shard when primary is local to coordinator node. Hence common accounting for coordinator and primary operation. b. totalCombinedCoordinatingAndPrimaryBytes - Total bytes that are processed/completed successfully for a shard when primary is local to coordinator node. Hence common accounting for coordinator and primary operation.