HaloDB
HaloDB copied to clipboard
Unused Field
https://github.com/yahoo/HaloDB/blob/741b4f7e39441f34bd04935bd353745c2525adec/src/main/java/com/oath/halodb/Segment.java#L22
This field is never used.
The lock field is used for re-entrance lock. lock value is the the thread_id that currently acquire the current Segment instance, which is updated by the lockFieldUpdater
https://github.com/yahoo/HaloDB/blob/741b4f7e39441f34bd04935bd353745c2525adec/src/main/java/com/oath/halodb/Segment.java#L23-L24
https://github.com/yahoo/HaloDB/blob/741b4f7e39441f34bd04935bd353745c2525adec/src/main/java/com/oath/halodb/Segment.java#L39-L65