I'd be in favor of backporting this. Looking at the patch, it looks well isolated and guarded behind feature flags and I agree that it's very useful for other branches.
On Fri, Feb 13, 2026 at 10:44 AM Bernardo Botella < [email protected]> wrote: > Hi everyone! > > We added async profiling to Cassandra via nodetool command on this commit: > Initial async-profiler Nodetool implementation · apache/cassandra@7c3c3a1 > <https://github.com/apache/cassandra/commit/7c3c3a1d86782a515583f89c6f17fb30e7f5e41e> > github.com > <https://github.com/apache/cassandra/commit/7c3c3a1d86782a515583f89c6f17fb30e7f5e41e> > [image: apple-touch-icon-180x180-a80b8e11abe2.png] > <https://github.com/apache/cassandra/commit/7c3c3a1d86782a515583f89c6f17fb30e7f5e41e> > <https://github.com/apache/cassandra/commit/7c3c3a1d86782a515583f89c6f17fb30e7f5e41e> > > > With a bug fix in this commit: > [image: d1b4ddc32acd8328f83ea7b5dd5a8cd3437ded04.png] > > Fix JMXFeatureTest failure due to disabled AsyncProfiler · > apache/cassandra@d1b4ddc > <https://github.com/apache/cassandra/commit/d1b4ddc32acd8328f83ea7b5dd5a8cd3437ded04> > github.com > <https://github.com/apache/cassandra/commit/d1b4ddc32acd8328f83ea7b5dd5a8cd3437ded04> > > <https://github.com/apache/cassandra/commit/d1b4ddc32acd8328f83ea7b5dd5a8cd3437ded04> > > I think this feature will be useful for other branches as well. It is > pretty self contained, and I see low risk on back porting it. > > I wanted to pick the community collective brain on this one to understand > if there would be any concerns for this to be back ported, or I can start > working on it. > > Thanks! > Bernardo >
