srzhao 4024bc7eee fix pipelined WAIT performance issue.
If client gets blocked again in `processUnblockedClients`, redis will not send
`REPLCONF GETACK *` to slaves untill next eventloop, so the client will be
blocked for 100ms by default(10hz) if no other file event fired.

move server.get_ack_from_slaves sinppet after `processUnblockedClients`, so
that both the first WAIT command that puts client in blocked context and the
following WAIT command processed in processUnblockedClients would trigger
redis-sever to send `REPLCONF GETACK *`, so that the eventloop would get
`REPLCONG ACK <reploffset>` from slaves and unblocked ASAP.
2020-04-29 11:00:35 +02:00
..
2019-11-20 20:39:04 -05:00
2019-07-17 16:40:24 +03:00
2020-04-24 17:05:52 -07:00
2020-04-24 17:00:03 -07:00
2020-04-24 17:11:21 -07:00
2020-04-24 17:11:21 -07:00
2018-07-03 18:19:46 +02:00
2019-02-24 21:38:15 +01:00
2018-10-17 12:57:21 +02:00
2020-03-12 20:44:32 +08:00
2019-10-24 14:24:55 +03:00
2020-04-24 17:00:03 -07:00
2019-11-19 17:23:47 +08:00
2020-02-04 12:55:26 +01:00
2020-04-02 23:43:47 +08:00
2020-04-24 17:00:03 -07:00
2020-04-09 12:10:10 +02:00
2018-07-03 18:19:46 +02:00
2019-10-02 11:30:20 +02:00
2020-04-06 19:27:06 +08:00
2020-04-16 16:08:37 +02:00
2020-02-22 11:38:51 -05:00
2020-04-29 11:00:35 +02:00
2018-11-11 18:49:55 +00:00
2020-04-24 16:54:32 +02:00
2020-04-23 11:23:50 +02:00
2019-05-08 12:53:56 +08:00