This is a message issued by the java driver that indicates that one of your keys contains "DC1" in its replication rate. This can lead to slow initialization in the java driver if you have many nodes or use vnodes, because it is connected with the worst situation, to try to find matching replicas (this is fixed, but still written in java 2.0.11 / 2.1.8, JAVA-859 ).
To find out what this describe schemakeyspace is, run a cqlsh session that should print all of your schema definitions. Look for definitions create keyspaceand observe them replication_strategy, that is:
CREATE KEYSPACE myks WITH replication = {'class': 'NetworkTopologyStrategy', 'DC1': '3'} AND durable_writes = true;
java- , (JAVA-989).