Open lersek opened 3 days ago
branch 5.4 isn't supported anymore.
and we should label the enterprise branches in SCT
OK, thanks.
In enterprise, https://github.com/scylladb/scylladb/commit/36520250623a is directly part of branches branch-2024.1
and branch-2024.2
.
Furthermore, the change had also been incorporated into branch-2023.1
, through https://github.com/scylladb/scylladb/commit/ea506f50cca3.
Ah I misunderstood; you didn't mean we shouldn't label open source! Restoring those labels now.
Since https://github.com/scylladb/scylladb/commit/36520250623a, scylla does not log "Finished token ring movement". Watching the log for this message would inevitably time out, consequently. Remove this log pattern.
Fixes #9281
The backporting question looks pretty bleak on this one:
scylla-5.3.0-rc0
andscylla-5.4.0
(in other words, even 5.4 no longer logsFinished token ring movement
).This means that the patch should be backported minimally to branch-5.3 through branch-6.2 (because I presume those target identically-versioned, released scylla binaries, and those binaries no longer emit the message).
I don't know how the other SCT branch names (i.e., those that include a year number, or the word "perf") relate to scylla binary 5.3. Thus, those branches may or may not be backporting targets.