mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
I saw UNKNOWN application state in the logs: INFO 2020-03-06 11:09:48,931 [shard 0] storage_service - Update system.peers table: endpoint=127.0.0.2, app_state=CACHE_HITRATES, versioned_value=Value(,14) INFO 2020-03-06 11:09:48,931 [shard 0] storage_service - Update system.peers table: endpoint=127.0.0.2, app_state=SCHEMA_TABLES_VERSION, versioned_value=Value(3,15) INFO 2020-03-06 11:09:48,931 [shard 0] storage_service - Update system.peers table: endpoint=127.0.0.2, app_state=RPC_READY, versioned_value=Value(0,16) INFO 2020-03-06 11:09:48,931 [shard 0] storage_service - Update system.peers table: endpoint=127.0.0.2, app_state=VIEW_BACKLOG, versioned_value=Value(,17) INFO 2020-03-06 11:09:48,931 [shard 0] storage_service - Update system.peers table: endpoint=127.0.0.2, app_state=SHARD_COUNT, versioned_value=Value(1,30) INFO 2020-03-06 11:09:48,931 [shard 0] storage_service - Update system.peers table: endpoint=127.0.0.2, app_state=IGNOR_MSB_BITS, versioned_value=Value(12,31) INFO 2020-03-06 11:09:48,931 [shard 0] storage_service - Update system.peers table: endpoint=127.0.0.2, app_state=UNKNOWN, versioned_value=Value(1583371936128,20) It turned out it was CDC_STREAMS_TIMESTAMP. $ nodetool gossipinfo|grep 1583371936128 X8:1583371936128 X8:1583371936128 Fixes #5992