We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c328417 commit 4b82ca7Copy full SHA for 4b82ca7
server/src/main/java/org/elasticsearch/index/shard/IndexShard.java
@@ -193,7 +193,7 @@ public class IndexShard extends AbstractIndexShardComponent implements IndicesCl
193
194
protected volatile ShardRouting shardRouting;
195
protected volatile IndexShardState state;
196
- protected volatile long pendingPrimaryTerm;
+ protected volatile long pendingPrimaryTerm; // see JavaDocs for getPendingPrimaryTerm
197
protected volatile long operationPrimaryTerm;
198
protected final AtomicReference<Engine> currentEngineReference = new AtomicReference<>();
199
final EngineFactory engineFactory;
0 commit comments