-
-
Notifications
You must be signed in to change notification settings - Fork 874
Description
OrientDB Version: 3.1.3
Java Version: 1.8
OS: Linux
Expected behavior
The index should at all times be in sync with the graph and a index lookup should never return null when hasNext indicated that element are available.
Actual behavior
Index lookups via tx.getEdges return null values via Iterator#next() although it.hasNext() was previously true.
Steps to reproduce
A reproducer for the issue can be found here:
https://github.com/gentics/orientdb-reproducers/blob/master/src/test/java/com/gentics/odb/IndexRegressionTest.java
I also posted details to a connected / similar issue in the commercial support system:
https://www.prjhub.com/#/issues/10986
I have however not received feedback in a long time. Is the commercial professional support still operational? We noticed that the website was taken down and all links to documentation etc. are now broken: https://orientdb.com/
Emails are also rejected by the mailserver. We did not receive any update or heads-up about these changes. Is OrientDB going out of business?