Skip to content

Commit 4b82ca7

Browse files
committed
refer to javadocs of getPendingPrimaryterm
1 parent c328417 commit 4b82ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public class IndexShard extends AbstractIndexShardComponent implements IndicesCl
193193

194194
protected volatile ShardRouting shardRouting;
195195
protected volatile IndexShardState state;
196-
protected volatile long pendingPrimaryTerm;
196+
protected volatile long pendingPrimaryTerm; // see JavaDocs for getPendingPrimaryTerm
197197
protected volatile long operationPrimaryTerm;
198198
protected final AtomicReference<Engine> currentEngineReference = new AtomicReference<>();
199199
final EngineFactory engineFactory;

0 commit comments

Comments
 (0)