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.9.5-rc2: Cluster : get wrong result when add new node and query through this node with aggregation function. #4801

Closed
CrazyJvm opened this issue Nov 16, 2015 · 0 comments · Fixed by #4815

Comments

@CrazyJvm
Copy link
Contributor

reproduce steps:

1、start a single node and insert some data
2、add new node to join the first node(in my case, i joined 2 nodes)
3、execute query on the old node with agg func , e.g. select max(value) from xxx groupby time(1m)
4、execute query on new node with the same sql above

you will see the results showed from two nodes are different, result from old node is correct which show a lot of rows according to grouyby interval, result from new node, however, is just a single line.

we've already fixed and will send a PR asap.

@CrazyJvm CrazyJvm changed the title Cluster : get wrong result when add new node and query through this node with aggregation function. 0.9.5-rc2: Cluster : get wrong result when add new node and query through this node with aggregation function. Nov 17, 2015
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

Successfully merging a pull request may close this issue.

1 participant