-
Notifications
You must be signed in to change notification settings - Fork 691
feat(data_integrity_trails): add logging of acquired and broken locks #13164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(data_integrity_trails): add logging of acquired and broken locks #13164
Conversation
d62cdb4
to
7d7c53e
Compare
7d7c53e
to
d3c4465
Compare
e23df93
to
9ee9382
Compare
9ee9382
to
5a16ec0
Compare
d7856be
to
b85bce5
Compare
0b2654a
to
123fa59
Compare
123fa59
to
ddcb619
Compare
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Я аппрувнул, но там один из новых тестов не проходит, возможно с изменением логики логгирования что-то поменялось, или может быть там есть какой-то баг. Кстати я не уверен покрыты ли все требуемые места, т.к. локи могут ломаться например bulk upsert'ами и erase'ами, там тоже есть ApplyLocks, но логирование видимо забыто? Или то что ломается не транзакциями не интересно? |
ddcb619
to
d595583
Compare
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Упал старый тест KqpDataIntegrityTrails::UpsertEvWriteQueryService+isOlap как раз из-за изменения логики логирования, поправила На данный момент нас интересуют только локи, сломанные в транзакции (т к механизм data integrity логов поддержан пока только для транзакционных запросов) |
No description provided.