[jira] [Updated] (HBASE-5801) [hbck] Hbck should handle case where some regions have different HTD settings in .regioninfo files (0.90 specific)

2012-04-26 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-5801:
---

Status: Open  (was: Patch Available)

 [hbck] Hbck should handle case where some regions have different HTD settings 
 in .regioninfo files  (0.90 specific)
 ---

 Key: HBASE-5801
 URL: https://issues.apache.org/jira/browse/HBASE-5801
 Project: HBase
  Issue Type: Improvement
  Components: hbck
Affects Versions: 0.90.7
Reporter: Jonathan Hsieh
Assignee: Jimmy Xiang
 Fix For: 0.90.7

 Attachments: hbase_5801_v2.patch, hbase_5801_v3.patch


 Recently, we encountered a case where some regions in a table have different 
 HTableDescriptor settings serialized into HDFS their HRegionInfo .regioninfo 
 file.  hbck expects all HTDs within a table to be the same and currently 
 bails out in this situation.
 We need to either point out a proper set of actions for the user to execute 
 or automatically convert the region to a common HTD (likely the most common 
 on, or possibly the first one.)
 Not sure if this requires reformatting data but may require closing and 
 restarting a region.
 This issue is hbase 0.90.x specific -- 0.92+ keep all table info in a single 
 .tableinfo file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5801) [hbck] Hbck should handle case where some regions have different HTD settings in .regioninfo files (0.90 specific)

2012-04-26 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-5801:
---

Status: Patch Available  (was: Open)

I ran TestHBaseFsck 10x with v3 patch and all passed.

 [hbck] Hbck should handle case where some regions have different HTD settings 
 in .regioninfo files  (0.90 specific)
 ---

 Key: HBASE-5801
 URL: https://issues.apache.org/jira/browse/HBASE-5801
 Project: HBase
  Issue Type: Improvement
  Components: hbck
Affects Versions: 0.90.7
Reporter: Jonathan Hsieh
Assignee: Jimmy Xiang
 Fix For: 0.90.7

 Attachments: hbase_5801_v2.patch, hbase_5801_v3.patch


 Recently, we encountered a case where some regions in a table have different 
 HTableDescriptor settings serialized into HDFS their HRegionInfo .regioninfo 
 file.  hbck expects all HTDs within a table to be the same and currently 
 bails out in this situation.
 We need to either point out a proper set of actions for the user to execute 
 or automatically convert the region to a common HTD (likely the most common 
 on, or possibly the first one.)
 Not sure if this requires reformatting data but may require closing and 
 restarting a region.
 This issue is hbase 0.90.x specific -- 0.92+ keep all table info in a single 
 .tableinfo file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5801) [hbck] Hbck should handle case where some regions have different HTD settings in .regioninfo files (0.90 specific)

2012-04-26 Thread Jonathan Hsieh (JIRA)

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

Jonathan Hsieh updated HBASE-5801:
--

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

Thanks Jimmy.  Committed to 0.90.

 [hbck] Hbck should handle case where some regions have different HTD settings 
 in .regioninfo files  (0.90 specific)
 ---

 Key: HBASE-5801
 URL: https://issues.apache.org/jira/browse/HBASE-5801
 Project: HBase
  Issue Type: Improvement
  Components: hbck
Affects Versions: 0.90.7
Reporter: Jonathan Hsieh
Assignee: Jimmy Xiang
 Fix For: 0.90.7

 Attachments: hbase_5801_v2.patch, hbase_5801_v3.patch


 Recently, we encountered a case where some regions in a table have different 
 HTableDescriptor settings serialized into HDFS their HRegionInfo .regioninfo 
 file.  hbck expects all HTDs within a table to be the same and currently 
 bails out in this situation.
 We need to either point out a proper set of actions for the user to execute 
 or automatically convert the region to a common HTD (likely the most common 
 on, or possibly the first one.)
 Not sure if this requires reformatting data but may require closing and 
 restarting a region.
 This issue is hbase 0.90.x specific -- 0.92+ keep all table info in a single 
 .tableinfo file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5801) [hbck] Hbck should handle case where some regions have different HTD settings in .regioninfo files (0.90 specific)

2012-04-23 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-5801:
---

Attachment: hbase_5801_v2.patch

 [hbck] Hbck should handle case where some regions have different HTD settings 
 in .regioninfo files  (0.90 specific)
 ---

 Key: HBASE-5801
 URL: https://issues.apache.org/jira/browse/HBASE-5801
 Project: HBase
  Issue Type: Improvement
  Components: hbck
Affects Versions: 0.90.7
Reporter: Jonathan Hsieh
Assignee: Jimmy Xiang
 Attachments: hbase_5801_v2.patch


 Recently, we encountered a case where some regions in a table have different 
 HTableDescriptor settings serialized into HDFS their HRegionInfo .regioninfo 
 file.  hbck expects all HTDs within a table to be the same and currently 
 bails out in this situation.
 We need to either point out a proper set of actions for the user to execute 
 or automatically convert the region to a common HTD (likely the most common 
 on, or possibly the first one.)
 Not sure if this requires reformatting data but may require closing and 
 restarting a region.
 This issue is hbase 0.90.x specific -- 0.92+ keep all table info in a single 
 .tableinfo file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5801) [hbck] Hbck should handle case where some regions have different HTD settings in .regioninfo files (0.90 specific)

