-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement] Adding a new Apache Kafka catalog works but times out listing topics #3249
Labels
improvement
Improvements on everything
Comments
@mchades would you please check and try to improve this issue. |
@mchades ignore my last comment - this is still an issue. |
jerryshao
pushed a commit
that referenced
this issue
May 17, 2024
… timeout (#3417) ### What changes were proposed in this pull request? - Transmit the real reason for the error to the user - shorten timeout from 60s to 15s - add thread info to the log - add default timeout config to the conf file ### Why are the changes needed? Fix: #3249 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? test added
github-actions bot
pushed a commit
that referenced
this issue
May 17, 2024
… timeout (#3417) ### What changes were proposed in this pull request? - Transmit the real reason for the error to the user - shorten timeout from 60s to 15s - add thread info to the log - add default timeout config to the conf file ### Why are the changes needed? Fix: #3249 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? test added
mchades
added a commit
that referenced
this issue
May 17, 2024
… timeout (#3421) ### What changes were proposed in this pull request? - Transmit the real reason for the error to the user - shorten timeout from 60s to 15s - add thread info to the log - add default timeout config to the conf file ### Why are the changes needed? Fix: #3249 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? test added Co-authored-by: mchades <[email protected]>
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…horten timeout (apache#3417) ### What changes were proposed in this pull request? - Transmit the real reason for the error to the user - shorten timeout from 60s to 15s - add thread info to the log - add default timeout config to the conf file ### Why are the changes needed? Fix: apache#3249 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? test added
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be improved?
If you add a Kafka catalog using the URL of a non-running Kafka server in a catalog it be added with no error. It will timeout after 30 seconds (or so) of trying to list the topics when you click on the default "sechma".
How should we improve?
The text was updated successfully, but these errors were encountered: