Re: Region availability during graceful stop

2025-02-01 Thread Razvan Mihai
Thank you Viraj! On 2/1/25 7:32 AM, Viraj Jasani wrote: Hi Razvan, Whenever an HBase table region is about to get closed (whether due to move from one server to another or due to splitting/merging procedures), the region close tries to take write lock on a particular lock know as closeLock, whi

Re: Region availability during graceful stop

2025-01-31 Thread Viraj Jasani
Hi Razvan, Whenever an HBase table region is about to get closed (whether due to move from one server to another or due to splitting/merging procedures), the region close tries to take write lock on a particular lock know as closeLock, which is also usually held as read lock by RPC handlers perfor