[jira] [Commented] (HBASE-5438) A tool to check region balancing for a particular table

2012-02-21 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13213356#comment-13213356
 ] 

Phabricator commented on HBASE-5438:


stack has commented on the revision [HBASE-5438][jira] A tool to check region 
balancing for a particular table.

  Looks good.

  I think the thought is that we do not check in these jruby scripts any more 
because they have a tendency to rot as APIs change, etc.  Attach the script to 
the issue for folks who need this facility?   Or what do you think Liyin?

INLINE COMMENTS
  bin/region_balance_checker.rb:46 THis can be null sometimes seemingly so do a 
getHRegionInfoOrNull instead and check for null when it comes back?

REVISION DETAIL
  https://reviews.facebook.net/D1827


 A tool to check region balancing for a particular table
 ---

 Key: HBASE-5438
 URL: https://issues.apache.org/jira/browse/HBASE-5438
 Project: HBase
  Issue Type: Improvement
Reporter: Liyin Tang
Assignee: Liyin Tang
 Attachments: D1827.1.patch, D1827.1.patch, D1827.1.patch


 When debugging the table level region imbalance problem, I write a tool to 
 check how the region balanced across all the region server for a particular 
 table.
 bin/hbase org.jruby.Main region_balance_checker.rb test_table

--
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] [Commented] (HBASE-5438) A tool to check region balancing for a particular table

2012-02-21 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13213358#comment-13213358
 ] 

Phabricator commented on HBASE-5438:


stack has commented on the revision [HBASE-5438][jira] A tool to check region 
balancing for a particular table.

  Looks good.

  I think the thought is that we do not check in these jruby scripts any more 
because they have a tendency to rot as APIs change, etc.  Attach the script to 
the issue for folks who need this facility?   Or what do you think Liyin?

INLINE COMMENTS
  bin/region_balance_checker.rb:46 THis can be null sometimes seemingly so do a 
getHRegionInfoOrNull instead and check for null when it comes back?

REVISION DETAIL
  https://reviews.facebook.net/D1827


 A tool to check region balancing for a particular table
 ---

 Key: HBASE-5438
 URL: https://issues.apache.org/jira/browse/HBASE-5438
 Project: HBase
  Issue Type: Improvement
Reporter: Liyin Tang
Assignee: Liyin Tang
 Attachments: D1827.1.patch, D1827.1.patch, D1827.1.patch


 When debugging the table level region imbalance problem, I write a tool to 
 check how the region balanced across all the region server for a particular 
 table.
 bin/hbase org.jruby.Main region_balance_checker.rb test_table

--
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] [Commented] (HBASE-5438) A tool to check region balancing for a particular table

2012-02-21 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13213357#comment-13213357
 ] 

Phabricator commented on HBASE-5438:


stack has commented on the revision [HBASE-5438][jira] A tool to check region 
balancing for a particular table.

  Looks good.

  I think the thought is that we do not check in these jruby scripts any more 
because they have a tendency to rot as APIs change, etc.  Attach the script to 
the issue for folks who need this facility?   Or what do you think Liyin?

INLINE COMMENTS
  bin/region_balance_checker.rb:46 THis can be null sometimes seemingly so do a 
getHRegionInfoOrNull instead and check for null when it comes back?

REVISION DETAIL
  https://reviews.facebook.net/D1827


 A tool to check region balancing for a particular table
 ---

 Key: HBASE-5438
 URL: https://issues.apache.org/jira/browse/HBASE-5438
 Project: HBase
  Issue Type: Improvement
Reporter: Liyin Tang
Assignee: Liyin Tang
 Attachments: D1827.1.patch, D1827.1.patch, D1827.1.patch


 When debugging the table level region imbalance problem, I write a tool to 
 check how the region balanced across all the region server for a particular 
 table.
 bin/hbase org.jruby.Main region_balance_checker.rb test_table

--
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] [Commented] (HBASE-5438) A tool to check region balancing for a particular table

2012-02-21 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13213369#comment-13213369
 ] 

Phabricator commented on HBASE-5438:


Liyin has commented on the revision [HBASE-5438][jira] A tool to check region 
balancing for a particular table.

  Cool! I will address your comments and attach to the jira :)
  Thanks Stack !

REVISION DETAIL
  https://reviews.facebook.net/D1827


 A tool to check region balancing for a particular table
 ---

 Key: HBASE-5438
 URL: https://issues.apache.org/jira/browse/HBASE-5438
 Project: HBase
  Issue Type: Improvement
Reporter: Liyin Tang
Assignee: Liyin Tang
 Attachments: D1827.1.patch, D1827.1.patch, D1827.1.patch


 When debugging the table level region imbalance problem, I write a tool to 
 check how the region balanced across all the region server for a particular 
 table.
 bin/hbase org.jruby.Main region_balance_checker.rb test_table

--
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] [Commented] (HBASE-5438) A tool to check region balancing for a particular table

2012-02-21 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13213370#comment-13213370
 ] 

Phabricator commented on HBASE-5438:


Liyin has commented on the revision [HBASE-5438][jira] A tool to check region 
balancing for a particular table.

  Cool! I will address your comments and attach to the jira :)
  Thanks Stack !

REVISION DETAIL
  https://reviews.facebook.net/D1827


 A tool to check region balancing for a particular table
 ---

 Key: HBASE-5438
 URL: https://issues.apache.org/jira/browse/HBASE-5438
 Project: HBase
  Issue Type: Improvement
Reporter: Liyin Tang
Assignee: Liyin Tang
 Attachments: D1827.1.patch, D1827.1.patch, D1827.1.patch


 When debugging the table level region imbalance problem, I write a tool to 
 check how the region balanced across all the region server for a particular 
 table.
 bin/hbase org.jruby.Main region_balance_checker.rb test_table

--
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] [Commented] (HBASE-5438) A tool to check region balancing for a particular table

2012-02-21 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13213371#comment-13213371
 ] 

Phabricator commented on HBASE-5438:


Liyin has commented on the revision [HBASE-5438][jira] A tool to check region 
balancing for a particular table.

  Cool! I will address your comments and attach to the jira :)
  Thanks Stack !

REVISION DETAIL
  https://reviews.facebook.net/D1827


 A tool to check region balancing for a particular table
 ---

 Key: HBASE-5438
 URL: https://issues.apache.org/jira/browse/HBASE-5438
 Project: HBase
  Issue Type: Improvement
Reporter: Liyin Tang
Assignee: Liyin Tang
 Attachments: D1827.1.patch, D1827.1.patch, D1827.1.patch


 When debugging the table level region imbalance problem, I write a tool to 
 check how the region balanced across all the region server for a particular 
 table.
 bin/hbase org.jruby.Main region_balance_checker.rb test_table

--
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