mlmhl 0eee733220
mvcc: no need to hold tx lock when converting kvs to watch events (#11701)
Method `kvsToEvents` can take a long time if a large number of events need to be synchronized. However, this method does not access any shared resources, so it no need to hold the tx lock when executing. So we can move it outside to reduce lock holding time.
2020-03-19 21:01:36 -07:00
..
2018-02-26 17:11:40 -08:00
2018-02-26 17:11:40 -08:00
2020-01-17 17:27:04 +08:00
2020-02-07 07:44:44 -08:00
2020-02-07 07:44:44 -08:00
2020-02-29 13:31:37 +08:00
2019-10-01 14:08:06 -07:00
2020-02-07 07:44:44 -08:00
2020-02-07 07:44:44 -08:00
2020-02-07 07:44:44 -08:00
2019-05-16 14:29:10 +01:00
2019-05-28 15:39:35 -07:00
2019-05-28 15:39:35 -07:00