Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiachun committed Sep 25, 2024
1 parent 1b95cb9 commit b45001e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ingester-protocol/src/main/java/io/greptime/RouterClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ public boolean init(RouterOptions opts) {
}

synchronized (this.refreshSequencer) {
// If the next task has started, we will ignore the current result.
//
// I don't want to worry about the overflow issue with long anymore,
// because assuming one increment per second, it will take 292 years
// to overflow. I think that's sufficient.
Expand Down

0 comments on commit b45001e

Please sign in to comment.