You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During termination, we have long-running fetch threads that are busy downloading data from S3.
We need to check if we're interrupted and throw an exception. This might mean using an InputStream "bridge" to forward data from the AWS client in blocks, and check for interrupted state with each block.
We'd also want to check for interrupts before looking up URLs in our secondary index, etc.
The text was updated successfully, but these errors were encountered:
During termination, we have long-running fetch threads that are busy downloading data from S3.
We need to check if we're interrupted and throw an exception. This might mean using an InputStream "bridge" to forward data from the AWS client in blocks, and check for interrupted state with each block.
We'd also want to check for interrupts before looking up URLs in our secondary index, etc.
The text was updated successfully, but these errors were encountered: