nickva commented on issue #4994:
URL: https://github.com/apache/couchdb/issues/4994#issuecomment-1997609511

   I am not sure exactly why more CPU would be consumed on the other nodes. It 
could be that view shards there hadn't caught up as much as the shard which was 
reset so they started to get built. When this view was reset perhaps there were 
active requests waiting to receive rows (responses) from it and so waiting view 
clients might have been piling up.
   
   You can check for the number of waiting view clients with: 
https://docs.couchdb.org/en/stable/api/ddoc/common.html#get--db-_design-ddoc-_info
   
   To see if it's any view builds taking place, try using 
https://docs.couchdb.org/en/stable/api/server/common.html#active-tasks


-- 
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]

Reply via email to