[jira] [Updated] (HBASE-13192) IntegrationTestBulkLoad doesn't wait for table modification sometimes leading to spurious test failures

2015-03-12 Thread Devaraj Das (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-13192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devaraj Das updated HBASE-13192:

Attachment: 13192-1.txt

Straightforward patch.

 IntegrationTestBulkLoad doesn't wait for table modification sometimes leading 
 to spurious test failures
 ---

 Key: HBASE-13192
 URL: https://issues.apache.org/jira/browse/HBASE-13192
 Project: HBase
  Issue Type: Bug
Reporter: Devaraj Das
Assignee: Devaraj Das
 Attachments: 13192-1.txt


 Noticed this issue in our internal test runs. It shows up when the test is 
 run with replicas turned on. After the bulk load is complete, the test tries 
 to modify the table with an intention of having the replicas load the new 
 region files. But due to a bug in the way the test was waiting for the 
 modifyTable operation to complete, it would not actually wait. Sometimes a 
 replica wouldn't have loaded the new files yet and it might happen that the 
 'check' step of the test would go to that replica asking for data. It would 
 give empty results back, and the test would fail.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-13192) IntegrationTestBulkLoad doesn't wait for table modification sometimes leading to spurious test failures

2015-03-11 Thread Devaraj Das (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-13192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devaraj Das updated HBASE-13192:

   Resolution: Fixed
Fix Version/s: 1.0.1
   Status: Resolved  (was: Patch Available)

Committed.

 IntegrationTestBulkLoad doesn't wait for table modification sometimes leading 
 to spurious test failures
 ---

 Key: HBASE-13192
 URL: https://issues.apache.org/jira/browse/HBASE-13192
 Project: HBase
  Issue Type: Bug
Reporter: Devaraj Das
Assignee: Devaraj Das
 Fix For: 1.0.1

 Attachments: 13192-1.txt, 13192-2.txt


 Noticed this issue in our internal test runs. It shows up when the test is 
 run with replicas turned on. After the bulk load is complete, the test tries 
 to modify the table with an intention of having the replicas load the new 
 region files. But due to a bug in the way the test was waiting for the 
 modifyTable operation to complete, it would not actually wait. Sometimes a 
 replica wouldn't have loaded the new files yet and it might happen that the 
 'check' step of the test would go to that replica asking for data. It would 
 give empty results back, and the test would fail.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-13192) IntegrationTestBulkLoad doesn't wait for table modification sometimes leading to spurious test failures

2015-03-10 Thread Devaraj Das (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-13192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devaraj Das updated HBASE-13192:

Status: Patch Available  (was: Open)

 IntegrationTestBulkLoad doesn't wait for table modification sometimes leading 
 to spurious test failures
 ---

 Key: HBASE-13192
 URL: https://issues.apache.org/jira/browse/HBASE-13192
 Project: HBase
  Issue Type: Bug
Reporter: Devaraj Das
Assignee: Devaraj Das
 Attachments: 13192-1.txt


 Noticed this issue in our internal test runs. It shows up when the test is 
 run with replicas turned on. After the bulk load is complete, the test tries 
 to modify the table with an intention of having the replicas load the new 
 region files. But due to a bug in the way the test was waiting for the 
 modifyTable operation to complete, it would not actually wait. Sometimes a 
 replica wouldn't have loaded the new files yet and it might happen that the 
 'check' step of the test would go to that replica asking for data. It would 
 give empty results back, and the test would fail.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HBASE-13192) IntegrationTestBulkLoad doesn't wait for table modification sometimes leading to spurious test failures

2015-03-10 Thread Devaraj Das (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-13192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devaraj Das updated HBASE-13192:

Attachment: 13192-2.txt

Better version..

 IntegrationTestBulkLoad doesn't wait for table modification sometimes leading 
 to spurious test failures
 ---

 Key: HBASE-13192
 URL: https://issues.apache.org/jira/browse/HBASE-13192
 Project: HBase
  Issue Type: Bug
Reporter: Devaraj Das
Assignee: Devaraj Das
 Attachments: 13192-1.txt, 13192-2.txt


 Noticed this issue in our internal test runs. It shows up when the test is 
 run with replicas turned on. After the bulk load is complete, the test tries 
 to modify the table with an intention of having the replicas load the new 
 region files. But due to a bug in the way the test was waiting for the 
 modifyTable operation to complete, it would not actually wait. Sometimes a 
 replica wouldn't have loaded the new files yet and it might happen that the 
 'check' step of the test would go to that replica asking for data. It would 
 give empty results back, and the test would fail.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)