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
* Between bug fixes and performance improvements, the ChannelConnectionPool will be made the default in a future release. Give it a try now with `ClusterOptions.Experiments.ChannelConnectionPools = true;`
119
+
120
+
* During a rebalance upgrade from 6.x (or any earlier version) to 7x, in mixed mode (where you are communicating with Couchbase Server whilst some but not all nodes are upgraded), there is a known issue where data may be written to the wrong location.
121
+
The solution is to either upgrade to 3.2.9, or to quiesce application processing so there are no writes until you have upgraded all nodes.
122
+
If you encounter a similar situation during migration and need help with mitigation, please contact our support team.
123
+
124
+
* Between bug fixes and performance improvements, the `ChannelConnectionPool` will be made the default in a future release.
125
+
Give it a try now with `ClusterOptions.Experiments.ChannelConnectionPools = true;`
120
126
121
127
=== Fixed Issues
128
+
122
129
* https://issues.couchbase.com/browse/NCBC-3174[NCBC-3174]: Out of Retries misclassified as Operation Timed Out
123
130
124
131
* https://issues.couchbase.com/browse/NCBC-3176[NCBC-3176]: ExponentialBackoff only ever increases globally
* https://issues.couchbase.com/browse/NCBC-3163[NCBC-3163]: Bucket name escaping in QueryIndexManager.GetAllIndexesAsync
141
148
142
-
* https://issues.couchbase.com/browse/NCBC-3171[NCBC-3171]: Documents may be written to the wrong location during write operations to a mixed-mode cluster running 7.0.3 and < 7.x
149
+
* https://issues.couchbase.com/browse/NCBC-3171[NCBC-3171]: Documents may be written to the wrong location in a mixed-mode cluster set-up.
150
+
See the <<special-note,Special Note>> for more details.
143
151
144
152
* https://issues.couchbase.com/browse/NCBC-3172[NCBC-3172]: .NET SDK fails to connect to correct node in custom port (cluster_run) multi-node setup
0 commit comments