You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Mahadev konar (JIRA)" <ji...@apache.org> on 2010/03/10 17:21:27 UTC

[jira] Created: (ZOOKEEPER-697) TestQuoutaQuorum is failing.

TestQuoutaQuorum is failing.
----------------------------

                 Key: ZOOKEEPER-697
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-697
             Project: Zookeeper
          Issue Type: Bug
            Reporter: Mahadev konar
            Assignee: Mahadev konar
            Priority: Blocker
             Fix For: 3.3.0


The hudson test build failed 

http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/729/testReport/junit/org.apache.zookeeper.test/QuorumQuotaTest/testQuotaWithQuorum/



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


[jira] Updated: (ZOOKEEPER-697) TestQuotaQuorum is failing on Hudson

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

Patrick Hunt updated ZOOKEEPER-697:
-----------------------------------

    Priority: Critical  (was: Blocker)

downgrading from blocker, haven't seen this again after many runs. we'll keep an eye but shouldn't block 3.3.0 (and may have been fixed)

> TestQuotaQuorum is failing on Hudson
> ------------------------------------
>
>                 Key: ZOOKEEPER-697
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-697
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Critical
>             Fix For: 3.3.0
>
>
> The hudson test build failed 
> http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/729/testReport/junit/org.apache.zookeeper.test/QuorumQuotaTest/testQuotaWithQuorum/

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


[jira] Commented: (ZOOKEEPER-697) TestQuotaQuorum is failing on Hudson

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

Mahadev konar commented on ZOOKEEPER-697:
-----------------------------------------

looks like a connectionloss error on the client side. I suspect that clover is making things too slow and causing connectionloss to happen. This mostly looks like a false alarm. We can certainly remove it as being a blocker.



> TestQuotaQuorum is failing on Hudson
> ------------------------------------
>
>                 Key: ZOOKEEPER-697
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-697
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 3.3.0
>
>
> The hudson test build failed 
> http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/729/testReport/junit/org.apache.zookeeper.test/QuorumQuotaTest/testQuotaWithQuorum/

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


[jira] Updated: (ZOOKEEPER-697) TestQuotaQuorum is failing on Hudson

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

Patrick Hunt updated ZOOKEEPER-697:
-----------------------------------

    Summary: TestQuotaQuorum is failing on Hudson  (was: TestQuoutaQuorum is failing.)

> TestQuotaQuorum is failing on Hudson
> ------------------------------------
>
>                 Key: ZOOKEEPER-697
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-697
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 3.3.0
>
>
> The hudson test build failed 
> http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/729/testReport/junit/org.apache.zookeeper.test/QuorumQuotaTest/testQuotaWithQuorum/

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


[jira] Updated: (ZOOKEEPER-697) TestQuotaQuorum is failing on Hudson

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

Patrick Hunt updated ZOOKEEPER-697:
-----------------------------------

    Fix Version/s:     (was: 3.3.0)
                   3.3.1

not a blocker for 3.3.0, tracking in 3.3.1. Have not seen these since, ie not reproduceable but let's keep an eye open.

> TestQuotaQuorum is failing on Hudson
> ------------------------------------
>
>                 Key: ZOOKEEPER-697
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-697
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Critical
>             Fix For: 3.3.1
>
>
> The hudson test build failed 
> http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/729/testReport/junit/org.apache.zookeeper.test/QuorumQuotaTest/testQuotaWithQuorum/

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


[jira] Commented: (ZOOKEEPER-697) TestQuotaQuorum is failing on Hudson

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

Patrick Hunt commented on ZOOKEEPER-697:
----------------------------------------

take a look at the end of the log. notice that the client is timing out after not hearing from the server for 20sec. then the server expires the session. there's no indication why this is happening. gc seems unlikely cause. why isn't the client reconnecting to another server? this seems similar to the asynchammer test failure in the sense that it looks like the server io pipe gets blocked up for some reason... it's vey weird.

> TestQuotaQuorum is failing on Hudson
> ------------------------------------
>
>                 Key: ZOOKEEPER-697
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-697
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 3.3.0
>
>
> The hudson test build failed 
> http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/729/testReport/junit/org.apache.zookeeper.test/QuorumQuotaTest/testQuotaWithQuorum/

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


[jira] Commented: (ZOOKEEPER-697) TestQuotaQuorum is failing on Hudson

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

Mahadev konar commented on ZOOKEEPER-697:
-----------------------------------------

good point..... This is quite weird. 

> TestQuotaQuorum is failing on Hudson
> ------------------------------------
>
>                 Key: ZOOKEEPER-697
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-697
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Mahadev konar
>            Assignee: Mahadev konar
>            Priority: Blocker
>             Fix For: 3.3.0
>
>
> The hudson test build failed 
> http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/729/testReport/junit/org.apache.zookeeper.test/QuorumQuotaTest/testQuotaWithQuorum/

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