KAFKA-7584: StreamsConfig throws ClassCastException if max.in.flight.request.per.connect is specified as String#5874
Merged
guozhangwang merged 3 commits intoapache:trunkfrom Nov 15, 2018
Conversation
…request.per.connect is specified as String
Member
Author
|
Call for review @guozhangwang @bbejeck @vvcephei |
Member
Author
|
Java11 issues again. Failing Streams tests timed out. Additionally: Also some non-Streams test failures. |
bbejeck
approved these changes
Nov 3, 2018
| throw new ConfigException("Config value (with type " + maxInFlightRequests.getClass().getName() + " for " + ProducerConfig.MAX_IN_FLIGHT_REQUESTS_PER_CONNECTION + " could not be converted into an int."); | ||
| } | ||
|
|
||
| if (5 < maxInFlightRequestsAsInteger) { |
Member
There was a problem hiding this comment.
super nit: maybe reverse statement to maxInFlightRequestsAsInteger > 5 IMHO easier to grok, but this is highly opinionated, so feel free to ignore.
Member
Author
|
Failing Java11 tests unrelated: |
Member
Author
|
Updated this. |
Member
|
failures unrelated retest this please |
Member
Author
|
Retest this please |
Contributor
|
LGTM. Thanks @mjsax ! |
guozhangwang
approved these changes
Nov 15, 2018
Member
Author
|
Did you cherry-pick this to 2.0 and 2.1? (earlier version are not affected). |
Contributor
|
Have not, thanks for reminding! |
guozhangwang
pushed a commit
that referenced
this pull request
Nov 15, 2018
…request.per.connect is specified as String (#5874) Reviewers: Bill Bejeck <bill@confluent.io>, John Roesler <john@confluent.io>, Guozhang Wang <wangguoz@gmail.com>
guozhangwang
pushed a commit
that referenced
this pull request
Nov 15, 2018
…request.per.connect is specified as String (#5874) Reviewers: Bill Bejeck <bill@confluent.io>, John Roesler <john@confluent.io>, Guozhang Wang <wangguoz@gmail.com>
Contributor
|
Cherry-picked to 2.0 and 2.1 as well. |
Member
Author
|
Thank you! |
pengxiaolong
pushed a commit
to pengxiaolong/kafka
that referenced
this pull request
Jun 14, 2019
…request.per.connect is specified as String (apache#5874) Reviewers: Bill Bejeck <bill@confluent.io>, John Roesler <john@confluent.io>, Guozhang Wang <wangguoz@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.