In order to safely close block handles in open and active tiered tables, we need to make sure there are no active read requests to the handle. This ticket will support that by adding an atomic counter to each handle that will track the number of in-progress read operations.
Additional details in the design document.