[
https://issues.apache.org/jira/browse/RATIS-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16951620#comment-16951620
]
Hadoop QA commented on RATIS-649:
---------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 7s{color}
| {color:red} RATIS-649 does not apply to master. Rebase required? Wrong
Branch? See https://yetus.apache.org/documentation/0.8.0/precommit-patchnames
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | RATIS-649 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12983016/RATIS-649-001.patch |
| Console output |
https://builds.apache.org/job/PreCommit-RATIS-Build/1065/console |
| Powered by | Apache Yetus 0.8.0 http://yetus.apache.org |
This message was automatically generated.
> Add metrics related to ClientRequests
> --------------------------------------
>
> Key: RATIS-649
> URL: https://issues.apache.org/jira/browse/RATIS-649
> Project: Ratis
> Issue Type: Sub-task
> Components: server
> Affects Versions: 0.4.0
> Reporter: Shashikant Banerjee
> Assignee: Aravindan Vijayan
> Priority: Major
> Attachments: RATIS-649-000.patch, RATIS-649-001.patch
>
>
> Following metrics would be good to have to measure the load and the
> processing time of client requests:
>
> |numReadRequestCount|Number of read type requests received on the leader|
> |numWriteRequestCount|Number of write type requests received on the leader|
> |numWatchForMajorityRequestCount|Number of Watch for Majority type requests
> received on the leader.
> |
> |numWatchForAllRequestCount|Number of Watch for All type requests received on
> the leader.|
> |raftClientReadRequestLatency|Time required to process read type requests |
> |raftClientWriteRequestLatency|Time required to process write type requests|
> |raftClientWatchForMajority|Time required to process WatchForMajority
> requests|
> |raftClientWatchForAllRequests|Time required to process WatchForAll requests|
> |requestQueueLimitHitCount|Number of times the no of pending requests in the
> leader hit the configured limit.|
> |numRequestRetryCacheHitCount|No of of Request Retry Cache hits. This gives
> an idea of retries via Raft clients because of request timeouts or
> exceptions.|
--
This message was sent by Atlassian Jira
(v8.3.4#803005)