Results 4 comments of Jihwan Byun

@ikhoon I implemented a time-tracking mechanism in ReentrantShortLock to detect long lock acquisitions. The implementation stores the lock acquisition time using a ThreadLocal and logs a warning if the lock...

Thank you so much for the feedback, @trustin. I’ll apply your suggestion. Really appreciate your guidance!

Thank you for feedback. I'm currently using `FlagsProvider` to make the threshold configurable via `getUserValue(...)`, so users can override it with a JVM option if needed. But I was wondering:...