nvharikrishna opened a new pull request, #3141: URL: https://github.com/apache/cassandra/pull/3141
getRangeTo* mbean methods are calling `constructRangeToEndpointMap` internally to get endpoints by range for given keyspace and range. This method is internally using CMS to get keyspace metadata. Local strategy keyspaces are not managed by CMS because of which `keyspaceMetadata` is null and then running into NPE. Falling back to `Keyspace.open()` when keyspace metdata is not found in CMS. The [Cassandra Jira](https://issues.apache.org/jira/browse/CASSANDRA-19255) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

