hfutatzhanghb opened a new pull request, #6644:
URL: https://github.com/apache/hadoop/pull/6644
### Description of PR
We add an phone alarm on metrics sumOfActorCommandQueueLength when it
beyond 3000.
Recently, we received the alarm and we found that `DatanodeCommand[] cmds`
with array length equals to 0 was
still put into queue and incrActorCmdQueueLength.
When processedCommandsOpAvgTime is high, those empty cmds were put into
queue every heartbeat intervel.
sumOfActorCommandQueueLength should better only record valid commands.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]