You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2012/08/03 20:35:02 UTC

[jira] [Created] (ACCUMULO-715) use curator

Eric Newton created ACCUMULO-715:
------------------------------------

             Summary: use curator
                 Key: ACCUMULO-715
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-715
             Project: Accumulo
          Issue Type: Improvement
          Components: master, tserver
    Affects Versions: 1.5.0-SNAPSHOT
            Reporter: Eric Newton
            Assignee: Eric Newton


Curator seems to have distilled a lot of zookeeper lesson's learned. Consider using it as our interface to zookeeper.

Curator advantages:
 * handles zookeeper retries, via configurable policies
 * works around some very strange failure scenarios
 * simplified API
 * does not need to be maintained by Accumulo developers


--
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

        

[jira] [Commented] (ACCUMULO-715) use curator

Posted by "David Medinets (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACCUMULO-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428305#comment-13428305 ] 

David Medinets commented on ACCUMULO-715:
-----------------------------------------

https://github.com/Netflix/curator - Curator is a set of Java libraries that make using Apache ZooKeeper much easier. While ZooKeeper comes bundled with a Java client, using the client is non-trivial and error prone.
                
> use curator
> -----------
>
>                 Key: ACCUMULO-715
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-715
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: master, tserver
>    Affects Versions: 1.5.0-SNAPSHOT
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>
> Curator seems to have distilled a lot of zookeeper lesson's learned. Consider using it as our interface to zookeeper.
> Curator advantages:
>  * handles zookeeper retries, via configurable policies
>  * works around some very strange failure scenarios
>  * simplified API
>  * unlike ZooCache and ZooLock, Curator does not need to be maintained by Accumulo developers

--
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

        

[jira] [Updated] (ACCUMULO-715) use curator

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

Eric Newton updated ACCUMULO-715:
---------------------------------

    Description: 
Curator seems to have distilled a lot of zookeeper lesson's learned. Consider using it as our interface to zookeeper.

Curator advantages:
 * handles zookeeper retries, via configurable policies
 * works around some very strange failure scenarios
 * simplified API
 * unlike ZooCache and ZooLock, Curator does not need to be maintained by Accumulo developers


  was:
Curator seems to have distilled a lot of zookeeper lesson's learned. Consider using it as our interface to zookeeper.

Curator advantages:
 * handles zookeeper retries, via configurable policies
 * works around some very strange failure scenarios
 * simplified API
 * does not need to be maintained by Accumulo developers


    
> use curator
> -----------
>
>                 Key: ACCUMULO-715
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-715
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: master, tserver
>    Affects Versions: 1.5.0-SNAPSHOT
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>
> Curator seems to have distilled a lot of zookeeper lesson's learned. Consider using it as our interface to zookeeper.
> Curator advantages:
>  * handles zookeeper retries, via configurable policies
>  * works around some very strange failure scenarios
>  * simplified API
>  * unlike ZooCache and ZooLock, Curator does not need to be maintained by Accumulo developers

--
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