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

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


    from 87db918  Fix DESCRIBE statement for CUSTOM indices with options
     new 309b303  Add possibility to copy SSTables in SSTableImporter instead 
of moving them
     new 0979bda  Expose data dirs to ColumnFamilyStoreMBean

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                        |   2 +
 .../org/apache/cassandra/db/ColumnFamilyStore.java |  21 +++-
 .../cassandra/db/ColumnFamilyStoreMBean.java       |  30 +++++-
 .../org/apache/cassandra/db/SSTableImporter.java   |  47 +++++++--
 .../cassandra/io/sstable/format/SSTableReader.java |  23 ++++-
 .../cassandra/io/sstable/format/SSTableWriter.java |  27 +++++
 .../org/apache/cassandra/io/util/FileUtils.java    | 115 ++++++++++++++++-----
 src/java/org/apache/cassandra/tools/NodeProbe.java |   4 +-
 .../apache/cassandra/tools/nodetool/Import.java    |   7 +-
 .../apache/cassandra/db/ColumnFamilyStoreTest.java |  19 ++++
 test/unit/org/apache/cassandra/db/ImportTest.java  |  77 +++++++++++---
 .../cassandra/io/sstable/SSTableReaderTest.java    |   6 +-
 12 files changed, 318 insertions(+), 60 deletions(-)


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

Reply via email to