You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SHOW TAG KEYS does not work correctly when running on a partially replicated cluster. I've tested this on a 3-node cluster with a replication factor of 1.
Weirdly, even the node with the shard on it isn't able to return the tag keys.
Node 1:
> create database db
> use db
Using database db
> alter retention policy default on db REPLICATION 1
> insert cpu,tk=tv value=1
> show tag keys
ERR: write message type: write tcp [::1]:53109->[::1]:8288: use of closed network connection
> show measurements
name: measurements
------------------
name
cpu
>
Node 2 (after all commands on node 1 have completed):
> show tag keys
ERR: write message type: write tcp [::1]:53118->[::1]:8188: use of closed network connection
> show series
name: cpu
---------
_key tk
cpu,tk=tv tv
>
Node 3 (after all commands on node 1 have completed):
> show tag keys
ERR: write message type: write tcp [::1]:53193->[::1]:8288: use of closed network connection
> show series
> show measurements
name: measurements
------------------
name
cpu
>
SHOW TAG KEYS
does not work correctly when running on a partially replicated cluster. I've tested this on a 3-node cluster with a replication factor of 1.Weirdly, even the node with the shard on it isn't able to return the tag keys.
Node 1:
Node 2 (after all commands on node 1 have completed):
Node 3 (after all commands on node 1 have completed):
Logs attached (no panics).
n1.txt
n2.txt
n3.txt
The text was updated successfully, but these errors were encountered: