Skip to content

cluster: send or handle later instead of closing it when the worker can not accept a connection

  1. If there are several servers, send the connection to other server when the worker can not accept it, instead of closing it.
  2. If only on server, the worker will accept the connection later, instead of closing it.
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Affected subsystem: cluster

Merge request reports

Loading