Skip to content

BATCH-2651: Obvious Fix: ChunkMessageChannelWriter.waitForResults aborts to early #554

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

Closed
wants to merge 1 commit into from

Conversation

ystavanl
Copy link

ChunkMessageChannelWriter will only wait for maximal maxWaitTimeouts replies, even when there are more expected. This fix (including a unit test to fix it) changes behaviour so it will read all replies until maxWaitTimeouts consecutive timeouts are encountered.

So for each reply received, the timeout counter is reset to zero.

…after maxWaitTimout replies i.s.o. time outs.
@pivotal-issuemaster
Copy link

@ystavanl Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-issuemaster
Copy link

@ystavanl Thank you for signing the Contributor License Agreement!

@fmbenhassine
Copy link
Contributor

As mentioned in #952 (comment), this will be closed in favour of opening the ChunkMessageChannelItemWriter for extension.

Thank you for your contribution anyway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Open ChunkMessageChannelItemWriter for extension
3 participants