[ 
https://issues.apache.org/jira/browse/CASSANDRA-20870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18016889#comment-18016889
 ] 

Paulo Motta edited comment on CASSANDRA-20870 at 8/28/25 9:19 PM:
------------------------------------------------------------------

on 5.0 this was just exposing the method StorageService.dropPreparedStatements 
on StorageServiceMBean

on trunk StorageService.dropPreparedStatements was missing, so this was added 
which is essentially a proxy to 
{{QueryProcessor.instance.clearPreparedStatements(memoryOnly)}}


was (Author: paulo):
on 5.0 this was just exposing the method StorageService.dropPreparedStatements 
on StorageServiceMBean

on trunk StorageService.dropPreparedStatements was missing, so this was added 
which is essentially a proxy to 
{{QueryProcessor.instance.clearPreparedStatements(memoryOnly)
}}

> Expose StorageService.dropPreparedStatements via JMX
> ----------------------------------------------------
>
>                 Key: CASSANDRA-20870
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20870
>             Project: Apache Cassandra
>          Issue Type: Bug
>          Components: Observability/JMX
>            Reporter: Paulo Motta
>            Assignee: Paulo Motta
>            Priority: Low
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Looks like this method was added to StorageService but it is not available 
> via 
> StorageServiceMBean. This ticket is to make that.



--
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