-
Notifications
You must be signed in to change notification settings - Fork 872
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
in cluster env, the st_within cannot work properly #8173
Comments
Hi @hp1975 Could you please provide a sample dataset (or an SQL script to create it) and a complete query to reproduce the problem? Thanks Luigi |
@luigidellaquila , below function actually throws exceptions: I think you can understand the context by this function. Fail to commit, error: Quorum (2) cannot be reached on server 'node1522052613078' database 'isc-jmeter' because it is major than available nodes (1)
|
Hi @hp1975 The exception you reported in the second post is completely different, it seems to be a problem with your distributed cluster (ie. not enough nodes available to reach the quorum...) Luigi |
@luigidellaquila
|
OrientDB Version: <2.2.27>
Java Version: <1.8>
OS: <windows 7>
Expected behavior
in cluster env, the st_within cannot work properly
Actual behavior
com.orientechnologies.orient.core.exception.OQueryParsingException: Error on par
sing query at position #139: Error on parsing query
Query: ST_WITHIN(geometry, 'POLYGON ((103.843980 1.387330, 103.843980 1.387630,
103.811531 1.387630, 103.811531 1.387330, 103.843980 1.387330))') = true
Steps to reproduce
The text was updated successfully, but these errors were encountered: