[jira] [Updated] (HBASE-12565) Race condition in HRegion.batchMutate() causes partial data to be written when region closes

2014-12-05 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-12565: -- Resolution: Fixed Fix Version/s: 2.0.0 1.0.0 Hadoop Flags: Reviewed

[jira] [Updated] (HBASE-12565) Race condition in HRegion.batchMutate() causes partial data to be written when region closes

2014-12-04 Thread Keith David Winkler (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith David Winkler updated HBASE-12565: Attachment: hbase-12565.patch Applies the two part recommended solution from the

[jira] [Updated] (HBASE-12565) Race condition in HRegion.batchMutate() causes partial data to be written when region closes

2014-12-04 Thread Keith David Winkler (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith David Winkler updated HBASE-12565: Affects Version/s: 2.0.0 Status: Patch Available (was: Open) Race

[jira] [Updated] (HBASE-12565) Race condition in HRegion.batchMutate() causes partial data to be written when region closes

2014-12-04 Thread Keith David Winkler (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith David Winkler updated HBASE-12565: Attachment: hbase-12565-v1.patch Fixes line length warnings and hanging unit test.

[jira] [Updated] (HBASE-12565) Race condition in HRegion.batchMutate() causes partial data to be written when region closes

2014-12-04 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-12565: -- Attachment: hbase-12565-v1.patch Retry.Does the failed test pass locally? Race condition in