[
https://issues.apache.org/jira/browse/STORM-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14876713#comment-14876713
]
Jungtaek Lim commented on STORM-1051:
-------------------------------------
We are waiting for more reviewer to review.
In bylaws, we should wait at least 1 day to merge PR into repository.
Please refer https://github.com/apache/storm/blob/master/DEVELOPER.md and
http://storm.apache.org/documentation/BYLAWS.html.
Issue will be resolved by committer who merges PR, when PR gets merged into
repository.
> Netty Client.java's flushMessages produces a NullPointerException
> -----------------------------------------------------------------
>
> Key: STORM-1051
> URL: https://issues.apache.org/jira/browse/STORM-1051
> Project: Apache Storm
> Issue Type: Bug
> Affects Versions: 0.10.0, 0.9.6
> Reporter: Michael Schonfeld
> Assignee: Michael Schonfeld
> Priority: Critical
>
> STORM-763 replaced `return batch != null && !batch.isEmpty();` with
> `if(batch.isEmpty())`... which means that if batch == null, a
> NullPointerException is thrown. Problem is, batch is often null, which means
> that 763 made Storm unusable...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)