matrixorigin / matrixone

Hyperconverged cloud-edge native database
https://docs.matrixorigin.cn/en
Apache License 2.0
1.79k stars 277 forks source link

disable reuse txnop #20252

Closed daviszhen closed 14 hours ago

daviszhen commented 17 hours ago

What type of PR is this?

Which issue(s) this PR fixes:

issue #https://github.com/matrixorigin/matrixone/issues/20235

https://github.com/matrixorigin/matrixone/issues/20090

https://github.com/matrixorigin/matrixone/issues/20089

What this PR does / why we need it:

txnop 复用开启后,出了几个异常的问题。 其中 2个与txnop状态有关,目前txnop这块没有人力解决。 另外一个触发了proxy panic.目前也没看出问题。

先在2.0.1 关掉这个特性。