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

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

I see the following in build output:
{code}
     [exec]     [javac] 
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/java/main/org/apache/zookeeper/Op.java:293:
 org.apache.zookeeper.Op.GetChildren is not abstract and does not override 
abstract method withChroot(java.lang.String) in org.apache.zookeeper.Op
     [exec]     [javac]     public static class GetChildren extends Op {
{code}
Looking at other classes (such as Delete) in Op.java, I don't see them having 
withChroot() method.

I searched codebase and didn't find where withChroot() is defined.

For the following:
{code}
     [exec]     [javac] 
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/src/java/main/org/apache/zookeeper/server/DataTree.java:758:
 cannot find symbol
     [exec]     [javac] symbol  : variable debug
     [exec]     [javac] location: class org.apache.zookeeper.server.DataTree
     [exec]     [javac]                   debug = "Get children transaction for 
"
{code}
debug is defined at line 732, outside the try loop.
                
> 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
>             Fix For: 3.5.0
>
>         Attachments: 1407-v2.txt, 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