-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Reopen][Issue 5597]retry when getPartitionedTopicMetadata failed #5734
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
Conversation
…a failed Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
|
run cpp tests |
|
run java8 tests |
1 similar comment
|
run java8 tests |
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
|
run java8 tests |
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
|
run java8 tests |
|
run java8 tests |
|
run java8 tests |
1 similar comment
|
run java8 tests |
|
run java8 tests |
|
run cpp tests |
|
run java8 tests |
|
run java8 tests |
1 similar comment
|
run java8 tests |
The tests seems to be failed due to the change. Can you please take a look at those tests? |
Sure, will fix them. |
Signed-off-by: xiaolong.ran <rxl@apache.org>
89c620d to
4cde912
Compare
Signed-off-by: xiaolong.ran <rxl@apache.org>
|
run cpp tests |
1 similar comment
|
run cpp tests |
…pache#5844) Motivation Fixes apache#5597 Add backoff retries when getting partitioned metadata from brokers. The change in apache#5734 (copy from apache#5603) used the wrong time unit when inited Backoff which failed to trigger the retry logic as expected. Modifications Correct the time unit and add some useful log.
Signed-off-by: xiaolong.ran ranxiaolong716@gmail.com
Fixes #5597
Motivation
When using a multi-broker service url to create a producer, if the connection to the first broker failed, the creation will fail.
Modifications
Add backoff retries when getting partitioned metadata from brokers.