[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-03-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007863#comment-13007863 ] Hudson commented on HBASE-3507: --- Integrated in HBase-TRUNK #1792 (See

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-03-12 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006087#comment-13006087 ] stack commented on HBASE-3507: -- Ok on the startRegionOperation. So we are double-counting

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-03-12 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006089#comment-13006089 ] ryan rawson commented on HBASE-3507: in my profiling runs, the AtomicInteger/Longs in

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-03-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006097#comment-13006097 ] Ted Yu commented on HBASE-3507: --- I think we can try using ConcurrentAutoTable From

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-03-10 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005489#comment-13005489 ] stack commented on HBASE-3507: -- @Ted How does your patch relate to Sebastians? requests

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-03-10 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005490#comment-13005490 ] stack commented on HBASE-3507: -- @Ted On splitting requests between daughters, that sounds

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-03-10 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005496#comment-13005496 ] stack commented on HBASE-3507: -- Seems odd that on construction you'd pass in requests given

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-03-10 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005505#comment-13005505 ] stack commented on HBASE-3507: -- Hey Ted, a package private setRequests seems to be the way to

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-03-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005506#comment-13005506 ] Ted Yu commented on HBASE-3507: --- Go ahead. Thanks requests count per HRegion and rebalance

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-03-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005529#comment-13005529 ] Ted Yu commented on HBASE-3507: --- HRegion.startRegionOperation() is called in many methods,

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-02-11 Thread Sebastian Bauer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12993386#comment-12993386 ] Sebastian Bauer commented on HBASE-3507: what is a difference between

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-02-11 Thread Sebastian Bauer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12993446#comment-12993446 ] Sebastian Bauer commented on HBASE-3507: new patch have long requestsCount and

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-02-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12992151#comment-12992151 ] Ted Yu commented on HBASE-3507: --- TestHeapSize would fail without the following change in

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-02-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12991605#comment-12991605 ] Ted Yu commented on HBASE-3507: --- In rebalance(), regions_table maps request count to region.

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-02-07 Thread ryan rawson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12991609#comment-12991609 ] ryan rawson commented on HBASE-3507: how frequently would you move regions? Moving a

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-02-07 Thread Sebastian Bauer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12991614#comment-12991614 ] Sebastian Bauer commented on HBASE-3507: @Ted Yu: maybe average from all

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-02-07 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12991615#comment-12991615 ] Ted Yu commented on HBASE-3507: --- I agree. We may also provide number of read requests metric

[jira] Commented: (HBASE-3507) requests count per HRegion and rebalance command

2011-02-07 Thread Sebastian Bauer (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12991619#comment-12991619 ] Sebastian Bauer commented on HBASE-3507: how writes balancing properly? i think