nickva opened a new pull request, #5144:
URL: https://github.com/apache/couchdb/pull/5144
Continuing the cleanup started in #5143
The `server_per_node` setting had been defaulted to `true` for the last 6
years. Default it to `true` always. However, keep the `rexi_server` around for
longer so that mixed cluster upgrades continue working.
The `kill_all` optimization has been enabled since 3.3.3. We can remove any
calls to rexi:kill/1 and replace with rexi:kill_all/1 leaving the server
handling of `{kill, ...}` messages in for longer to allow mixed cluster
upgrades from older nodes.
`async_server_call` code is not used anywhere, so that's also cleaned up.
[1] https://github.com/apache/couchdb/pull/1627
--
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]