Skip to content

Commit

Permalink
replace func
Browse files Browse the repository at this point in the history
Signed-off-by: edwinhzhang <[email protected]>
  • Loading branch information
zhangheihei committed Oct 27, 2024
1 parent 4fba366 commit edaa5e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void applyVisibleLog(TransactionState txnState, TableCommitInfo commitInf
for (MaterializedIndex index : allIndices) {
for (Tablet tablet : index.getTablets()) {
boolean hasFailedVersion = false;
List<Replica> replicas = ((LocalTablet) tablet).getImmutableReplicas();
List<Replica> replicas = ((LocalTablet) tablet).getAllReplicas();
for (Replica replica : replicas) {
if (txnState.isNewFinish()) {
updateReplicaVersion(version, replica, txnState.getFinishState());
Expand Down

0 comments on commit edaa5e5

Please sign in to comment.