gremlin> graph = JanusGraphFactory.open('conf/janusgraph-cql.properties') 11:22:17 WARN com.datastax.oss.driver.internal.core.loadbalancing.helper.OptionalLocalDcHelper - [JanusGraph Session|default] You specified us-west1 as the local DC, but some contact points are from a different DC: Node(endPoint=70bf8560-105f-11ec-a3ea-0800200c9a66-us-west1.db.astra.datastax.com/34.83.219.147:29042, hostId=null, hashCode=45e1bfe6)=null, Node(endPoint=70bf8560-105f-11ec-a3ea-0800200c9a66-us-west1.db.astra.datastax.com/35.247.51.218:29042, hostId=null, hashCode=2e503bd3)=null; please provide the correct local DC, or check your contact points 11:22:29 WARN com.datastax.oss.driver.internal.core.cql.CqlRequestHandler - Query '[0 values] CREATE TABLE IF NOT EXISTS getvaxxed.system_properties (key blob,column1 blob,value blob,PRIMARY KEY(key,column1)) WITH compression={'sstable_compression':'LZ4Compressor','chunk_length_kb':64}' generated server side warning(s): Ignoring provided values [compression] as they are not supported for Table Properties (ignored values are: [additional_write_policy, bloom_filter_fp_chance, caching, cdc, comment, compaction, compression, crc_check_chance, dclocal_read_repair_chance, extensions, gc_grace_seconds, id, max_index_interval, memtable_flush_period_in_ms, min_index_interval, nodesync, read_repair, read_repair_chance, speculative_retry]) 11:22:47 WARN com.datastax.oss.driver.internal.core.cql.CqlRequestHandler - Query '[0 values] CREATE TABLE IF NOT EXISTS getvaxxed.janusgraph_ids (key blob,column1 blob,value blob,PRIMARY KEY(key,column1)) WITH compression={'sstable_compression':'LZ4Compressor','chunk_length_kb':64}' generated server side warning(s): Ignoring provided values [compression] as they are not supported for Table Properties (ignored values are: [additional_write_policy, bloom_filter_fp_chance, caching, cdc, comment, compaction, compression, crc_check_chance, dclocal_read_repair_chance, extensions, gc_grace_seconds, id, max_index_interval, memtable_flush_period_in_ms, min_index_interval, nodesync, read_repair, read_repair_chance, speculative_retry]) 11:22:49 WARN com.datastax.oss.driver.internal.core.cql.CqlRequestHandler - Query '[0 values] CREATE TABLE IF NOT EXISTS getvaxxed.edgestore (key blob,column1 blob,value blob,PRIMARY KEY(key,column1)) WITH compression={'sstable_compression':'LZ4Compressor','chunk_length_kb':64}' generated server side warning(s): Ignoring provided values [compression] as they are not supported for Table Properties (ignored values are: [additional_write_policy, bloom_filter_fp_chance, caching, cdc, comment, compaction, compression, crc_check_chance, dclocal_read_repair_chance, extensions, gc_grace_seconds, id, max_index_interval, memtable_flush_period_in_ms, min_index_interval, nodesync, read_repair, read_repair_chance, speculative_retry]) 11:22:51 WARN com.datastax.oss.driver.internal.core.cql.CqlRequestHandler - Query '[0 values] CREATE TABLE IF NOT EXISTS getvaxxed.edgestore_lock_ (key blob,column1 blob,value blob,PRIMARY KEY(key,column1)) WITH compression={'sstable_compression':'LZ4Compressor','chunk_length_kb':64}' generated server side warning(s): Ignoring provided values [compression] as they are not supported for Table Properties (ignored values are: [additional_write_policy, bloom_filter_fp_chance, caching, cdc, comment, compaction, compression, crc_check_chance, dclocal_read_repair_chance, extensions, gc_grace_seconds, id, max_index_interval, memtable_flush_period_in_ms, min_index_interval, nodesync, read_repair, read_repair_chance, speculative_retry]) 11:22:52 WARN com.datastax.oss.driver.internal.core.cql.CqlRequestHandler - Query '[0 values] CREATE TABLE IF NOT EXISTS getvaxxed.graphindex (key blob,column1 blob,value blob,PRIMARY KEY(key,column1)) WITH compression={'sstable_compression':'LZ4Compressor','chunk_length_kb':64}' generated server side warning(s): Ignoring provided values [compression] as they are not supported for Table Properties (ignored values are: [additional_write_policy, bloom_filter_fp_chance, caching, cdc, comment, compaction, compression, crc_check_chance, dclocal_read_repair_chance, extensions, gc_grace_seconds, id, max_index_interval, memtable_flush_period_in_ms, min_index_interval, nodesync, read_repair, read_repair_chance, speculative_retry]) 11:22:54 WARN com.datastax.oss.driver.internal.core.cql.CqlRequestHandler - Query '[0 values] CREATE TABLE IF NOT EXISTS getvaxxed.graphindex_lock_ (key blob,column1 blob,value blob,PRIMARY KEY(key,column1)) WITH compression={'sstable_compression':'LZ4Compressor','chunk_length_kb':64}' generated server side warning(s): Ignoring provided values [compression] as they are not supported for Table Properties (ignored values are: [additional_write_policy, bloom_filter_fp_chance, caching, cdc, comment, compaction, compression, crc_check_chance, dclocal_read_repair_chance, extensions, gc_grace_seconds, id, max_index_interval, memtable_flush_period_in_ms, min_index_interval, nodesync, read_repair, read_repair_chance, speculative_retry]) 11:22:55 WARN com.datastax.oss.driver.internal.core.cql.CqlRequestHandler - Query '[0 values] CREATE TABLE IF NOT EXISTS getvaxxed.txlog (key blob,column1 blob,value blob,PRIMARY KEY(key,column1)) WITH compression={'sstable_compression':'LZ4Compressor','chunk_length_kb':64}' generated server side warning(s): Ignoring provided values [compression] as they are not supported for Table Properties (ignored values are: [additional_write_policy, bloom_filter_fp_chance, caching, cdc, comment, compaction, compression, crc_check_chance, dclocal_read_repair_chance, extensions, gc_grace_seconds, id, max_index_interval, memtable_flush_period_in_ms, min_index_interval, nodesync, read_repair, read_repair_chance, speculative_retry]) 11:22:57 WARN com.datastax.oss.driver.internal.core.cql.CqlRequestHandler - Query '[0 values] CREATE TABLE IF NOT EXISTS getvaxxed.systemlog (key blob,column1 blob,value blob,PRIMARY KEY(key,column1)) WITH compression={'sstable_compression':'LZ4Compressor','chunk_length_kb':64}' generated server side warning(s): Ignoring provided values [compression] as they are not supported for Table Properties (ignored values are: [additional_write_policy, bloom_filter_fp_chance, caching, cdc, comment, compaction, compression, crc_check_chance, dclocal_read_repair_chance, extensions, gc_grace_seconds, id, max_index_interval, memtable_flush_period_in_ms, min_index_interval, nodesync, read_repair, read_repair_chance, speculative_retry]) 11:23:00 WARN com.datastax.oss.driver.internal.core.cql.CqlRequestHandler - Query '[0 values] CREATE TABLE IF NOT EXISTS getvaxxed.system_properties_lock_ (key blob,column1 blob,value blob,PRIMARY KEY(key,column1)) WITH compression={'sstable_compression':'LZ4Compressor','chunk_length_kb':64}' generated server side warning(s): Ignoring provided values [compression] as they are not supported for Table Properties (ignored values are: [additional_write_policy, bloom_filter_fp_chance, caching, cdc, comment, compaction, compression, crc_check_chance, dclocal_read_repair_chance, extensions, gc_grace_seconds, id, max_index_interval, memtable_flush_period_in_ms, min_index_interval, nodesync, read_repair, read_repair_chance, speculative_retry]) ==>standardjanusgraph[cql:[70bf8560-105f-11ec-a3ea-0800200c9a66-us-west1.db.astra.datastax.com]]