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

Release 3.2 #146

Merged
merged 10 commits into from
Mar 21, 2018
Merged

Release 3.2 #146

merged 10 commits into from
Mar 21, 2018

Conversation

Kuroshii
Copy link
Collaborator

Changes

  • Add release comment
  • Bump version number to 3.2

Notably, if the work queue is cleared before shutting down, it's
possible that a late item could get to execute out-of-order.

As for the handler itself, if the thread pool is shutdown on a thread
separate from the rejected execution handler, it could be queued after
a shutdown, unless the handler checks whether the pool is shutdown
between the work queue having space and queuing the task.
Also includes moving around tests and having Generation only be owned
by KafkaController
@Kuroshii Kuroshii merged commit 3627675 into master Mar 21, 2018
Kuroshii added a commit that referenced this pull request Mar 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant