Skip to content

Commit

Permalink
[ISSUE apache#5413] Modify AutoSwitchHAClient currentReceivedEpoch at…
Browse files Browse the repository at this point in the history
…tribute long type to int
  • Loading branch information
mxsm committed Oct 27, 2022
1 parent 4ba8aa2 commit 88c6b8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class AutoSwitchHAClient extends ServiceThread implements HAClient {
/**
* Current epoch
*/
private volatile long currentReceivedEpoch;
private volatile int currentReceivedEpoch;

public AutoSwitchHAClient(AutoSwitchHAService haService, DefaultMessageStore defaultMessageStore,
EpochFileCache epochCache) throws IOException {
Expand Down

0 comments on commit 88c6b8e

Please sign in to comment.