[jira] [Commented] (HBASE-17256) Rpc handler monitoring will be removed when the task queue is full

2016-12-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15738187#comment-15738187
 ] 

Hudson commented on HBASE-17256:


FAILURE: Integrated in Jenkins build HBase-0.98-on-Hadoop-1.1 #1296 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1296/])
HBASE-17256 Rpc handler monitoring will be removed when the task queue 
(apurtell: rev dc85895cbc2e16e993a68882a122b3229a24b877)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/monitoring/TaskMonitor.java


> Rpc handler monitoring will be removed when the task queue is full
> --
>
> Key: HBASE-17256
> URL: https://issues.apache.org/jira/browse/HBASE-17256
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 2.0.0, 0.98.23, 1.2.4
>Reporter: Guangxu Cheng
>Assignee: Guangxu Cheng
> Fix For: 2.0.0, 1.4.0, 0.98.24
>
> Attachments: HBASE-17256-v1.patch
>
>
> The RPC handlers monitoring will displayed in the Web UI when the cluster has 
> just started. As time goes on, RPC handlers disappeared .
> We have the RPC handlers listed as tasks and stored in CircularFifoBuffer. 
> CircularFifoBuffer is a first in first out buffer with a fixed size that 
> replaces its oldest element if full.
> When we refresh the page, completed tasks will be removed from 
> CircularFifoBuffer.
> Not refresh the page for a long time, the oldest element (RPC handlers) will 
> be replaced by new tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-17256) Rpc handler monitoring will be removed when the task queue is full

2016-12-10 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15737857#comment-15737857
 ] 

Hudson commented on HBASE-17256:


FAILURE: Integrated in Jenkins build HBase-0.98-matrix #425 (See 
[https://builds.apache.org/job/HBase-0.98-matrix/425/])
HBASE-17256 Rpc handler monitoring will be removed when the task queue 
(apurtell: rev dc85895cbc2e16e993a68882a122b3229a24b877)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/monitoring/TaskMonitor.java


> Rpc handler monitoring will be removed when the task queue is full
> --
>
> Key: HBASE-17256
> URL: https://issues.apache.org/jira/browse/HBASE-17256
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 2.0.0, 0.98.23, 1.2.4
>Reporter: Guangxu Cheng
>Assignee: Guangxu Cheng
> Fix For: 2.0.0, 1.4.0, 0.98.24
>
> Attachments: HBASE-17256-v1.patch
>
>
> The RPC handlers monitoring will displayed in the Web UI when the cluster has 
> just started. As time goes on, RPC handlers disappeared .
> We have the RPC handlers listed as tasks and stored in CircularFifoBuffer. 
> CircularFifoBuffer is a first in first out buffer with a fixed size that 
> replaces its oldest element if full.
> When we refresh the page, completed tasks will be removed from 
> CircularFifoBuffer.
> Not refresh the page for a long time, the oldest element (RPC handlers) will 
> be replaced by new tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-17256) Rpc handler monitoring will be removed when the task queue is full

2016-12-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15724047#comment-15724047
 ] 

Hudson commented on HBASE-17256:


SUCCESS: Integrated in Jenkins build HBase-1.4 #559 (See 
[https://builds.apache.org/job/HBase-1.4/559/])
HBASE-17256 Rpc handler monitoring will be removed when the task queue (tedyu: 
rev c2801a2ea87a870195557122ede08095f15b19c1)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/monitoring/TaskMonitor.java


> Rpc handler monitoring will be removed when the task queue is full
> --
>
> Key: HBASE-17256
> URL: https://issues.apache.org/jira/browse/HBASE-17256
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 2.0.0, 0.98.23, 1.2.4
>Reporter: Guangxu Cheng
>Assignee: Guangxu Cheng
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-17256-v1.patch
>
>
> The RPC handlers monitoring will displayed in the Web UI when the cluster has 
> just started. As time goes on, RPC handlers disappeared .
> We have the RPC handlers listed as tasks and stored in CircularFifoBuffer. 
> CircularFifoBuffer is a first in first out buffer with a fixed size that 
> replaces its oldest element if full.
> When we refresh the page, completed tasks will be removed from 
> CircularFifoBuffer.
> Not refresh the page for a long time, the oldest element (RPC handlers) will 
> be replaced by new tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-17256) Rpc handler monitoring will be removed when the task queue is full

