Skip to content

Commit b5f5b43

Browse files
authored
Merge pull request #3965
* [DOC-13578]: Release note MB-68626 * [DOC-13578]: Release note MB-68626
1 parent 64fb59f commit b5f5b43

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

modules/release-notes/pages/relnotes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ For information about new features and major improvements made in Couchbase Serv
1111

1212
include::partial$docs-server-8.0.0-fixes-and-improvements.adoc[]
1313
include::partial$docs-server-8.0.0-breaking-changes.adoc[]
14+
include::partial$docs-server-8.0.0-known-issues.adoc[]
1415

1516
== Documentation for Earlier Versions
1617

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
[#known-issues-800]
3+
== Known Issues 8.0.0 (October 2025)
4+
5+
For Couchbase Server 8.0.0 was released in October 2025,
6+
these are the known issues that aren’t yet resolved.
7+
8+
9+
10+
[#dlist-known-issues-800-index-service]
11+
=== Index Service
12+
13+
*https://jira.issues.couchbase.com/browse/MB-68626/[MB-68626]*::
14+
15+
*Vector Index Batch Build Memory Consumption*
16+
+
17+
When building multiple vector indexes in a batch, the system fetches random sample vectors from KV for all indexes simultaneously, even though only one index is trained at a time.
18+
If the indexer is not properly sized for build batch size, this can cause excessive memory consumption, leading to Out of Memory (OOM) kills.
19+
+
20+
*Root Cause:* Indexer fetches and evaluates vectors for all indexes in the batch concurrently without throttling, creating significant memory overhead.
21+
+
22+
*Symptoms:*
23+
24+
* OOM kills during vector index build operations
25+
26+
* High memory usage (HeapInUse approaching memory quota)
27+
28+
* Fatal error: `runtime: out of memory`
29+
30+
* Memory allocation failures during vector sampling
31+
32+
+
33+
*Workaround:* Properly size the indexer for random sample vectors
34+
and configure the index build batch size to limit the number of indexes built together
35+
by taking into account the available memory quota and vector sizes
36+
37+
38+
39+

0 commit comments

Comments
 (0)