apache/gravitino

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

Open

#8729 aperta il 30 set 2025

Vedi su GitHub
 (8 commenti) (0 reazioni) (2 assegnatari)Java (887 fork)auto 404
good first issueimprovement

Metriche repository

Star
 (3058 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor