[ 
https://issues.apache.org/jira/browse/CASSANDRA-21341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sam Tunnicliffe updated CASSANDRA-21341:
----------------------------------------
          Fix Version/s: 6.0-alpha2
                             (was: 6.x)
          Since Version: 6.0-alpha1
    Source Control Link: 
https://github.com/apache/cassandra/commit/7927ac4395cb1b68794a163baaa3e9c5553166c9
             Resolution: Fixed
                 Status: Resolved  (was: Ready to Commit)

On commit I made one tiny change to the logging as where we previously ported 
the `setMode` calls to log statements we had dropped the mode prefixes. 
Other than that LGTM, thanks!

> transfer_hints_on_decommission seems to be dead property in post-TCM 
> ---------------------------------------------------------------------
>
>                 Key: CASSANDRA-21341
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-21341
>             Project: Apache Cassandra
>          Issue Type: Bug
>          Components: Consistency/Hints
>            Reporter: Stefan Miklosovic
>            Assignee: Matt Byrd
>            Priority: Normal
>             Fix For: 6.0-alpha2
>
>         Attachments: ci_summary_CASSANDRA-21341_cassandra-6.0.html, 
> ci_summary_CASSANDRA-21341_trunk.html
>
>
> StorageService.unbootstrap  in Cassandra < 6.0 has this in it
> {code}
> if (DatabaseDescriptor.getTransferHintsOnDecommission())
>         {
>             setMode(Mode.LEAVING, "streaming hints to other nodes", true);
>             hintsSuccess = streamHints();
>         }
> {code}
> in TCM this was rewritten into {{UnbootstrapStreams.unbootstrap}} but 
> streaming of hints is not wrapped in that {{if}}, making 
> {{DatabaseDescriptor.getTransferHintsOnDecommission()}} unused property.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to