We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040e559 commit 7ce1967Copy full SHA for 7ce1967
fluss-client/src/main/java/com/alibaba/fluss/client/utils/MetadataUtils.java
@@ -153,7 +153,7 @@ public static Cluster sendMetadataRequestAndRebuildCluster(
153
newPartitionIdByPath,
154
newTablePathToTableInfo);
155
})
156
- .get(5, TimeUnit.SECONDS); // TODO currently, we don't have timeout logic in
+ .get(30, TimeUnit.SECONDS); // TODO currently, we don't have timeout logic in
157
// RpcClient, it will let the get() block forever. So we
158
// time out here
159
}
0 commit comments