Revert "[SPARK-45502][BUILD] Upgrade Kafka to 3.6.0"#43379
Revert "[SPARK-45502][BUILD] Upgrade Kafka to 3.6.0"#43379LuciferYang wants to merge 1 commit intoapache:masterfrom
Conversation
This reverts commit d1bd21a.
HyukjinKwon
left a comment
There was a problem hiding this comment.
I am fine with this but cc @HeartSaVioR
|
I see that the author is trying to fix it, we can also wait a little longer. But since the sbt test is in a fail-fast mode, once also cc @dongjoon-hyun @dengziming |
HeartSaVioR
left a comment
There was a problem hiding this comment.
+1 on reverting. Thanks @LuciferYang to figure out the unstability.
In addition, I really want to see the "benefits" being listed in PR description when we bump the version. Have we run any benchmark to verify there is no regression? Have we looked into the release notes to highlight the benefits and critical bugfixes to provide rationale of the version bump? Could we please be conservative and pick bugfix versions unless the minor release unblocks us/users for some specific functionalities?
dengziming
left a comment
There was a problem hiding this comment.
LGTM, I already find some clues but it's still not enough, lets revert it firstly.
|
Merged into master. Thanks @HyukjinKwon @HeartSaVioR @dengziming ~ |
|
Thank you, @LuciferYang and all. |
Thank you @HeartSaVioR for mention this, I agree with you about picking bugfix versions, however, this bug is introduced by me when I haven't tested it carefully and the last build accidentally succeed, so it was merged by mistake. lets wait and upgrade it to 3.6.1 later. BTW, I have found the root cause is apache/kafka#12590, we will send a fetch request when closing |
|
Thank you for the info, @dengziming . |

This reverts commit d1bd21a.
What changes were proposed in this pull request?
This pr aims to revert SPARK-45502 to make the test case
KafkaSourceStressSuitestable.Why are the changes needed?
The test case
KafkaSourceStressSuitehas become very unstable after the merger of SPARK-45502, with 10 out of the recent 22 tests failing because of it. Revert it for now, and we can upgrade Kafka again after resolving the test issues.Does this PR introduce any user-facing change?
No
How was this patch tested?
Pass GitHub Actions
Was this patch authored or co-authored using generative AI tooling?
No