Sign in
apache
/
cassandra
/
HEAD
8014eec
Merge branch 'cassandra-5.0' into trunk
by David Capwell
· 2 days ago
trunk
169c37b
Merge branch 'cassandra-4.1' into cassandra-5.0
by David Capwell
· 2 days ago
cassandra-5.0
4962f3d
IntrusiveStack.accumulate is not accumulating correctly
by Yuqi Yan
· 2 days ago
cassandra-4.1
d229eaf
ninja: remove accidental file
by Benedict Elliott Smith
· 3 days ago
418e3a4
Merge branch 'cassandra-5.0' into trunk
by Stefan Miklosovic
· 3 days ago
5fb3ae4
Merge branch 'cassandra-4.1' into cassandra-5.0
by Stefan Miklosovic
· 3 days ago
5c94bc8
Add nodetool get/setguardrailsconfig commands
by Yuqi Yan
· 1 year, 3 months ago
0e9f0fa
Improve:
by Benedict Elliott Smith
· 3 weeks ago
9df5481
Accord: Update CommandsForRanges.Manager interval tree asynchronously
by Benedict Elliott Smith
· 8 days ago
37b6ade
Accord: Fix minDecidedId calculation
by Benedict Elliott Smith
· 5 days ago
e06b8ea
Ninja fix .gitmodules
by Ariel Weisberg
· 4 days ago
e6cf213
Add testing of consensus live migration to simulator
by Ariel Weisberg
· 3 months ago
54a9c40
Improve Interval B-Tree test coverage; add pprinter for B-Trees
by Alex Petrov
· 10 days ago
e8bd231
Accord Fixes:
by Benedict Elliott Smith
· 9 days ago
ccf12ef
Add accord journal standalone dump tool
by Alex Petrov
· 3 weeks ago
674b8d5
Deduplicate ranges in WatermarkCollector
by Benedict Elliott Smith
· 10 days ago
28edf72
Fix flakey test org.apache.cassandra.utils.SimpleBitSetSerializerTest
by David Capwell
· 9 days ago
7e32d92
Fix/Improve IntervalBTree
by Benedict Elliott Smith
· 14 days ago
92cbde1
Introduce PseudoUtf8Type for virtual tables to search on types that are otherwise treated as strings for pretty printing;
by Benedict Elliott Smith
· 11 days ago
fd2e11f
Accord Fixes:
by Benedict Elliott Smith
· 11 days ago
8289bb4
Accord: Topology serializer has a lot of repeated data, can dedup to shrink the cost
by David Capwell
· 10 days ago
f6c1002
Stream individual files in their own transactions and hand over ownership to a parent transaction on completion
by Marcus Eriksson
· 6 weeks ago
7b140f6
Merge branch 'cassandra-5.0' into trunk
by Caleb Rackliffe
· 11 days ago
f9d759d
SSTableIndexWriter#abort() should log more quietly in cases where an exception is not provided
by Caleb Rackliffe
· 12 days ago
cba4208
Standardise Replay logic to ensure SafeCommandStore.update is called
by Benedict Elliott Smith
· 2 weeks ago
a866f92
Improve:
by Benedict Elliott Smith
· 3 weeks ago
30f0940
Merge branch 'cassandra-5.0' into trunk
by Caleb Rackliffe
· 3 weeks ago
81fcacd
Ensure CassandraIndexTest sets up properly when using SAI in the wake of CASSANDRA-20732
by Caleb Rackliffe
· 3 weeks ago
c9e5239
Fix:
by Benedict Elliott Smith
· 3 weeks ago
7bf6eef
Limit the number of held heap dumps to not consume disk space excessively
by Igor Kamyshnikov
· 9 weeks ago
0a7797c
Fix:
by Benedict Elliott Smith
· 3 weeks ago
78d6892
Fix flakey test AbstractTypeTest#meaninglessEmptyness why is equality so hard
by David Capwell
· 3 weeks ago
1c2307b
Merge branch 'cassandra-5.0' into trunk
by Caleb Rackliffe
· 3 weeks ago
f553ace
Avoid availability gap between UP and queryability marking for already built SAI indexes on bounce
by Caleb Rackliffe
· 3 weeks ago
d516ea2
Fix topology reporting bugs
by Alex Petrov
· 4 weeks ago
115c553
Follow-up to CASSANDRA-20726:
by Benedict Elliott Smith
· 4 weeks ago
4437fa4
Ensuring Row reference is only used for IS Null/IS Not Null expressions
by Pranav Shenoy
· 4 weeks ago
15ded6a
Ninja for CASSANDRA-20727: fixed imports for src/java/org/apache/cassandra/utils/btree/BTree.java
by David Capwell
· 4 weeks ago
2b94317
Ninja for CASSANDRA-20667: Fixing checkstyle for src/java/org/apache/cassandra/service/accord/txn/AbstractParameterisedVersionedSerialized.java
by David Capwell
· 4 weeks ago
fadc64c
(Accord) Fix:
by Benedict Elliott Smith
· 4 weeks ago
6d303e6
Improve:
by Benedict Elliott Smith
· 3 months ago
8d641e0
Accord: BEGIN TRANSACTIONs IF condition logic does not properly support meaningless emptiness and null values
by David Capwell
· 4 weeks ago
6b23315
Ninja: fix compilation after rebase
by Alex Petrov
· 4 weeks ago
6493450
Avoid waiting for topology indefinitely; print out debug string if topology can not be fetched
by Alex Petrov
· 5 weeks ago
5746db0
Accord Fixes / Improvments:
by Alex Petrov
· 6 weeks ago
259b1a5
Fix StackOverflow exception on topology replay with a large number of active epochs/topologies
by Alex Petrov
· 6 weeks ago
f3bf24c
Make durability service listen to topology changes
by Alex Petrov
· 7 weeks ago
9d6fb76
Improve journal corruption detection
by Alex Petrov
· 8 weeks ago
eb4c6b6
Mark last min known epoch - 1 as "truncated"
by Alex Petrov
· 8 weeks ago
eafd551
Accord Improvements:
by Alex Petrov
· 8 weeks ago
0936286
Fix visiting same key multiple times during replay
by Alex Petrov
· 10 weeks ago
1c7e96b
Fix journal out of order iteration
by Benedict Elliott Smith
· 10 weeks ago
693eab8
Revert changes to serving FetchCMSLog/FetchPeerLog requests & remove ReconstructLogState
by Sam Tunnicliffe
· 10 weeks ago
6a37d88
Allow unsafe startup if accord.journal.failurePolicy is set to ALLOW_UNSAFE_STARTUP
by Alex Petrov
· 2 months ago
b506665
Fix CRC errors in Journal
by Alex Petrov
· 2 months ago
9471016
Accord Fixes / Improvements:
by Alex Petrov
· 3 months ago
1350082
Avoid re-serializing all-equivalent topologies
by Alex Petrov
· 5 weeks ago
7ef2ccd
Erase should consistently erase all content
by Benedict Elliott Smith
· 5 weeks ago
9a3fda5
Merge branch 'cassandra-5.0' into trunk
by Maxwell Guo
· 5 weeks ago
8de4c92
Make Commitlog flush data safely in Direct IO mode
by Maxwell Guo
· 5 weeks ago
df4eae7
ninja follow-up to CASSANDRA-20713: fix SSTableReaderTest
by Benedict Elliott Smith
· 5 weeks ago
0a3e624
Merge branch 'cassandra-5.0' into trunk
by Caleb Rackliffe
· 5 weeks ago
a72dcbc
Get SAI MemtableIndex refs before SSTableIndex refs at query time
by Michael Marshall
· 5 weeks ago
e5f99c5
CASSANDRA-20699 Fix SAI virtual table names in documentation
by Bernardo Botella Corbi
· 5 weeks ago
464a4f9
Accord Fixes:
by Benedict Elliott Smith
· 5 weeks ago
1b78bbd
Fix:
by Benedict Elliott Smith
· 6 weeks ago
4d141e4
Accord: startup race condition where accord journal tries to access the 2i index before its ready
by David Capwell
· 6 weeks ago
83f58b4
Merge branch 'cassandra-5.0' into trunk
by Ariel Weisberg
· 6 weeks ago
53ccfd5
Fix MAX_SEGMENT_SIZE < chunkSize in MmappedRegions::updateState
by samlightfoot
· 6 weeks ago
10ed20b
Fixes
by Benedict Elliott Smith
· 6 weeks ago
58ee847
Adopt Unsafe::invokeCleaner for Direct ByteBuffer cleaning
by samlightfoot
· 8 weeks ago
7c9af51
Merge branch 'cassandra-5.0' into trunk
by Marcus Eriksson
· 7 weeks ago
f07510a
CASSANDRA-18119 followup - test fix, create STATS component when using BtiFormat
by Marcus Eriksson
· 7 weeks ago
1261ba1
Add additional metrics around hints
by maoling
· 4 months ago
3a506eb
Merge branch 'cassandra-5.0' into trunk
by Stefan Miklosovic
· 7 weeks ago
3969de6
Mark JDK 17 as production ready
by Dmitry Konstantinov
· 7 weeks ago
5450a1f
Support for add and replace in IntervalTree
by Ariel Weisberg
· 4 months ago
d110b16
Merge branch 'cassandra-5.0' into trunk
by Ariel Weisberg
· 7 weeks ago
948e6c9
Merge branch 'cassandra-4.1' into cassandra-5.0
by Ariel Weisberg
· 7 weeks ago
88ca4f8
Backport CASSANDRA-20469 (Paxos repair interrupts running transactions) to 4.1 and 5.0
by Ariel Weisberg
· 7 weeks ago
3f03dc7
ninja: remove unused imports in AccordJournalBurnTest to pass ant checkstyle-test
by Stefan Miklosovic
· 8 weeks ago
b3f035b
Accord Fixes:
by Benedict Elliott Smith
· 3 months ago
8d89e16
Ninja fix CHANGES.txt
by Sam Tunnicliffe
· 8 weeks ago
53cdefb
Enabling single sstable uplevel by default
by nvharikrishna
· 2 years, 2 months ago
64c7031
Merge branch 'cassandra-5.0' into trunk
by Brandon Williams
· 8 weeks ago
f1457e8
Merge branch 'cassandra-4.1' into cassandra-5.0
by Brandon Williams
· 8 weeks ago
eb4e795
Merge branch 'cassandra-4.0' into cassandra-4.1
by Brandon Williams
· 8 weeks ago
00f2b3e
increment version
by Brandon Williams
· 8 weeks ago
cassandra-4.0
fe13726
Merge branch 'cassandra-5.0' into trunk
by Caleb Rackliffe
· 8 weeks ago
e5c1016
Ensure replica filtering protection does not trigger unnecessary short read protection reads
by Caleb Rackliffe
· 2 months ago
34650af
Merge branch 'cassandra-5.0' into trunk
by Andy Tolbert
· 8 weeks ago
e90fece
Merge branch 'cassandra-4.1' into cassandra-5.0
by Andy Tolbert
· 8 weeks ago
9c308ce
Merge branch 'cassandra-4.0' into cassandra-4.1
by Andy Tolbert
· 8 weeks ago
d077f69
Ensure prepared_statement INSERT timestamp precedes eviction DELETE
by Andy Tolbert
· 10 weeks ago
cfb3933
Merge branch 'cassandra-5.0' into trunk
by David Capwell
· 8 weeks ago
823f486
Unified Compaction does not properly validate min and target sizes
by Pranav Shenoy
· 8 weeks ago
9c489b8
Merge branch 'cassandra-5.0' into trunk
by Caleb Rackliffe
· 8 weeks ago
dd0d8c0
Avoid lambda usage in TrieMemoryIndex range queries and ensure queue size tracking is per column
by Caleb Rackliffe
· 9 weeks ago
fdc1006
Merge branch 'cassandra-5.0' into trunk
by mck
· 8 weeks ago
1066f6a
Remove auto-installation of golang when generating native protocol doc pages
by mck
· 8 weeks ago
Next »