matrixorigin / matrixone

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

enable login max-active limit #20229

Closed daviszhen closed 1 day ago

daviszhen commented 1 day ago

update

What type of PR is this?

Which issue(s) this PR fixes:

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

What this PR does / why we need it:

对于max active = 1的测试情况。

原因:用户登录验证时的事务被判定成了非 user txn事务。导致新用户还能登录上,出了一些奇怪的情况。

修改:用户登录验证时的事务改为user txn事务。手max active 的限制。