2016-12-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15723798#comment-15723798
 ] 

Hudson commented on HBASE-17256:


SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #2079 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/2079/])
HBASE-17256 Rpc handler monitoring will be removed when the task queue (tedyu: 
rev 3190605801fb18ac1c0d47fdc8964a93fab0d8f2)
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/monitoring/TaskMonitor.java


> Rpc handler monitoring will be removed when the task queue is full
> --
>
> Key: HBASE-17256
> URL: https://issues.apache.org/jira/browse/HBASE-17256
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 2.0.0, 0.98.23, 1.2.4
>Reporter: Guangxu Cheng
>Assignee: Guangxu Cheng
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-17256-v1.patch
>
>
> The RPC handlers monitoring will displayed in the Web UI when the cluster has 
> just started. As time goes on, RPC handlers disappeared .
> We have the RPC handlers listed as tasks and stored in CircularFifoBuffer. 
> CircularFifoBuffer is a first in first out buffer with a fixed size that 
> replaces its oldest element if full.
> When we refresh the page, completed tasks will be removed from 
> CircularFifoBuffer.
> Not refresh the page for a long time, the oldest element (RPC handlers) will 
> be replaced by new tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-17256) Rpc handler monitoring will be removed when the task queue is full

2016-12-05 Thread Ted Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15722572#comment-15722572
 ] 

Ted Yu commented on HBASE-17256:


lgtm

> Rpc handler monitoring will be removed when the task queue is full
> --
>
> Key: HBASE-17256
> URL: https://issues.apache.org/jira/browse/HBASE-17256
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 2.0.0, 0.98.23, 1.2.4
>Reporter: Guangxu Cheng
> Attachments: HBASE-17256-v1.patch
>
>
> The RPC handlers monitoring will displayed in the Web UI when the cluster has 
> just started. As time goes on, RPC handlers disappeared .
> We have the RPC handlers listed as tasks and stored in CircularFifoBuffer. 
> CircularFifoBuffer is a first in first out buffer with a fixed size that 
> replaces its oldest element if full.
> When we refresh the page, completed tasks will be removed from 
> CircularFifoBuffer.
> Not refresh the page for a long time, the oldest element (RPC handlers) will 
> be replaced by new tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-17256) Rpc handler monitoring will be removed when the task queue is full

2016-12-05 Thread Guangxu Cheng (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15722463#comment-15722463
 ] 

Guangxu Cheng commented on HBASE-17256:
---

Not necessary, createRPCStatus() is called only when starting the cluster.
Any non-rpc requests will call the createStatus() and add new tasks to the 
buffer

> Rpc handler monitoring will be removed when the task queue is full
> --
>
> Key: HBASE-17256
> URL: https://issues.apache.org/jira/browse/HBASE-17256
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 2.0.0, 0.98.23, 1.2.4
>Reporter: Guangxu Cheng
> Attachments: HBASE-17256-v1.patch
>
>
> The RPC handlers monitoring will displayed in the Web UI when the cluster has 
> just started. As time goes on, RPC handlers disappeared .
> We have the RPC handlers listed as tasks and stored in CircularFifoBuffer. 
> CircularFifoBuffer is a first in first out buffer with a fixed size that 
> replaces its oldest element if full.
> When we refresh the page, completed tasks will be removed from 
> CircularFifoBuffer.
> Not refresh the page for a long time, the oldest element (RPC handlers) will 
> be replaced by new tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-17256) Rpc handler monitoring will be removed when the task queue is full

2016-12-05 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15722231#comment-15722231
 ] 

