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
| When a username is extracted from a client certificate, the candidate username is checked for its existance in couchbase-server. If such user doesn't exist, algorithm now doesn't stop, but tries to extract another candidate username.
28
+
| When a username is extracted from a client certificate, the candidate username is checked for its existence in couchbase-server. If such a user doesn't exist, the algorithm now doesn't stop but tries to extract another candidate username.
| In index definitions from version 6.x, the `segmentVersion` parameter is absent, with it previously defaulting to v11. With 7.6 we’ve updated the default to v16. So when the `segmentVersion` is absent, the v16 code will be going into effect.
168
+
a| In index definitions from version 6.x, the `segmentVersion` parameter is absent, with it previously defaulting to v11.
169
+
With 7.6 we’ve updated the default to v16.
170
+
So when the `segmentVersion` is absent, the v16 code will be going into effect.
169
171
170
-
An issue in the v16 code while interpreting data with no vector fields caused an alignment panic. This panic is fixed with 7.6.4 allowing 6.x index definitions to work ok in 7.6.4.
172
+
An issue in the v16 code while interpreting data with no vector fields caused an alignment panic.
173
+
This panic is fixed with 7.6.4, allowing 6.x index definitions to work ok in 7.6.4.
171
174
172
-
* This problem occurs only for index definitions that survive an upgrade from 6.x to 7.x and then 7.6.x without being “re-built” meaning they’d still be using the v11 file format.
175
+
* This problem occurs only for index definitions that survive an upgrade from 6.x to 7.x and then 7.6.x without being “re-built” meaning they’d still be using the v11 file format.
173
176
174
-
* Indexes that were introduced in server version 7.x and later or re-built after the cluster was fully upgraded to 7.x (which will have a segmentVersion:15 setting within their index definition) will not encounter this issue, because they invoke the v15 code.
177
+
* Indexes that were introduced in server version 7.x and later or re-built after the cluster was fully upgraded to 7.x, (which will have a segmentVersion:15 setting within their index definition) will not encounter this issue, because they invoke the v15 code.
175
178
176
-
| In summary, version 7.6.4 now supports upgrades of 6.x index definitions. However, Couchbase recommends upgrading indexes to 15+ segment version format for improvements in indexing footprint and performance.
177
-
178
-
| Issue resolved.
179
+
| In summary, version 7.6.4 now supports upgrades of 6.x index definitions.
180
+
However,
181
+
Couchbase recommends upgrading indexes to 15+ segment version format for improvements in indexing footprint and performance. +
0 commit comments