On Fri, Jun 29, 2012 at 5:12 PM, Harsha Kumara <[email protected]> wrote:
> Hi! > > I have a requirement to monitor and manage cassandra cluster.Cassandra > offer JMX support.I able to get mBean server connection for local running > instance via ManagementFactory.getPlatformMBeanServer().But I need to > connect external cassandra cluster node to perform operations.For a JMX > disabled carbon deployment,I won't be able to connect external cassandra > cluster node.Is there's any alternatives which can overcome this problem? > In a normal deployment we my not deploy the admin UI in the nodes running Cassandra service. Best practice is to monitor the Cassandra cluster from outside. If devops decide to close JMX ports in the deployment there will be no method to manage the Cassandra cluster. Therefore it is always good to implement management function through web services. Thanks, Deependra. > Thanks. > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Deependra Ariyadewa WSO2, Inc. http://wso2.com/ http://wso2.org email [email protected]; cell +94 71 403 5996 ; Blog http://risenfall.wordpress.com/ PGP info: KeyID: 'DC627E6F'
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
