rnewson commented on pull request #3366: URL: https://github.com/apache/couchdb/pull/3366#issuecomment-778207412
@wohali the processes (and ets tables) have different names. I checked _system output and its as expected ``` "mem3_reshard_sup": 0, "mem3_reshard_job_sup": 0, "erl_prim_loader": 0, "couch_server_16": 0, "mem3_reshard_dbdoc": 0, "couch_server_15": 0, "couch_epi_sup": 0, "couch_server_14": 0, "mem3_reshard": 0, "couch_server_13": 0, "init": 0, "couch_server_12": 0, "couch_server_11": 0, "mem3_nodes": 0, "couch_server_10": 0, "couch_server_9": 0, "couch_server_8": 0, "couch_server_7": 0, "couch_server_6": 0, "code_server": 0, "couch_server_5": 0, "couch_server_4": 0, "application_controller": 0, "httpc_sup": 0, ... ``` Consumers of this will need to adjust expectations for sure, though the _stats endpoint is fine, each couch_server_X process increments the same named stats as before. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org