Skip to content
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

ScanIterator.scan.stream().toList() causes "java.lang.IllegalStateException: Accept exceeded fixed size of 0" on Java 16+ (#3002) #3020

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

tishun
Copy link
Collaborator

@tishun tishun commented Oct 18, 2024

Closes #3002

Applied the same solution as the one in the spring tracker.
Currently the infrastructure does not allow us to add a test for this, as we are using Java 8 on the pipeline.
(verified locally - of course - with Java 17 and Java 21)

Will add another issue to consider enabling the infra to at least run the tests with newer versions of Java.

Make sure that:

  • You have read the contribution guidelines.
  • You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket number in the pull request.
  • You applied code formatting rules using the mvn formatter:format target. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.

@tishun tishun added the type: bug A general bug label Oct 18, 2024
@tishun tishun added this to the 6.5.0.RELEASE milestone Oct 18, 2024
@tishun tishun merged commit aec0887 into redis:main Oct 18, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
1 participant