My use case is that I'm writing a RESTful service for managing keyspaces and column families.
I hear what you say about making concurrent changes to a cluster, but the thread safety issue appears even when calling KeyspaceManager#getKeyspaceNames(), which is presumably a read-only operation.
Andrew