Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.10.0] DROP MEASUREMENT only drop measurement from single node #5573

Closed
e-dard opened this issue Feb 8, 2016 · 1 comment
Closed

[0.10.0] DROP MEASUREMENT only drop measurement from single node #5573

e-dard opened this issue Feb 8, 2016 · 1 comment
Assignees
Milestone

Comments

@e-dard
Copy link
Contributor

e-dard commented Feb 8, 2016

In a fully replicated 3-node cluster (default configuration settings), DROP MEASUREMENT cpu only drops the measurement from the node that the query executed on.

// node 1
> create database measuretest
> insert cpu value=1
> show measurements
name: measurements
------------------
name
cpu

> drop measurement cpu
> show measurements


// node 2 
> show measurements
name: measurements
------------------
name
cpu

// node 3
> show measurements
name: measurements
------------------
name
cpu
@e-dard e-dard added this to the 0.11.0 milestone Feb 8, 2016
@e-dard e-dard assigned joelegasse and e-dard and unassigned joelegasse Feb 18, 2016
e-dard added a commit that referenced this issue Feb 22, 2016
Fixes #5612, #5573 and #5518.

Using the MetaExecuter, queries that need to run on both data nodes
and optionally the meta store will be executed across all data nodes
in the cluster.
dgnorton pushed a commit that referenced this issue Feb 23, 2016
Fixes #5612, #5573 and #5518.

Using the MetaExecuter, queries that need to run on both data nodes
and optionally the meta store will be executed across all data nodes
in the cluster.
dgnorton pushed a commit that referenced this issue Feb 24, 2016
Fixes #5612, #5573 and #5518.

Using the MetaExecuter, queries that need to run on both data nodes
and optionally the meta store will be executed across all data nodes
in the cluster.
@e-dard
Copy link
Contributor Author

e-dard commented Feb 24, 2016

Fixed via #5753

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants