[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13225859#comment-13225859
 ] 

Zhihong Yu commented on ZOOKEEPER-1407:
---------------------------------------

Uploaded new version of patch which covers GetChildren.

I think we should produce better hash code compared to what we have now:
{code}
        public int hashCode() {
            return getType() + getPath().hashCode() + Arrays.hashCode(data) + 
version;
        }
{code}
                
> Support GetData and GetChildren in Multi
> ----------------------------------------
>
>                 Key: ZOOKEEPER-1407
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1407
>             Project: ZooKeeper
>          Issue Type: Improvement
>            Reporter: Zhihong Yu
>         Attachments: 1407.txt
>
>
> There is use case where GetData and GetChildren would participate in Multi.
> We should add support for this case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to