Skip to content

Commit 5086568

Browse files
committed
address jark's comments
1 parent 795ef84 commit 5086568

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/catalog/FlinkTableFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ private static Configuration toFlussClientConfig(
245245

246246
// Todo support LookupOptions.MAX_RETRIES. Currently, Fluss doesn't support connector level
247247
// retry. The option 'client.lookup.max-retries' is only for dealing with the
248-
// RetriableException return by server not all exceptions.
248+
// RetriableException return by server not all exceptions. Trace by:
249+
// https://github.com/apache/fluss/issues/2099
249250

250251
// pass flink io tmp dir to fluss client.
251252
flussConfig.setString(

0 commit comments

Comments
 (0)