kyuubi icon indicating copy to clipboard operation
kyuubi copied to clipboard

[Flink] Reduce excessively long thread sleep

Open waywtdcc opened this issue 1 year ago • 4 comments

This pull request fixes #5891 Reduce excessively long thread sleep

waywtdcc avatar Jan 03 '24 08:01 waywtdcc

@waywtdcc thanks for your contribution, please restore the PR description template and fill it in seriously, the detailed change description and review history are extremely important to an open-source project.

pan3793 avatar Jan 03 '24 09:01 pan3793

@link3280 @YesOrNo828 do you have suggestions/concerns on changing this value? Or maybe we should make it configurable?

pan3793 avatar Jan 03 '24 09:01 pan3793

The default fetch interval is the same as CliTableResultView in Flink SQL client, which I think is a reasonable default.

I would rather make it configurable if necessary.

link3280 avatar Jan 03 '24 09:01 link3280

+1 make it configurable.

YesOrNo828 avatar Jan 04 '24 02:01 YesOrNo828