-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Loosing quotation marks in query broadcast between nodes in cluster. #923
Comments
tau0
changed the title
Can't authentificate in database when two nodes in cluster.
Incorrect query parsing when two nodes in cluster.
Sep 10, 2014
tau0
changed the title
Incorrect query parsing when two nodes in cluster.
Loosing quotation marks in query synchronization between nodes in cluster.
Sep 10, 2014
tau0
changed the title
Loosing quotation marks in query synchronization between nodes in cluster.
Loosing quotation marks in query broadcast between nodes in cluster.
Sep 11, 2014
Same issue here. Tell us if we can help out with troubleshooting/testing. |
I'm taking a look |
jvshahid
added a commit
that referenced
this issue
Sep 24, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 0.8.2.
The query:
Response:
Cannot find user videobase
Logs:
First node:
Second node:
The problem is in the series name last two symbols('=='):
Because if we try without them everything works as expected. And in synchronization between nodes it parsed as OPERATION_EQUAL.
The problem is repeating only when two or more nodes in cluster. I think you are loosing some Quotation_mark in query in synchronization between nodes.
The text was updated successfully, but these errors were encountered: