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
echo"No microbench tests in split ${_split_chunk}, skipping"
323
+
return 0
324
+
fi
325
+
fi
326
+
327
+
# Convert file paths to the JMH classname pattern
328
+
local benchmark_pattern=$(echo "${testlist}"| sed 's/\.java$//g'| sed 's|^org/apache/cassandra/test/microbench/||g'| sed 's/\//./g'| tr '\n''|'| sed 's/|$//')
329
+
echo"Running benchmarks: ${benchmark_pattern}"
330
+
331
+
# override build.test.output.dir, adding jdk and arch to output path for report separation
* Improve performance when deserializing cluster metadata (CASSANDRA-21224)
13
+
* Minor TokenMap performance improvement (CASSANDRA-21223)
14
+
* Handle lost response when committing PrepareMove (CASSANDRA-21222)
15
+
* SEPExecutor.maybeExecuteImmediately does not always execute tasks immediately despite available worker capacity (CASSANDRA-21429)
16
+
* Safely regain ranges and delete retired command stores (CASSANDRA-21212)
3
17
* Reduce memory allocations in miscellaneous places along read path (CASSANDRA-21360)
4
18
* Avoid ByteBuffer wrapping in cql3.selection.Selector.InputRow to reduce memory allocation rate (CASSANDRA-21362)
5
19
* Reduce cost to calculate BTreeRow.minDeletionTime (CASSANDRA-21414)
@@ -40,13 +54,21 @@
40
54
* Fix a removed TTLed row re-appearance in a materialized view after a cursor compaction (CASSANDRA-21152)
41
55
* Rework ZSTD dictionary compression logic to create a trainer per training (CASSANDRA-21209)
42
56
Merged from 5.0:
57
+
* putShortVolatile is not volatile in InMemoryTrie (CASSANDRA-21353)
58
+
* Fix RequestFailureReason serializer and nits in a few others (CASSANDRA-21437)
59
+
* Remove golang dependency in gen-doc and replace with python implementation (CASSANDRA-21432)
43
60
* Use estimated compressed size for tables to check if there is enough free space for a compaction (CASSANDRA-21245)
44
61
* Fix failing select on system_views.settings for non-string keys (CASSANDRA-21348)
45
62
* Ensure SAI sends range tombstones to the coordinator for queries on static columns (CASSANDRA-21332)
46
63
Merged from 4.1:
47
64
* Add Paxos v2 option and informatin in cassandra.yaml (CASSANDRA-21316)
48
65
* Harden data resurrection startup check with atomic heartbeat file write with fallback (CASSANDRA-21290)
49
66
Merged from 4.0:
67
+
* Rename conflicting nodetool import --copy-data short option from -p to -cd (CASSANDRA-20214)
68
+
* Fix PasswordObfuscator failing to obfuscate certain passwords (CASSANDRA-21113)
69
+
* Fix negative memtable allocator ownership when an update is shadowed by an existing row deletion (CASSANDRA-21469)
70
+
* Consider first token of SSTable when calculating SSTable intersection in LeveledScanner (CASSANDRA-21369)
71
+
* Remove inFlightEcho entry on ECHO_REQ failure (CASSANDRA-21428)
50
72
* Validate snapshot names (CASSANDRA-21389)
51
73
* BTree.FastBuilder.reset() fails to clear savedBuffer and savedNextKey, causing ClassCastException and SSTable header corruption during schema disagreement (CASSANDRA-21216, CASSANDRA-21260)
52
74
* Backport CASSANDRA-17810 fix and improve RTBoundValidator error messages (CASSANDRA-18282)
0 commit comments