[jira] [Updated] (HBASE-7083) SSH#fixupDaughter should force re-assign missing daughter

2012-11-01 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7083:
---

Status: Open  (was: Patch Available)

 SSH#fixupDaughter should force re-assign missing daughter
 -

 Key: HBASE-7083
 URL: https://issues.apache.org/jira/browse/HBASE-7083
 Project: HBase
  Issue Type: Bug
  Components: Region Assignment
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.0

 Attachments: trunk-7083.patch


 In looking into flaky test 
 TestSplitTransactionOnCluster#testShutdownSimpleFixup, I found out that a 
 missing daughter is not assigned by SSH properly.  It could be open on the 
 dead server.  We need to force re-assign it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7083) SSH#fixupDaughter should force re-assign missing daughter

2012-11-01 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7083:
---

Hadoop Flags: Reviewed
  Status: Patch Available  (was: Open)

 SSH#fixupDaughter should force re-assign missing daughter
 -

 Key: HBASE-7083
 URL: https://issues.apache.org/jira/browse/HBASE-7083
 Project: HBase
  Issue Type: Bug
  Components: Region Assignment
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.0

 Attachments: trunk-7083.patch


 In looking into flaky test 
 TestSplitTransactionOnCluster#testShutdownSimpleFixup, I found out that a 
 missing daughter is not assigned by SSH properly.  It could be open on the 
 dead server.  We need to force re-assign it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7083) SSH#fixupDaughter should force re-assign missing daughter

2012-11-01 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7083:
---

Status: Open  (was: Patch Available)

 SSH#fixupDaughter should force re-assign missing daughter
 -

 Key: HBASE-7083
 URL: https://issues.apache.org/jira/browse/HBASE-7083
 Project: HBase
  Issue Type: Bug
  Components: Region Assignment
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.0

 Attachments: trunk-7083.patch, trunk-7083.patch


 In looking into flaky test 
 TestSplitTransactionOnCluster#testShutdownSimpleFixup, I found out that a 
 missing daughter is not assigned by SSH properly.  It could be open on the 
 dead server.  We need to force re-assign it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7083) SSH#fixupDaughter should force re-assign missing daughter

2012-11-01 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7083:
---

Attachment: trunk-7083.patch

 SSH#fixupDaughter should force re-assign missing daughter
 -

 Key: HBASE-7083
 URL: https://issues.apache.org/jira/browse/HBASE-7083
 Project: HBase
  Issue Type: Bug
  Components: Region Assignment
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.0

 Attachments: trunk-7083.patch, trunk-7083.patch


 In looking into flaky test 
 TestSplitTransactionOnCluster#testShutdownSimpleFixup, I found out that a 
 missing daughter is not assigned by SSH properly.  It could be open on the 
 dead server.  We need to force re-assign it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7083) SSH#fixupDaughter should force re-assign missing daughter

2012-11-01 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7083:
---

Status: Patch Available  (was: Open)

Try hadoop-qa again.

 SSH#fixupDaughter should force re-assign missing daughter
 -

 Key: HBASE-7083
 URL: https://issues.apache.org/jira/browse/HBASE-7083
 Project: HBase
  Issue Type: Bug
  Components: Region Assignment
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.0

 Attachments: trunk-7083.patch, trunk-7083.patch


 In looking into flaky test 
 TestSplitTransactionOnCluster#testShutdownSimpleFixup, I found out that a 
 missing daughter is not assigned by SSH properly.  It could be open on the 
 dead server.  We need to force re-assign it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7083) SSH#fixupDaughter should force re-assign missing daughter

2012-11-01 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7083:
---

Resolution: Fixed
Status: Resolved  (was: Patch Available)

Integrated into trunk.  Thanks Stack and Ted for the review.
The failed unit tests are flaky, seem to be fine locally.

 SSH#fixupDaughter should force re-assign missing daughter
 -

 Key: HBASE-7083
 URL: https://issues.apache.org/jira/browse/HBASE-7083
 Project: HBase
  Issue Type: Bug
  Components: Region Assignment
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.0

 Attachments: trunk-7083.patch, trunk-7083.patch


 In looking into flaky test 
 TestSplitTransactionOnCluster#testShutdownSimpleFixup, I found out that a 
 missing daughter is not assigned by SSH properly.  It could be open on the 
 dead server.  We need to force re-assign it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7083) SSH#fixupDaughter should force re-assign missing daughter

2012-10-31 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7083:
---

Fix Version/s: 0.96.0
   Status: Patch Available  (was: Open)

 SSH#fixupDaughter should force re-assign missing daughter
 -

 Key: HBASE-7083
 URL: https://issues.apache.org/jira/browse/HBASE-7083
 Project: HBase
  Issue Type: Bug
  Components: Region Assignment
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.0

 Attachments: trunk-7083.patch


 In looking into flaky test 
 TestSplitTransactionOnCluster#testShutdownSimpleFixup, I found out that a 
 missing daughter is not assigned by SSH properly.  It could be open on the 
 dead server.  We need to force re-assign it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-7083) SSH#fixupDaughter should force re-assign missing daughter

2012-10-31 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-7083:
---

Attachment: trunk-7083.patch

 SSH#fixupDaughter should force re-assign missing daughter
 -

 Key: HBASE-7083
 URL: https://issues.apache.org/jira/browse/HBASE-7083
 Project: HBase
  Issue Type: Bug
  Components: Region Assignment
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.0

 Attachments: trunk-7083.patch


 In looking into flaky test 
 TestSplitTransactionOnCluster#testShutdownSimpleFixup, I found out that a 
 missing daughter is not assigned by SSH properly.  It could be open on the 
 dead server.  We need to force re-assign it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira