-
Notifications
You must be signed in to change notification settings - Fork 35
Comparing changes
Open a pull request
base repository: couchbase/indexing
base: master
head repository: couchbase/indexing
compare: unstable
- 14 commits
- 57 files changed
- 4 contributors
Commits on Jan 29, 2026
-
MB-68533 handle partition prune for inst in training
Change-Id: I3615788edf70aa454d5ee674b4bd132716420943 Signed-off-by: Dhruvil Shah <dsdruvil8@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2865ca7 - Browse repository at this point
Copy the full SHA 2865ca7View commit details -
MB-68507 Reduce build progress logging frequency in shard rebalancer
Limit getBuildProgress logging from every 5 seconds to every 5 minutes to reduce log flooding and thus avoiding log rollover in case of large number of instances and long rebalance phases. The function is still called every 5 seconds for progress tracking, but log messages are only emitted every 5 minutes. + Add lastBuildProgressLogTime field to ShardRebalancer struct + Update getBuildProgress to check time elapsed since last log + First log happens immediately, subsequent logs every 5 minutes Change-Id: I47d2be8bde9e14d9d442b7c0fce1d5b43630ad0f
Configuration menu - View commit details
-
Copy full SHA for 7da9bc0 - Browse repository at this point
Copy the full SHA 7da9bc0View commit details -
MB-70200 Add helper for sparse vector generation
Change-Id: I1fc54584516e7e62c14fe5cd0e79a9fe9fa50b97
Configuration menu - View commit details
-
Copy full SHA for fa90d82 - Browse repository at this point
Copy the full SHA fa90d82View commit details -
MB-70200 Sparse vector codebook
This patch mainly defines which methods will be implemented for sparse codebook and provides implementation for some of the methods. Future patches will implement the remaining methods. Change-Id: If12605ad23342fb3e887d30f585cea61c8c95573
Configuration menu - View commit details
-
Copy full SHA for dc3e58d - Browse repository at this point
Copy the full SHA dc3e58dView commit details -
MB-70200 Add unit test for sparse codebook
Change-Id: I32b2ce622e9935c49de31f8b52c1ec383694e0b8
Configuration menu - View commit details
-
Copy full SHA for e3aa6fa - Browse repository at this point
Copy the full SHA e3aa6faView commit details
Commits on Jan 30, 2026
-
MB-70219: Add sparse vector data to system:indexes
* "index_key": [ "`gender`", "`sift` SPARSE VECTOR", "`docnum`" ], * "with": { "description": "IVF256", "num_partition": 1, "num_replica": 0, "retain_deleted_xattr": false, "scan_nprobes": 1, "train_list": 10000 } * "definition": "CREATE INDEX `idx_sift10k` ON `default`(`gender`, `sift` SPARSE VECTOR,`docnum`) WITH { \"defer_build\":true, \"description\":\"IVF256\", \"train_list\":10000 }", Change-Id: I32af5825017f32e0193a26105ee60b7df42ad611Configuration menu - View commit details
-
Copy full SHA for 0d9d06b - Browse repository at this point
Copy the full SHA 0d9d06bView commit details -
MB-100 update docker scripts to use env vars
use RELEASE and MANIFEST env vars over hard coded values Change-Id: I757ad83271bab5e2eb7acc1407862034e6f81d86 Signed-off-by: Dhruvil Shah <dsdruvil8@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 912b53c - Browse repository at this point
Copy the full SHA 912b53cView commit details -
MB-100 add golangci-lint to our CI scripts
Change-Id: Iaa7c2399c39e82aba86a272d4448c4d39b2cdc01 Signed-off-by: Dhruvil Shah <dsdruvil8@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 746e5ed - Browse repository at this point
Copy the full SHA 746e5edView commit details -
MB-100 add lint as a new mode for CI
Change-Id: I6ed2e09cfc50727c025bc558f79fccf5168cfa25 Signed-off-by: Dhruvil Shah <dsdruvil8@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bbe439a - Browse repository at this point
Copy the full SHA bbe439aView commit details -
Change-Id: I962edc3f98358ae5a9b30e3c5eed4f6c5e82cc84 Signed-off-by: Dhruvil Shah <dsdruvil8@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 74346d5 - Browse repository at this point
Copy the full SHA 74346d5View commit details -
Change-Id: Ice1f6bae5302bd5ee6ebb64c2c2089a503e0c840 Signed-off-by: Dhruvil Shah <dsdruvil8@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 71fa37e - Browse repository at this point
Copy the full SHA 71fa37eView commit details -
MB-100 update golangci to only consider HEAD~ changes
Change-Id: I748ea7ff47d4ba12dcee41ad09a85f1bfefdb755 Signed-off-by: Dhruvil Shah <dsdruvil8@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 389cdcc - Browse repository at this point
Copy the full SHA 389cdccView commit details -
MB-100 add nolint build flags to files with typecheck issues
many legacy/tools files have compilation issues; add a build flag `nolint` to ignore type check errors in linter Change-Id: Ife93b3b038725f5e1ed182f085ac27f1d903f047 Signed-off-by: Dhruvil Shah <dsdruvil8@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6d6f807 - Browse repository at this point
Copy the full SHA 6d6f807View commit details -
MB-100 dolint update for one run per repo
Change-Id: Ib9d246390b689e45adfca305973ad8eba52e046a Signed-off-by: Dhruvil Shah <dsdruvil8@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ed3d372 - Browse repository at this point
Copy the full SHA ed3d372View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...unstable