Skip to content
Unverified Commit 0dd1ed81 authored by Tim Brooks's avatar Tim Brooks Committed by GitHub
Browse files

Force execution of finish shard bulk request (#51957)

Currently the shard bulk request can be rejected by the write threadpool
after a mapping update. This introduces a scenario where the mapping
listener thread will attempt to finish the request and fsync. This
thread can potentially be a transport thread. This commit fixes this
issue by forcing the finish action to happen on the write threadpool.

Fixes #51904.
parent da09dc27
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment