-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Retry on Pinot Controller/Broker Rest calls and check data readiness for BasePinotIntegrationConnectorSmokeTest #14304
Conversation
.../trino-pinot/src/test/java/io/trino/plugin/pinot/BasePinotIntegrationConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
.../trino-pinot/src/test/java/io/trino/plugin/pinot/BasePinotIntegrationConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
.../trino-pinot/src/test/java/io/trino/plugin/pinot/BasePinotIntegrationConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
ff80030
to
4841cc4
Compare
Seems the stress test passed with 50 tests. If you feel ok, I can remove the commit 2? |
4841cc4
to
cf92424
Compare
.../trino-pinot/src/test/java/io/trino/plugin/pinot/BasePinotIntegrationConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
.../trino-pinot/src/test/java/io/trino/plugin/pinot/BasePinotIntegrationConnectorSmokeTest.java
Show resolved
Hide resolved
2767bfd
to
4959061
Compare
b0825b3
to
f91c25e
Compare
f91c25e
to
e3985c7
Compare
updated and try out more tests |
465ec6d
to
956da44
Compare
0fea595
to
4968214
Compare
Another 100 passes: https://github.com/trinodb/trino/actions/runs/3258870972/jobs/5351289222 |
8d19d74
to
a21df5a
Compare
80b62ed
to
81fb9c7
Compare
dc19376
to
d29ed40
Compare
return doWithRetries(retries, caller, DEFAULT_RETRY_INTERVAL); | ||
} | ||
|
||
public static <T> T doWithRetries(int retries, Function<Integer, T> caller, int retryInterval) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not using Failsafe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not familiar with this lib. Feel free to modify this PR or point me to the sample usage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 @xiangfu0 - this PR has become inactive. We hope you are still interested in working on it. Please let us know, and we can try to get reviewers to help with that. We're working on closing out old and inactive PRs, so if you're too busy or this has too many merge conflicts to be worth picking back up, we'll be making another pass to close it out in a few weeks. |
This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua |
the linked issue is fixed. I am closing this PR. Feel free to reopen if anything is still missing and you want to proceed with rebasing and further work. |
Fix #14277.