[jira] [Updated] (HBASE-3725) HBase increments from old value after delete and write to disk

2012-08-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-3725: -- Fix Version/s: (was: 0.92.2) 0.92.3 We need patches for all branches before

[jira] [Updated] (HBASE-3725) HBase increments from old value after delete and write to disk

2012-07-20 Thread ShiXing (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ShiXing updated HBASE-3725: --- Attachment: HBASE-3725-0.92-V6.patch toTed bq. TestHRegion#testIncrementWithFlushAndDelete passed without

[jira] [Updated] (HBASE-3725) HBase increments from old value after delete and write to disk

2012-07-20 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Ted Yu updated HBASE-3725: -- Fix Version/s: 0.92.2 HBase increments from old value after delete and write to disk

[jira] [Updated] (HBASE-3725) HBase increments from old value after delete and write to disk

2012-07-19 Thread Zhihong Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhihong Ted Yu updated HBASE-3725: -- Status: Open (was: Patch Available) HBase increments from old value after delete and

[jira] [Updated] (HBASE-3725) HBase increments from old value after delete and write to disk

2012-07-18 Thread ShiXing (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ShiXing updated HBASE-3725: --- Attachment: HBASE-3725-0.92-V5.patch @stack, I generate a region with 3 store files. The increment slows

[jira] [Updated] (HBASE-3725) HBase increments from old value after delete and write to disk

2012-07-08 Thread ShiXing (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ShiXing updated HBASE-3725: --- Attachment: HBASE-3725-0.92-V4.patch pls review it. HBase increments from old value after

[jira] [Updated] (HBASE-3725) HBase increments from old value after delete and write to disk

2012-06-29 Thread ShiXing (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ShiXing updated HBASE-3725: --- Attachment: HBASE-3725-0.92-V3.patch If the Delete and next Increment occured the same millionsecond, the

[jira] [Updated] (HBASE-3725) HBase increments from old value after delete and write to disk

2012-06-28 Thread ShiXing (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ShiXing updated HBASE-3725: --- Attachment: HBASE-3725-0.92-V1.patch remove the getLastIncrement function. HBase

[jira] [Updated] (HBASE-3725) HBase increments from old value after delete and write to disk

2011-05-19 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-3725: - Fix Version/s: 0.92.0 HBase increments from old value after delete and write to disk

[jira] [Updated] (HBASE-3725) HBase increments from old value after delete and write to disk

2011-04-28 Thread Jonathan Gray (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gray updated HBASE-3725: - Attachment: HBASE-3725-v3.patch This fixes the problem in the only simple way I could think of.

[jira] [Updated] (HBASE-3725) HBase increments from old value after delete and write to disk

2011-04-04 Thread Nathaniel Cook (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathaniel Cook updated HBASE-3725: -- Attachment: HBASE-3725.patch Here is a patch with a simple unit test for this bug. As far as