apache/gravitino

[Improvement] Reset the TreeLock’s internal state after releasing all held locks

Open

#8,729 创建于 2025年9月30日

在 GitHub 查看
 (8 评论) (0 反应) (2 负责人)Java (887 fork)auto 404
good first issueimprovement

仓库指标

Star
 (3,058 star)
PR 合并指标
 (PR 指标待抓取)

描述

What would you like to be improved?

The TreeLock’s internal state isn't reset after releasing all held locks. While this may not cause an issue, it does leave it in an inconsistent state.

How should we improve?

Set lockType to null after releasing all held locks.

贡献者指南