[
https://issues.apache.org/jira/browse/HADOOP-18288?focusedWorklogId=780608&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-780608
]
ASF GitHub Bot logged work on HADOOP-18288:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 12/Jun/22 12:14
Start Date: 12/Jun/22 12:14
Worklog Time Spent: 10m
Work Description: steveloughran commented on code in PR #4431:
URL: https://github.com/apache/hadoop/pull/4431#discussion_r895165187
##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/CommonConfigurationKeysPublic.java:
##########
@@ -1054,5 +1054,9 @@ public class CommonConfigurationKeysPublic {
public static final String HADOOP_HTTP_IDLE_TIMEOUT_MS_KEY =
"hadoop.http.idle_timeout.ms";
public static final int HADOOP_HTTP_IDLE_TIMEOUT_MS_DEFAULT = 60000;
+
+ public static final String IPC_SERVER_METRICS_UPDATE_RUNNER_INTERVAL =
Review Comment:
javadocs for new stuff please.
Issue Time Tracking
-------------------
Worklog Id: (was: 780608)
Time Spent: 0.5h (was: 20m)
> Total requests and total requests per sec served by RPC servers
> ---------------------------------------------------------------
>
> Key: HADOOP-18288
> URL: https://issues.apache.org/jira/browse/HADOOP-18288
> Project: Hadoop Common
> Issue Type: Improvement
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> RPC Servers provide bunch of useful information like num of open connections,
> slow requests, num of in-progress handlers, RPC processing time, queue time
> etc, however so far it doesn't provide accumulation of all requests as well
> as current snapshot of requests per second served by the server. Exposing
> them would benefit from operational viewpoint in identifying how busy the
> servers have been and how much load they are currently serving in the
> presence of cluster wide high load.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]