Skip to content

Commit

Permalink
fix rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiang-hhhh committed Sep 5, 2023
1 parent 3e91013 commit ea1b7f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public class Backend implements Writable {
// Not need serialize this field. If fe restart the state is reset to false. Maybe fe will
// send some queries to this BE, it is not an important problem.
private AtomicBoolean isShutDown = new AtomicBoolean(false);

// Backend process uuid, is uesd to tag a beckend process
// Currently it is always equal to be start time, even in oplog replay.
private long processUUID = 0;
Expand Down

0 comments on commit ea1b7f3

Please sign in to comment.