You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2008/10/29 07:02:44 UTC

[jira] Created: (ZOOKEEPER-213) programmer guide C api docs are out of sync with latest zookeeper.h

programmer guide C api docs are out of sync with latest zookeeper.h 
--------------------------------------------------------------------

                 Key: ZOOKEEPER-213
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-213
             Project: Zookeeper
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.0.0
            Reporter: Patrick Hunt
             Fix For: 3.1.0


see
http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#Zookeeper+C+client+API
and compare with src/c/zookeeper.h


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-213) programmer guide C api docs are out of sync with latest zookeeper.h

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648409#action_12648409 ] 

Mahadev konar commented on ZOOKEEPER-213:
-----------------------------------------

+1 for the patch... 

> programmer guide C api docs are out of sync with latest zookeeper.h 
> --------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-213
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-213
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: ZOOKEEPER-213.patch
>
>
> see
> http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#Zookeeper+C+client+API
> and compare with src/c/zookeeper.h

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ZOOKEEPER-213) programmer guide C api docs are out of sync with latest zookeeper.h

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649326#action_12649326 ] 

Hudson commented on ZOOKEEPER-213:
----------------------------------

Integrated in ZooKeeper-trunk #149 (See [http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/149/])
    

> programmer guide C api docs are out of sync with latest zookeeper.h 
> --------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-213
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-213
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: ZOOKEEPER-213.patch
>
>
> see
> http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#Zookeeper+C+client+API
> and compare with src/c/zookeeper.h

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-213) programmer guide C api docs are out of sync with latest zookeeper.h

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated ZOOKEEPER-213:
------------------------------------

    Hadoop Flags: [Reviewed]

> programmer guide C api docs are out of sync with latest zookeeper.h 
> --------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-213
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-213
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: ZOOKEEPER-213.patch
>
>
> see
> http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#Zookeeper+C+client+API
> and compare with src/c/zookeeper.h

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-213) programmer guide C api docs are out of sync with latest zookeeper.h

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-213:
-----------------------------------

    Fix Version/s: 3.0.1
         Assignee: Patrick Hunt
           Status: Patch Available  (was: Open)

> programmer guide C api docs are out of sync with latest zookeeper.h 
> --------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-213
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-213
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: ZOOKEEPER-213.patch
>
>
> see
> http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#Zookeeper+C+client+API
> and compare with src/c/zookeeper.h

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-213) programmer guide C api docs are out of sync with latest zookeeper.h

Posted by "Patrick Hunt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-213:
-----------------------------------

    Attachment: ZOOKEEPER-213.patch

This patch resolves the problems with forrest docs for c client acl api not matching the current zookeeper.h file. Also fixed the example to compile under gcc.

> programmer guide C api docs are out of sync with latest zookeeper.h 
> --------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-213
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-213
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: ZOOKEEPER-213.patch
>
>
> see
> http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#Zookeeper+C+client+API
> and compare with src/c/zookeeper.h

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ZOOKEEPER-213) programmer guide C api docs are out of sync with latest zookeeper.h

Posted by "Mahadev konar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mahadev konar updated ZOOKEEPER-213:
------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

committed in trunk to revision 718440 and in 3.0 to  revision 718441.

thanks pat.

> programmer guide C api docs are out of sync with latest zookeeper.h 
> --------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-213
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-213
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>             Fix For: 3.0.1, 3.1.0
>
>         Attachments: ZOOKEEPER-213.patch
>
>
> see
> http://hadoop.apache.org/zookeeper/docs/current/zookeeperProgrammers.html#Zookeeper+C+client+API
> and compare with src/c/zookeeper.h

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.