[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-05-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15273358#comment-15273358 ] Hudson commented on HBASE-15563: FAILURE: Integrated in HBase-Trunk_matrix #896 (See

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-05-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15273280#comment-15273280 ] Hudson commented on HBASE-15563: SUCCESS: Integrated in HBase-1.3 #686 (See

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-05-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15273201#comment-15273201 ] Hudson commented on HBASE-15563: SUCCESS: Integrated in HBase-1.4 #138 (See

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-05-05 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15272894#comment-15272894 ] Hudson commented on HBASE-15563: SUCCESS: Integrated in HBase-1.3-IT #649 (See

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-05-03 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15270096#comment-15270096 ] Hadoop QA commented on HBASE-15563: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-05-03 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15270016#comment-15270016 ] Duo Zhang commented on HBASE-15563: --- +1. > 'counter' may overflow in BoundedGroupingStrategy >

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-05-03 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15268762#comment-15268762 ] Duo Zhang commented on HBASE-15563: --- Is it a little faster if you use {code} int next = (current + 1) %

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-05-03 Thread Matt Warhaftig (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15268667#comment-15268667 ] Matt Warhaftig commented on HBASE-15563: Just FYI counter reset logic was: {code} public static

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-05-03 Thread Matt Warhaftig (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15268622#comment-15268622 ] Matt Warhaftig commented on HBASE-15563: Below are results for time to get groupNames array

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-05-02 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15266923#comment-15266923 ] Sean Busbey commented on HBASE-15563: - A microbenchmark would be good, but I expect and `if` that

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-05-01 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15265725#comment-15265725 ] Duo Zhang commented on HBASE-15563: --- What about using a rotate algorithm? I mean, reset the counter

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-04-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15265525#comment-15265525 ] Hadoop QA commented on HBASE-15563: --- | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-03-30 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15219184#comment-15219184 ] Duo Zhang commented on HBASE-15563: --- Nice. > 'counter' may overflow in BoundedGroupingStrategy >

[jira] [Commented] (HBASE-15563) 'counter' may overflow in BoundedGroupingStrategy

2016-03-30 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15218141#comment-15218141 ] Sean Busbey commented on HBASE-15563: - I'd say worth the fix, but a low priority. Let's leave it