Skip to content

Commit

Permalink
refer to javadocs of getPendingPrimaryterm
Browse files Browse the repository at this point in the history
  • Loading branch information
ywelsch committed Aug 2, 2018
1 parent c328417 commit 4b82ca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public class IndexShard extends AbstractIndexShardComponent implements IndicesCl

protected volatile ShardRouting shardRouting;
protected volatile IndexShardState state;
protected volatile long pendingPrimaryTerm;
protected volatile long pendingPrimaryTerm; // see JavaDocs for getPendingPrimaryTerm
protected volatile long operationPrimaryTerm;
protected final AtomicReference<Engine> currentEngineReference = new AtomicReference<>();
final EngineFactory engineFactory;
Expand Down

0 comments on commit 4b82ca7

Please sign in to comment.