Skip to content

Commit d0dab07

Browse files
authored
Fix IAuthorCache never update
1 parent 796de65 commit d0dab07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)