From 6590ed7f49fa505889127e5f201e52f97ae745a9 Mon Sep 17 00:00:00 2001 From: yi-xmu Date: Fri, 13 Mar 2026 18:56:15 +0800 Subject: [PATCH 1/3] Sharding keys on one range partition into on core --- src/mongo/db/modules/eloq/data_substrate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mongo/db/modules/eloq/data_substrate b/src/mongo/db/modules/eloq/data_substrate index 3f2dcd5932..5eb0b7ac21 160000 --- a/src/mongo/db/modules/eloq/data_substrate +++ b/src/mongo/db/modules/eloq/data_substrate @@ -1 +1 @@ -Subproject commit 3f2dcd5932b96aaa4ff549305c2ffe448d913004 +Subproject commit 5eb0b7ac217628a4f1af3ca1ebd94d518bcfc5ff From d67fe6699e2735c0f7d81f101887a45595e1cda7 Mon Sep 17 00:00:00 2001 From: yi-xmu Date: Fri, 13 Mar 2026 18:59:14 +0800 Subject: [PATCH 2/3] fix clang format --- src/mongo/db/modules/eloq/src/eloq_recovery_unit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mongo/db/modules/eloq/src/eloq_recovery_unit.h b/src/mongo/db/modules/eloq/src/eloq_recovery_unit.h index 2a8ffee4b8..b48ef2a5d7 100644 --- a/src/mongo/db/modules/eloq/src/eloq_recovery_unit.h +++ b/src/mongo/db/modules/eloq/src/eloq_recovery_unit.h @@ -110,8 +110,8 @@ class EloqRecoveryUnit final : public RecoveryUnit { * (serial); Phase 3 may switch to BatchReadCatalogTxRequest for concurrent read. */ void batchReadCatalog(OperationContext* opCtx, - const std::vector& tableNames, - std::vector>* out); + const std::vector& tableNames, + std::vector>* out); [[nodiscard]] txservice::TxErrorCode setKV(const txservice::TableName& tableName, uint64_t keySchemaVersion, From 5e44b8e5a0feb0a55b09111a07595b28ca39f556 Mon Sep 17 00:00:00 2001 From: yi-xmu Date: Mon, 16 Mar 2026 16:58:14 +0800 Subject: [PATCH 3/3] update submodule --- src/mongo/db/modules/eloq/data_substrate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mongo/db/modules/eloq/data_substrate b/src/mongo/db/modules/eloq/data_substrate index 5eb0b7ac21..a64a31d7b5 160000 --- a/src/mongo/db/modules/eloq/data_substrate +++ b/src/mongo/db/modules/eloq/data_substrate @@ -1 +1 @@ -Subproject commit 5eb0b7ac217628a4f1af3ca1ebd94d518bcfc5ff +Subproject commit a64a31d7b5e87df17365794b995a325cdf153cb2