GitHub user srdo opened a pull request:
https://github.com/apache/storm/pull/2929
MINOR: Correct comment about overflow limiting in JCQueue. Setting ovâ¦
â¦erflow limit to 0 disables limiting, does not disable overflow
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm
MINOR-jcqueue-overflow-limit-comment
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2929.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2929
----
commit 7d14d02ed309fd724b3ecccf2a75a65b0359eee6
Author: Stig Rohde Døssing <srdo@...>
Date: 2018-12-21T17:51:17Z
MINOR: Correct comment about overflow limiting in JCQueue. Setting overflow
limit to 0 disables limiting, does not disable overflow
----
---