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

Useless AQL error logs #1302

Open
wajda opened this issue Jan 30, 2024 Discussed in #1301 · 0 comments
Open

Useless AQL error logs #1302

wajda opened this issue Jan 30, 2024 Discussed in #1301 · 0 comments

Comments

@wajda
Copy link
Contributor

wajda commented Jan 30, 2024

AQL: syntax error, unexpected end of query string near '                ' at position 6:1 (while parsing)

Discussed in #1301

Originally posted by vishalag001 January 29, 2024
Hi @wajda,

I am getting the following AQL syntax error on the rollback code. Not sure how it is coming ? It is referring the same code as the develop branch. Ideally rollback should not happen on inserts, but somehow there is a error and the rollback script is getting triggered. The database is sharded across all collections. In the logs I only see this:

Service "/spline" encountered error 400 while handling POST vst://:::8529/_db/spline/spline/execution-events 
via ArangoError: AQL: syntax error, unexpected end of query string near '                ' at position 6:1 (while parsing)
    at ArangoStatement.execute (/arangodb/data/coordinator8529/data/js/server/modules/@arangodb/arango-statement.js:84:16)
    at ArangoDatabase._query (/arangodb/data/coordinator8529/data/js/server/modules/@arangodb/arango-database.js:102:45)
    at t.TxManagerImpl.rollback (/arangodb/data/coordinator8529/apps/_db/spline/spline/APP/index.js:205:4348)
    at t.SubscribableTxManagerDecorator.rollback (/arangodb/data/coordinator8529/apps/_db/spline/spline/APP/index.js:205:2584)
    at /arangodb/data/coordinator8529/apps/_db/spline/spline/APP/index.js:75:1197
    at t.withTimeTracking (/arangodb/data/coordinator8529/apps/_db/spline/spline/APP/index.js:218:422)
    at t.storeExecutionEvent (/arangodb/data/coordinator8529/apps/_db/spline/spline/APP/index.js:61:320)
    at Route._handler (/arangodb/data/coordinator8529/apps/_db/spline/spline/APP/index.js:1:4587)
    at next (/arangodb/data/coordinator8529/data/js/server/modules/@arangodb/foxx/router/tree.js:419:15)
    at next (/arangodb/data/coordinator8529/data/js/server/modules/@arangodb/foxx/router/tree.js:417:7)

Can you help resolve this issue ? Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant