[jira] [Updated] (HBASE-4485) Eliminate window of missing Data

2011-11-17 Thread Amitanand Aiyer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amitanand Aiyer updated HBASE-4485: --- Attachment: 4485-v5.diff Eliminate window of missing Data

[jira] [Updated] (HBASE-4485) Eliminate window of missing Data

2011-11-17 Thread Amitanand Aiyer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amitanand Aiyer updated HBASE-4485: --- Attachment: 4485-v6.diff Eliminate window of missing Data

[jira] [Updated] (HBASE-4485) Eliminate window of missing Data

2011-09-27 Thread Amitanand Aiyer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amitanand Aiyer updated HBASE-4485: --- Attachment: repro_bug-4485.diff Here is a way to repro the bug. uses unnecessary sleep to

[jira] [Updated] (HBASE-4485) Eliminate window of missing Data

2011-09-27 Thread Amitanand Aiyer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amitanand Aiyer updated HBASE-4485: --- Attachment: 4485-v2.diff fix the issue using locks to ensure that Store.updateStoreFiles

[jira] [Updated] (HBASE-4485) Eliminate window of missing Data

2011-09-27 Thread Amitanand Aiyer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amitanand Aiyer updated HBASE-4485: --- Attachment: 4485-v3.diff Move some functions to Store.java so that we do not have to access

[jira] [Updated] (HBASE-4485) Eliminate window of missing Data

2011-09-27 Thread Amitanand Aiyer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amitanand Aiyer updated HBASE-4485: --- Attachment: 4485-v4.diff move notifyChangeReaderObservers() outside the lock at all places.

[jira] [Updated] (HBASE-4485) Eliminate window of missing Data

2011-09-26 Thread Amitanand Aiyer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amitanand Aiyer updated HBASE-4485: --- Description: After incorporating v11 of the 2856 fix, we discovered that we are still having