Commit 1631b6c
authored
fix: Eliminate RwLock in SequenceCounter to avoid read-write deadlock issues (#19432)
* refactor: Eliminate RwLock in SequenceCounter to avoid read-write deadlock issues
* chore: codefmt
* fix: handling `to_fetch == 0` may result in cached values being discarded.
* chore: adding a version number controls the read consistency between current and max
* test: add regression for issue #19392 high concurrency stall
* chore: codefmt
* chore: codefmt1 parent c234f47 commit 1631b6c
File tree
1 file changed
+350
-50
lines changed- src/query/service/src/pipelines/processors/transforms
1 file changed
+350
-50
lines changed
0 commit comments