-
Notifications
You must be signed in to change notification settings - Fork 9
[Bug]: bench_doc Deleting 10000 documents (in batches of 500) get stuck #294
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
$ ./bench_doc -eloqdoc-only
=== Database Benchmarking Tool ===
MongoDB URI: mongodb://127.0.0.1:17017
EloqDoc URI: mongodb://127.0.0.1:27017
Benchmark Configurations:
1. Volume: 10000 documents, Sizes: [858993] bytes
Single Insert Count: 100
Batch Size: 100
Number of Batches: 100
Batch Insert Count: 10000
Query Iterations: 100000
Warmup Queries: 0
Loader Threads: 3
Output Format: table
Mode: EloqDoc Only
=== Testing with 10000 documents of size ~858993 bytes ===
Generating documents to disk...
Target size: 858993 bytes, Actual size: 859680 bytes (diff: +687 bytes)
Generating documents: 10000/10000 (100.0%)
Generating documents: 10000/10000 (100.0%)
✓ Generated 10000 EloqDoc documents to benchmark_data/EloqDoc_10000_858993
Pre-generating query parameters...
Benchmarking EloqDoc...
Setting up collection with 10000 documents...
Loading and inserting documents from disk...
Inserting documents: 10000/10000 (100.0%)
Verified 4738 documents in collection
Loading documents for insert benchmarks...
✓ Loaded 100 documents for single insert benchmark
✓ Loaded 10000 documents for batch insert benchmark
=== Single Insert Benchmark ===
Deleting 100 documents (in batches of 500)...
✓ Deleted 100 documents
✓ Verified deletion completed
Single insert: 100/100 (100.0%)
Single insert: 100/100 (100.0%)
✓ Single Insert: p50=9.60ms, p99=14.32ms, mean=9.92ms, ops/sec=100.80 (100/100 successful)
=== Batch Insert Benchmark ===
Deleting 10000 documents (in batches of 500)...
✓ Deleted 2500 documents
2025/12/16 17:51:49 Retry attempt 1/4 after 10s delay
--
I20251216 17:50:43.158427 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190743360, allocated 3189743872, frag ratio 0.031 , heap full: 1
I20251216 17:50:43.158474 339369 local_cc_shards.h:486] Table range memory report: allocated 1376576, committed 1575120, full: 0
I20251216 17:50:43.471378 339336 cc_shard.cpp:423] Abort cc request due to memory full. txn: 0, cc request type: N9txservice16FillStoreSliceCcE
E20251216 17:50:43.471426 339336 tx_execution.cpp:2966] ScanNextOperation failed for cc error: OUT_OF_MEMORY, txn: 9073, table: benchmark_db_11.benchmark_EloqDoc_10000_858993
I20251216 17:50:43.471684 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190743360, allocated 3189727312, frag ratio 0.032 , heap full: 1
I20251216 17:50:43.471714 339369 local_cc_shards.h:486] Table range memory report: allocated 1376592, committed 1575120, full: 0
I20251216 17:50:43.473019 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190743360, allocated 3189653568, frag ratio 0.034 , heap full: 1
--
I20251216 17:50:47.158561 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190743360, allocated 3189653568, frag ratio 0.034 , heap full: 1
I20251216 17:50:47.158605 339369 local_cc_shards.h:486] Table range memory report: allocated 1376624, committed 1575120, full: 0
I20251216 17:50:47.481410 339336 cc_shard.cpp:423] Abort cc request due to memory full. txn: 0, cc request type: N9txservice16FillStoreSliceCcE
E20251216 17:50:47.481468 339336 tx_execution.cpp:2966] ScanNextOperation failed for cc error: OUT_OF_MEMORY, txn: 9082, table: benchmark_db_11.benchmark_EloqDoc_10000_858993
I20251216 17:50:47.481792 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190718784, allocated 3189637008, frag ratio 0.034 , heap full: 1
I20251216 17:50:47.481828 339369 local_cc_shards.h:486] Table range memory report: allocated 1376640, committed 1575120, full: 0
I20251216 17:50:47.482470 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190718784, allocated 3189653568, frag ratio 0.033 , heap full: 1
--
I20251216 17:50:51.282554 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190731072, allocated 3189696544, frag ratio 0.032 , heap full: 1
I20251216 17:50:51.282583 339369 local_cc_shards.h:486] Table range memory report: allocated 1376688, committed 1575120, full: 0
I20251216 17:50:51.480000 339336 cc_shard.cpp:423] Abort cc request due to memory full. txn: 0, cc request type: N9txservice16FillStoreSliceCcE
E20251216 17:50:51.480046 339336 tx_execution.cpp:2966] ScanNextOperation failed for cc error: OUT_OF_MEMORY, txn: 9089, table: benchmark_db_11.benchmark_EloqDoc_10000_858993
I20251216 17:50:51.480352 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190743360, allocated 3189727312, frag ratio 0.032 , heap full: 1
I20251216 17:50:51.480377 339369 local_cc_shards.h:486] Table range memory report: allocated 1376704, committed 1575120, full: 0
I20251216 17:50:51.481566 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190743360, allocated 3189653568, frag ratio 0.034 , heap full: 1
--
I20251216 17:50:55.159320 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190743360, allocated 3189653568, frag ratio 0.034 , heap full: 1
I20251216 17:50:55.159353 339369 local_cc_shards.h:486] Table range memory report: allocated 1376736, committed 1575120, full: 0
I20251216 17:50:55.489215 339336 cc_shard.cpp:423] Abort cc request due to memory full. txn: 0, cc request type: N9txservice16FillStoreSliceCcE
E20251216 17:50:55.489252 339336 tx_execution.cpp:2966] ScanNextOperation failed for cc error: OUT_OF_MEMORY, txn: 9098, table: benchmark_db_11.benchmark_EloqDoc_10000_858993
I20251216 17:50:55.489622 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190718784, allocated 3189637008, frag ratio 0.034 , heap full: 1
I20251216 17:50:55.489645 339369 local_cc_shards.h:486] Table range memory report: allocated 1376752, committed 1575120, full: 0
I20251216 17:50:55.490351 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190718784, allocated 3189653568, frag ratio 0.033 , heap full: 1
--
I20251216 17:50:59.159667 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190718784, allocated 3189653568, frag ratio 0.033 , heap full: 1
I20251216 17:50:59.159759 339369 local_cc_shards.h:486] Table range memory report: allocated 1376784, committed 1575120, full: 0
I20251216 17:50:59.492799 339336 cc_shard.cpp:423] Abort cc request due to memory full. txn: 0, cc request type: N9txservice16FillStoreSliceCcE
E20251216 17:50:59.492874 339336 tx_execution.cpp:2966] ScanNextOperation failed for cc error: OUT_OF_MEMORY, txn: 9105, table: benchmark_db_11.benchmark_EloqDoc_10000_858993
I20251216 17:50:59.493212 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190718784, allocated 3189637008, frag ratio 0.034 , heap full: 1
I20251216 17:50:59.493242 339369 local_cc_shards.h:486] Table range memory report: allocated 1376800, committed 1575120, full: 0
I20251216 17:50:59.494503 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190718784, allocated 3189653568, frag ratio 0.033 , heap full: 1
--
I20251216 17:51:03.159874 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190743360, allocated 3189743872, frag ratio 0.031 , heap full: 1
I20251216 17:51:03.159920 339369 local_cc_shards.h:486] Table range memory report: allocated 1376848, committed 1575120, full: 0
I20251216 17:51:03.496354 339336 cc_shard.cpp:423] Abort cc request due to memory full. txn: 0, cc request type: N9txservice16FillStoreSliceCcE
E20251216 17:51:03.496397 339336 tx_execution.cpp:2966] ScanNextOperation failed for cc error: OUT_OF_MEMORY, txn: 9112, table: benchmark_db_11.benchmark_EloqDoc_10000_858993
I20251216 17:51:03.496645 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190743360, allocated 3189727312, frag ratio 0.032 , heap full: 1
I20251216 17:51:03.496672 339369 local_cc_shards.h:486] Table range memory report: allocated 1376864, committed 1575120, full: 0
I20251216 17:51:03.498168 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190743360, allocated 3189653568, frag ratio 0.034 , heap full: 1
--
I20251216 17:51:07.160240 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190743360, allocated 3189653568, frag ratio 0.034 , heap full: 1
I20251216 17:51:07.160246 339369 local_cc_shards.h:486] Table range memory report: allocated 1376912, committed 1575120, full: 0
I20251216 17:51:07.499845 339336 cc_shard.cpp:423] Abort cc request due to memory full. txn: 0, cc request type: N9txservice16FillStoreSliceCcE
E20251216 17:51:07.499886 339336 tx_execution.cpp:2966] ScanNextOperation failed for cc error: OUT_OF_MEMORY, txn: 9121, table: benchmark_db_11.benchmark_EloqDoc_10000_858993
I20251216 17:51:07.500118 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190718784, allocated 3189637008, frag ratio 0.034 , heap full: 1
I20251216 17:51:07.500140 339369 local_cc_shards.h:486] Table range memory report: allocated 1376928, committed 1575120, full: 0
I20251216 17:51:07.501459 339369 cc_request.h:3155] ccs 0 memory usage report, committed 3190718784, allocated 3189653568, frag ratio 0.033 , heap full: 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working