Skip to content

Commit 02a3880

Browse files
HTHouJackieTien97
authored andcommitted
Fix IAuthorCache never update
(cherry picked from commit d0dab07)
1 parent 0bc2031 commit 02a3880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/auth/ClusterAuthorityFetcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public class ClusterAuthorityFetcher implements IAuthorityFetcher {
7474
private boolean cacheOutDate = false;
7575
private long heartBeatTimeStamp = 0;
7676

77-
private boolean acceptCache = false;
77+
private boolean acceptCache = true;
7878

7979
private static final IClientManager<ConfigRegionId, ConfigNodeClient> CONFIG_NODE_CLIENT_MANAGER =
8080
ConfigNodeClientManager.getInstance();

0 commit comments

Comments
 (0)