forked from apache/cassandra
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DSP-23956: Migration of system.local/peers to flat files
CC uses flat files to store system.local/peers info and exposes them via virtual tables. DSE 5.1 uses regular C* sstables for storing these tables. This patch adds the migration procedure that detects the existence of the mentioned flat files and rewrites necessary data from sstables.
- Loading branch information
1 parent
1fd42c2
commit 6a4c377
Showing
6 changed files
with
865 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.