Skip to content

Fix X-Y-Z and other bug fixes

Choose a tag to compare

@arunagrawal84 arunagrawal84 released this 18 Oct 22:34
· 199 commits to 3.11 since this release
4d1a39b

(#834 ) Removing functionality of creating incremental manifest file in backup V1 as it is not used.
(#834 ) Bug fix: When meta file do not exist for TTL in backup v2 we should not be throwing NPE.
(#834 ) Bug fix: Fix X-Y-Z issue using gossip status information instead of gossip state. Note that gossip status is (JOINING/LEAVING/NORMAL) while gossip state is (UP/DOWN). Gossip state is calculated individually by all the Cassandra instances using gossip status.Priam only checked the database to give to Cassandra when "replacing" a token. That ip could be old or outdate. Now the replacing Priam asks other Priam for the view as from C* (source of truth) to find the IP address to replace.
(#834 ) Bug fix: Change return type of cassadmin/paritioner from JSON to text type.
(#834 ) Bug fix: Handle files of 0 bytes iff created from C* during snapshot operation.
(#834 ) Bug fix: Reduce the no. of max chunks as files could inflate after compression.