pauloricardomg opened a new pull request, #4544: URL: https://github.com/apache/cassandra/pull/4544
Legacy Cassandra 3.x sstables are incompatible with zero-copy streaming in Cassandra 5.0+. This adds a --disable-zero-copy-streaming flag to sstableloader that disables zero-copy streaming when loading legacy sstables. This patch implements the flag in LoaderOptions and BulkLoader, and adds tests to verify that loading legacy 3.11 sstables fails with zero-copy enabled and succeeds with zero-copy disabled. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