2012-04-23 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-5801:
---

Status: Patch Available  (was: Open)

 [hbck] Hbck should handle case where some regions have different HTD settings 
 in .regioninfo files  (0.90 specific)
 ---

 Key: HBASE-5801
 URL: https://issues.apache.org/jira/browse/HBASE-5801
 Project: HBase
  Issue Type: Improvement
  Components: hbck
Affects Versions: 0.90.7
Reporter: Jonathan Hsieh
Assignee: Jimmy Xiang
 Attachments: hbase_5801_v2.patch


 Recently, we encountered a case where some regions in a table have different 
 HTableDescriptor settings serialized into HDFS their HRegionInfo .regioninfo 
 file.  hbck expects all HTDs within a table to be the same and currently 
 bails out in this situation.
 We need to either point out a proper set of actions for the user to execute 
 or automatically convert the region to a common HTD (likely the most common 
 on, or possibly the first one.)
 Not sure if this requires reformatting data but may require closing and 
 restarting a region.
 This issue is hbase 0.90.x specific -- 0.92+ keep all table info in a single 
 .tableinfo file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5801) [hbck] Hbck should handle case where some regions have different HTD settings in .regioninfo files (0.90 specific)

2012-04-23 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-5801:
---

Status: Open  (was: Patch Available)

 [hbck] Hbck should handle case where some regions have different HTD settings 
 in .regioninfo files  (0.90 specific)
 ---

 Key: HBASE-5801
 URL: https://issues.apache.org/jira/browse/HBASE-5801
 Project: HBase
  Issue Type: Improvement
  Components: hbck
Affects Versions: 0.90.7
Reporter: Jonathan Hsieh
Assignee: Jimmy Xiang
 Attachments: hbase_5801_v2.patch


 Recently, we encountered a case where some regions in a table have different 
 HTableDescriptor settings serialized into HDFS their HRegionInfo .regioninfo 
 file.  hbck expects all HTDs within a table to be the same and currently 
 bails out in this situation.
 We need to either point out a proper set of actions for the user to execute 
 or automatically convert the region to a common HTD (likely the most common 
 on, or possibly the first one.)
 Not sure if this requires reformatting data but may require closing and 
 restarting a region.
 This issue is hbase 0.90.x specific -- 0.92+ keep all table info in a single 
 .tableinfo file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5801) [hbck] Hbck should handle case where some regions have different HTD settings in .regioninfo files (0.90 specific)

2012-04-23 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-5801:
---

Fix Version/s: 0.90.7

 [hbck] Hbck should handle case where some regions have different HTD settings 
 in .regioninfo files  (0.90 specific)
 ---

 Key: HBASE-5801
 URL: https://issues.apache.org/jira/browse/HBASE-5801
 Project: HBase
  Issue Type: Improvement
  Components: hbck
Affects Versions: 0.90.7
Reporter: Jonathan Hsieh
Assignee: Jimmy Xiang
 Fix For: 0.90.7

 Attachments: hbase_5801_v2.patch


 Recently, we encountered a case where some regions in a table have different 
 HTableDescriptor settings serialized into HDFS their HRegionInfo .regioninfo 
 file.  hbck expects all HTDs within a table to be the same and currently 
 bails out in this situation.
 We need to either point out a proper set of actions for the user to execute 
 or automatically convert the region to a common HTD (likely the most common 
 on, or possibly the first one.)
 Not sure if this requires reformatting data but may require closing and 
 restarting a region.
 This issue is hbase 0.90.x specific -- 0.92+ keep all table info in a single 
 .tableinfo file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (HBASE-5801) [hbck] Hbck should handle case where some regions have different HTD settings in .regioninfo files (0.90 specific)

2012-04-23 Thread Jimmy Xiang (JIRA)

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

Jimmy Xiang updated HBASE-5801:
---

Status: Patch Available  (was: Open)

Set fixed version to 0.90.7.

 [hbck] Hbck should handle case where some regions have different HTD settings 
 in .regioninfo files  (0.90 specific)
 ---

 Key: HBASE-5801
 URL: https://issues.apache.org/jira/browse/HBASE-5801
 Project: HBase
  Issue Type: Improvement
  Components: hbck
Affects Versions: 0.90.7
Reporter: Jonathan Hsieh
Assignee: Jimmy Xiang
 Fix For: 0.90.7

 Attachments: hbase_5801_v2.patch


 Recently, we encountered a case where some regions in a table have different 
 HTableDescriptor settings serialized into HDFS their HRegionInfo .regioninfo 
 file.  hbck expects all HTDs within a table to be the same and currently 
 bails out in this situation.
 We need to either point out a proper set of actions for the user to execute 
 or automatically convert the region to a common HTD (likely the most common 
 on, or possibly the first one.)
 Not sure if this requires reformatting data but may require closing and 
 restarting a region.
 This issue is hbase 0.90.x specific -- 0.92+ keep all table info in a single 
 .tableinfo file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira