nickva commented on issue #701: URL: https://github.com/apache/couchdb-documentation/issues/701#issuecomment-981271524
I believe `null` means it hasn't been computed it yet. There is a periodic process which every few seconds calls `_changes?limit=0&since=Seq` to estimate the number of pending changes. 0 means there are 0 pending changes. `changes_done` I believe is now `"revisions_checked"`. There are more detailed stats regarding how many revisions were missing and how many document writes or doc failures happened. The `pid` is the Erlang process ID which handles the replication. It's a low level detail that can be useful if you use the remote shell (remsh) and want to get detailed process stats about the replication process, or say, want to kill it and restart it. The 3-integers is just how Erlang identifies its processes. -- 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]
