You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2020/07/23 12:30:07 UTC

[GitHub] [zookeeper] eolivelli commented on pull request #1407: ZOOKEEPER-3895 Client side NullPointerException in case of empty Multi operation

eolivelli commented on pull request #1407:
URL: https://github.com/apache/zookeeper/pull/1407#issuecomment-662978887


   @symat 
   This is a bug on the Java client, probably a regression of 3.6.0.
   I will create a ticket for the C-client, as I don't have a working env for C-client development during these days
   
    @TisonKun 
   as you mentioned the problem is that opKind is null.
   If the client requests zero ops that it is expected to have zero results, so it is not a problem from my point of view.
   I think there is no need to log a warning, we should simply do nothing and return.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org