This is an automated email from the ASF dual-hosted git repository.

smiklosovic pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from c9e31f297c Introduce "hardRemoved" concept for marking nodes 
permanently offline, to permit recovery from availability loss Also fix:  - 
Paxos should not update minHlc if AccordService is not setup  - Remove 
EndpointMapper methods that require non-null, to ensure call-sites handle null 
case explicitly  - AccordRepair should specify the Node Ids that must 
participate, but these should not affect the durability requirements for GC  - 
Avoid erroneously marking UniversalOrInvalidated [...]
     add 1a96b8803a Enable CQLSSTableWriter to create SSTables compressed with 
a dictionary

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |   1 +
 .../io/sstable/AbstractSSTableSimpleWriter.java    |  24 ++++-
 .../cassandra/io/sstable/CQLSSTableWriter.java     |  45 +++++++-
 .../io/sstable/SSTableSimpleUnsortedWriter.java    |   6 ++
 .../cassandra/io/sstable/SSTableSimpleWriter.java  |  18 ++++
 .../cassandra/io/sstable/CQLSSTableWriterTest.java | 116 ++++++++++++++++++++-
 6 files changed, 204 insertions(+), 6 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to