HTable is not thread-safe , as seen from the handling of internal data structures, and is ok.
But put / delete seems to have sync. blocks though. any rationale about the same ? would it be worth removing the 'sync' from on the methods ?
HTable is not thread-safe , as seen from the handling of internal data structures, and is ok.
But put / delete seems to have sync. blocks though. any rationale about the same ? would it be worth removing the 'sync' from on the methods ?