We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796de65 commit d0dab07Copy full SHA for d0dab07
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/auth/ClusterAuthorityFetcher.java
@@ -74,7 +74,7 @@ public class ClusterAuthorityFetcher implements IAuthorityFetcher {
74
private boolean cacheOutDate = false;
75
private long heartBeatTimeStamp = 0;
76
77
- private boolean acceptCache = false;
+ private boolean acceptCache = true;
78
79
private static final IClientManager<ConfigRegionId, ConfigNodeClient> CONFIG_NODE_CLIENT_MANAGER =
80
ConfigNodeClientManager.getInstance();
0 commit comments