mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
bbdbf3e4f8
This commit fixes an issue where the partition was not properly set on the peering query failover target created from sameness-groups. Before this change, it was always empty, meaning that the data would be queried with respect to the default partition always. This resulted in a situation where a PQ that was attempting to use a sameness-group for failover would select peers from the default partition, rather than the partition of the sameness-group itself.
4 lines
222 B
Plaintext
4 lines
222 B
Plaintext
```release-note:bug
|
|
prepared-query: (Enterprise-only) Fix issue where sameness-group failover targets to peers would attempt to query data from the default partition, rather than the sameness-group's partition always.
|
|
```
|