tikv / sig-transaction

Resources for the transaction SIG
62 stars 13 forks source link

Solve the green-gc related issues #109

Open cfzjywxk opened 3 years ago

cfzjywxk commented 3 years ago

Currently the green-gc is disabled by default as it still has some corener cases or issues to solve.

As the hibernate region is default enabled just on the master branch, it's urgent to solve the green gc issues. However, as the green-gc is already a GA released feature, it's better to solve the issues in the near sprints.

Also it's necessary to think it over about the raftstore bypass lock scan or collect, as missing lock may cause data loss which is critical.Besides, more tests about it are needed to cover these corner paths or exceptional paths.