-
Notifications
You must be signed in to change notification settings - Fork 871
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
AssertionError at OCachePointer.incrementReadersReferrer #8211
Comments
@jayaramcs Probably this exception is not the root cause. Could you send me the full log from your server since server start? |
@Laa I reran the scenario and there is not much else in the logs. I then increased the disk cache size I am attaching the full relevant logs .. |
@jayaramcs Could assign 0 to the setting "query.scanPrefetchPages" and repeat your load test? |
@Laa That did not help. we run into new errors. (full log attached)
|
@jayaramcs I see, I suppose that is documentation problem, could you use 1 then, it should have the same effect and you will not see this error. |
@Laa This seems to have fixed the issue per my preliminary tests, Thank you! |
@jayaramcs probably we will have a permanent one. I need to think about the strategy of development a bit. But in such case, I would need your help. |
@Laa Yeah no problem. I will tag my current branch and save it. |
Fixed. Will be released in next version. |
OrientDB Version: 2.2.33
Java Version: 1.8.162
OS: windows 10
Expected behavior
No assertion error
Actual behavior
The following exception is thrown.
Steps to reproduce
Our system inserts a large number of records and when a query is issued simultaneously, it results in the above error.
We upgraded from 2.2.19 to 2.2.33. We have not observed this issue in the past versions.
The text was updated successfully, but these errors were encountered: