You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (Created) (JIRA)" <ji...@apache.org> on 2011/11/23 18:05:41 UTC

[jira] [Created] (HBASE-4856) Unit tests under security profile need more heap space

Unit tests under security profile need more heap space
------------------------------------------------------

                 Key: HBASE-4856
                 URL: https://issues.apache.org/jira/browse/HBASE-4856
             Project: HBase
          Issue Type: Task
            Reporter: Ted Yu


In more than one 0.92-security builds (build #9, e.g.), we had the following:
{code}
Running org.apache.hadoop.hbase.master.TestDistributedLogSplitting
Exception in thread "ThreadedStreamConsumer" java.lang.OutOfMemoryError: Java heap space
	at java.util.Arrays.copyOf(Arrays.java:2882)
	at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
	at java.lang.StringBuffer.append(StringBuffer.java:224)
	at org.apache.maven.surefire.report.TestSetRunListener.getAsString(TestSetRunListener.java:201)
	at org.apache.maven.surefire.report.TestSetRunListener.testError(TestSetRunListener.java:139)
	at org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClient.java:112)
Running org.apache.hadoop.hbase.master.TestMasterFailover
Exception in thread "ThreadedStreamConsumer" java.lang.OutOfMemoryError: Java heap space
	at java.util.Arrays.copyOf(Arrays.java:2882)
	at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
	at java.lang.StringBuffer.append(StringBuffer.java:224)
	at org.apache.maven.surefire.report.TestSetRunListener.getAsString(TestSetRunListener.java:201)
	at org.apache.maven.surefire.report.TestSetRunListener.testError(TestSetRunListener.java:139)
{code}
We should increase maximum heap for tests under security profile

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

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

Hudson commented on HBASE-4856:
-------------------------------

Integrated in HBase-0.92-security #11 (See [https://builds.apache.org/job/HBase-0.92-security/11/])
    HBASE-4856  Upgrade zookeeper to 3.4.0 release - revert, Apache maven repository not ready
HBASE-4856  Upgrade zookeeper to 3.4.0 release

tedyu : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/pom.xml

tedyu : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/pom.xml

                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

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

Hudson commented on HBASE-4856:
-------------------------------

Integrated in HBase-TRUNK #2479 (See [https://builds.apache.org/job/HBase-TRUNK/2479/])
    HBASE-4856  Upgrade zookeeper to 3.4.0 release

tedyu : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/pom.xml

                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "Ted Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-4856:
--------------------------

    Description: 
Zookeeper 3.4.0 has been released.
We should upgade.

  was:
In more than one 0.92-security builds (build #9, e.g.), we had the following:
{code}
Running org.apache.hadoop.hbase.master.TestDistributedLogSplitting
Exception in thread "ThreadedStreamConsumer" java.lang.OutOfMemoryError: Java heap space
	at java.util.Arrays.copyOf(Arrays.java:2882)
	at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
	at java.lang.StringBuffer.append(StringBuffer.java:224)
	at org.apache.maven.surefire.report.TestSetRunListener.getAsString(TestSetRunListener.java:201)
	at org.apache.maven.surefire.report.TestSetRunListener.testError(TestSetRunListener.java:139)
	at org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClient.java:112)
Running org.apache.hadoop.hbase.master.TestMasterFailover
Exception in thread "ThreadedStreamConsumer" java.lang.OutOfMemoryError: Java heap space
	at java.util.Arrays.copyOf(Arrays.java:2882)
	at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
	at java.lang.StringBuffer.append(StringBuffer.java:224)
	at org.apache.maven.surefire.report.TestSetRunListener.getAsString(TestSetRunListener.java:201)
	at org.apache.maven.surefire.report.TestSetRunListener.testError(TestSetRunListener.java:139)
{code}
We should increase maximum heap for tests under security profile

        Summary: Upgrade zookeeper to 3.4.0 release  (was: Unit tests under security profile need more heap space)
    
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "Ted Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156418#comment-13156418 ] 

Ted Yu commented on HBASE-4856:
-------------------------------

PreCommit build was proceeding normally - the new zookeeper artifact seems to be good.

Integrated to 0.92 branch and TRUNK.

Thanks for the review Stack and Todd.
                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156254#comment-13156254 ] 

stack commented on HBASE-4856:
------------------------------

We can't do 3.3.3 zk and have a secure zk.  See conversation over in tail of HBASE-2418.
                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "Ted Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-4856:
--------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)
    
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] [Assigned] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "Ted Yu (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu reassigned HBASE-4856:
-----------------------------

    Assignee: Ted Yu
    
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "Ted Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156220#comment-13156220 ] 

Ted Yu commented on HBASE-4856:
-------------------------------

My reasoning was that the 3.4.0 zookeeper release would be more stable than 3.4.0-SNAPSHOT build which would change after we release 0.92

When I switched zookeeper to 3.3.3 for non-secure build, I got:
{code}
[ERROR] /Users/zhihyu/92hbase/src/main/java/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.java:[145,40] cannot find symbol
[ERROR] symbol  : class NIOServerCnxnFactory
[ERROR] location: class org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster
{code}
                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "Ted Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-4856:
--------------------------

    Fix Version/s: 0.92.0
    
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "Ted Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-4856:
--------------------------

    Attachment: 4856.txt
    
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "Ted Yu (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-4856:
--------------------------

    Status: Patch Available  (was: Open)
    
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "Todd Lipcon (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156208#comment-13156208 ] 

Todd Lipcon commented on HBASE-4856:
------------------------------------

If we're separating a security build and non-security build, I'd recommend keeping the non-secure one at the 3.3 series. 3.4 has a lot of new features and my hunch is that there are going to be some bugs that shake out over the next few months.
                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156416#comment-13156416 ] 

stack commented on HBASE-4856:
------------------------------

+1 for trunk and 0.92.
                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

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

Hudson commented on HBASE-4856:
-------------------------------

Integrated in HBase-TRUNK #2476 (See [https://builds.apache.org/job/HBase-TRUNK/2476/])
    HBASE-4856  Upgrade zookeeper to 3.4.0 release - revert, Apache maven repository not ready
HBASE-4856  Upgrade zookeeper to 3.4.0 release

tedyu : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/pom.xml

tedyu : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/pom.xml

                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] [Reopened] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "Ted Yu (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu reopened HBASE-4856:
---------------------------


Wasn't able to pull 3.4.0 artifact from maven repository.
                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

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

Hudson commented on HBASE-4856:
-------------------------------

Integrated in HBase-TRUNK-security #7 (See [https://builds.apache.org/job/HBase-TRUNK-security/7/])
    HBASE-4856  Upgrade zookeeper to 3.4.0 release - revert, Apache maven repository not ready
HBASE-4856  Upgrade zookeeper to 3.4.0 release

tedyu : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/pom.xml

tedyu : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/pom.xml

                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] [Resolved] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "Ted Yu (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu resolved HBASE-4856.
---------------------------

    Resolution: Fixed
    
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

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

Hudson commented on HBASE-4856:
-------------------------------

Integrated in HBase-0.92 #163 (See [https://builds.apache.org/job/HBase-0.92/163/])
    HBASE-4856  Upgrade zookeeper to 3.4.0 release
HBASE-4856  Upgrade zookeeper to 3.4.0 release - revert, Apache maven repository not ready
HBASE-4856  Upgrade zookeeper to 3.4.0 release

tedyu : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/pom.xml

tedyu : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/pom.xml

tedyu : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/pom.xml

                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

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

Hudson commented on HBASE-4856:
-------------------------------

Integrated in HBase-TRUNK-security #9 (See [https://builds.apache.org/job/HBase-TRUNK-security/9/])
    HBASE-4856  Upgrade zookeeper to 3.4.0 release

tedyu : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/pom.xml

                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

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

Hudson commented on HBASE-4856:
-------------------------------

Integrated in HBase-0.92-security #13 (See [https://builds.apache.org/job/HBase-0.92-security/13/])
    HBASE-4856  Upgrade zookeeper to 3.4.0 release

tedyu : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/pom.xml

                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

--
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] (HBASE-4856) Upgrade zookeeper to 3.4.0 release

Posted by "Ted Yu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13156770#comment-13156770 ] 

Ted Yu commented on HBASE-4856:
-------------------------------

Integrated to 0.92 and TRUNK after verifying that 3.4.0 artifacts could be pulled.
                
> Upgrade zookeeper to 3.4.0 release
> ----------------------------------
>
>                 Key: HBASE-4856
>                 URL: https://issues.apache.org/jira/browse/HBASE-4856
>             Project: HBase
>          Issue Type: Task
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.92.0
>
>         Attachments: 4856.txt
>
>
> Zookeeper 3.4.0 has been released.
> We should upgade.

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