Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cluster) use 'safe_set' to set prepared query id
We do not want to unintentionally override some cluster info and would rather fail to cache the query id in the shm instead. Other workers will fail to retrieve the key from it and will thus prepare the request themselves, so we maintain a working state.
- Loading branch information