[
https://issues.apache.org/jira/browse/CASSANDRA-18143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700045#comment-17700045
] Jacek Lewandowski edited comment on CASSANDRA-18143 at 3/14/23 10:00 AM: ------------------------------------------------------------------------- 3.0 https://github.com/jacek-lewandowski/cassandra/tree/CASSANDRA-18143-3.0 https://github.com/apache/cassandra/pull/2214 3.11 https://github.com/jacek-lewandowski/cassandra/tree/CASSANDRA-18143-3.11 4.0 https://github.com/jacek-lewandowski/cassandra/tree/CASSANDRA-18143-4.0 4.1 https://github.com/jacek-lewandowski/cassandra/tree/CASSANDRA-18143-4.1 5.0 https://github.com/jacek-lewandowski/cassandra/tree/CASSANDRA-18143 Tests: 3.0 https://app.circleci.com/pipelines/github/jacek-lewandowski/cassandra/617/workflows/c4a9facb-4918-4b78-9019-cb98e55a983a 3.11 https://app.circleci.com/pipelines/github/jacek-lewandowski/cassandra/613/workflows/ca64b8de-6d25-474f-a8be-e1644ffacedb 4.0 4.1 5.0 was (Author: jlewandowski): 3.0 https://github.com/jacek-lewandowski/cassandra/tree/CASSANDRA-18143-3.0 https://github.com/apache/cassandra/pull/2214 3.11 https://github.com/jacek-lewandowski/cassandra/tree/CASSANDRA-18143-3.11 4.0 https://github.com/jacek-lewandowski/cassandra/tree/CASSANDRA-18143-4.0 4.1 https://github.com/jacek-lewandowski/cassandra/tree/CASSANDRA-18143-4.1 5.0 https://github.com/jacek-lewandowski/cassandra/tree/CASSANDRA-18143 Tests: 3.0 https://app.circleci.com/pipelines/github/jacek-lewandowski/cassandra/617/workflows/c4a9facb-4918-4b78-9019-cb98e55a983a 3.11 4.0 4.1 5.0 > upgradesstables does not always upgrade tables in proper order. > --------------------------------------------------------------- > > Key: CASSANDRA-18143 > URL: https://issues.apache.org/jira/browse/CASSANDRA-18143 > Project: Cassandra > Issue Type: Bug > Components: Tool/sstable > Reporter: Claude Warren > Assignee: Claude Warren > Priority: Normal > > The SSTableUpgrader accepts tools in the hash order provided by > Directories.SSTableLister rather than ordering them to ensure that they are > upgraded in the proper order. > They should be ordered by their id. The comparator for SSTableId is available > in SSTableIdFactory.COMPARATOR. > > Dev discussion thread: > https://lists.apache.org/thread/w6pm5hbdxt295mtvlckv0joyk8x4o8nf -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
