GitHub user iksaif opened a pull request:
https://github.com/apache/cassandra/pull/147
[wip] CASSANDRA-10496
Done:
- --split-output kind of work when running nodetool compact
- Values with timestamps outside of the first window should be isolated
and merged back to the correct sstable (which maybe quite costly for now
as
it involves re-writing huge sstables for single values)
TODO:
- Unit tests
- Fix remaining TODOs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iksaif/cassandra cassandra-10496-trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cassandra/pull/147.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #147
----
commit 785182fa9f977c65c201cea135ffc8076170276d
Author: Corentin Chary <[email protected]>
Date: 2017-04-28T09:49:56Z
CASSANDRA-10496
Done:
- --split-output kind of work when running nodetool compact
- Values with timestamps outside of the first window should be isolated
and merged back to the correct sstable (which maybe quite costly for now
as
it involves re-writing huge sstables for single values)
TODO:
- Unit tests
- Fix remaining TODOs
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]