Hadoop QA commented on HBASE-17256:
---

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 15s 
{color} | {color:blue} Docker mode activated. {color} |
| {color:green}+1{color} | {color:green} hbaseanti {color} | {color:green} 0m 
0s {color} | {color:green} Patch does not have any anti-patterns. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s 
{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:red}-1{color} | {color:red} test4tests {color} | {color:red} 0m 0s 
{color} | {color:red} The patch doesn't appear to include any new or modified 
tests. Please justify why no new tests are needed for this patch. Also please 
list what manual steps were performed to verify this patch. {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 3m 
8s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 40s 
{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 0m 
47s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
14s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green} 1m 
53s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 28s 
{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 0m 
44s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 39s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 0m 39s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 0m 
47s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
15s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 
0s {color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green} 
27m 48s {color} | {color:green} Patch does not cause any errors with Hadoop 
2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3 or 3.0.0-alpha1. {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green} 1m 
59s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 29s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green} 99m 35s 
{color} | {color:green} hbase-server in the patch passed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 
16s {color} | {color:green} The patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 140m 15s {color} 
| {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.11.2 Server=1.11.2 Image:yetus/hbase:8d52d23 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12841716/HBASE-17256-v1.patch |
| JIRA Issue | HBASE-17256 |
| Optional Tests |  asflicense  javac  javadoc  unit  findbugs  hadoopcheck  
hbaseanti  checkstyle  compile  |
| uname | Linux 03cefcf9697a 3.13.0-92-generic #139-Ubuntu SMP Tue Jun 28 
20:42:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh
 |
| git revision | master / 94302a3 |
| Default Java | 1.8.0_111 |
| findbugs | v3.0.0 |
|  Test Results | 
https://builds.apache.org/job/PreCommit-HBASE-Build/4793/testReport/ |
| modules | C: hbase-server U: hbase-server |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/4793/console |
| Powered by | Apache Yetus 0.3.0   http://yetus.apache.org |


This message was automatically generated.



> Rpc handler monitoring will be removed when the task queue is full
> --
>
> Key: HBASE-17256
> URL: https://issues.apache.org/jira/browse/HBASE-17256
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 2.0.0, 0.98.23, 1.2.4
>

[jira] [Commented] (HBASE-17256) Rpc handler monitoring will be removed when the task queue is full

2016-12-05 Thread Ted Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15721907#comment-15721907
 ] 

Ted Yu commented on HBASE-17256:


Is the call to purgeExpiredTasks() needed for createRPCStatus() ?

> Rpc handler monitoring will be removed when the task queue is full
> --
>
> Key: HBASE-17256
> URL: https://issues.apache.org/jira/browse/HBASE-17256
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 2.0.0, 0.98.23, 1.2.4
>Reporter: Guangxu Cheng
> Attachments: HBASE-17256-v1.patch
>
>
> The RPC handlers monitoring will displayed in the Web UI when the cluster has 
> just started. As time goes on, RPC handlers disappeared .
> We have the RPC handlers listed as tasks and stored in CircularFifoBuffer. 
> CircularFifoBuffer is a first in first out buffer with a fixed size that 
> replaces its oldest element if full.
> When we refresh the page, completed tasks will be removed from 
> CircularFifoBuffer.
> Not refresh the page for a long time, the oldest element (RPC handlers) will 
> be replaced by new tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-17256) Rpc handler monitoring will be removed when the task queue is full

2016-12-05 Thread Guangxu Cheng (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-17256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15721628#comment-15721628
 ] 

Guangxu Cheng commented on HBASE-17256:
---

[~tedyu] mind taking a look at it ? thanks

> Rpc handler monitoring will be removed when the task queue is full
> --
>
> Key: HBASE-17256
> URL: https://issues.apache.org/jira/browse/HBASE-17256
> Project: HBase
>  Issue Type: Bug
>Affects Versions: 2.0.0, 0.98.23, 1.2.4
>Reporter: Guangxu Cheng
> Attachments: HBASE-17256-v1.patch
>
>
> The RPC handlers monitoring will displayed in the Web UI when the cluster has 
> just started. As time goes on, RPC handlers disappeared .
> We have the RPC handlers listed as tasks and stored in CircularFifoBuffer. 
> CircularFifoBuffer is a first in first out buffer with a fixed size that 
> replaces its oldest element if full.
> When we refresh the page, completed tasks will be removed from 
> CircularFifoBuffer.
> Not refresh the page for a long time, the oldest element (RPC handlers) will 
> be replaced by new tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)