[jira] [Commented] (HBASE-6725) Check and Put can fail when using locks

2012-09-10 Thread JIRA
[ https://issues.apache.org/jira/browse/HBASE-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13452235#comment-13452235 ] Nicolas Thiébaud commented on HBASE-6725: - The bug comes from the fact that

[jira] [Commented] (HBASE-6725) Check and Put can fail when using locks

2012-09-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13452246#comment-13452246 ] Ted Yu commented on HBASE-6725: --- @Nicolas: Thanks for the finding. For point b, can you

[jira] [Commented] (HBASE-6725) Check and Put can fail when using locks

2012-09-10 Thread JIRA
[ https://issues.apache.org/jira/browse/HBASE-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13452513#comment-13452513 ] Nicolas Thiébaud commented on HBASE-6725: - Done. Check and Put

[jira] [Commented] (HBASE-6725) Check and Put can fail when using locks

2012-09-08 Thread JIRA
[ https://issues.apache.org/jira/browse/HBASE-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13451272#comment-13451272 ] Nicolas Thiébaud commented on HBASE-6725: - It also fails with non-empty expected

[jira] [Commented] (HBASE-6725) Check and Put can fail when using locks

2012-09-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13450781#comment-13450781 ] Ted Yu commented on HBASE-6725: --- I tried the test against 0.92 and trunk: {code} Failed

[jira] [Commented] (HBASE-6725) Check and Put can fail when using locks

2012-09-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13450819#comment-13450819 ] Ted Yu commented on HBASE-6725: --- nit: {code} for(int c : counts) Assert.assertEquals(c,

[jira] [Commented] (HBASE-6725) Check and Put can fail when using locks

2012-09-06 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-6725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13449875#comment-13449875 ] Ted Yu commented on HBASE-6725: --- @Nicolas: Can you format ConcurrentCAPWithLocks class as a