-
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
Graph not updating index #4907
Comments
Are you using synchronous replication? |
Yes, Also, it looks like a cluster problem, when running in standalone mode, everything works fine! |
By reading the logs I found something could be the problem. I'll keep you posted soon. |
Hi , Although this issue is tagged as Medium, It is a blocker from us running in clustered mode. Can you reproduce this issue on your side? I am just wondering if its a bug or setup / index creation issue on our side. Either way, one would hope the system to behave same in clustered vs standalone mode. |
This problem could be related to: #4913. Working to reproduce it. |
With synchronous replication I'm not able to reproduce it. Trying with async. |
With synchronous replication I'm not able to reproduce it. Trying with asynch. |
That is strange. What process are you following to add the schema.sql? I tried creating a fresh 3 node synchronous cluster. Then on one of the workbench , I run the sql scripts one by one. Not sure if thats the right way of doing it. |
Tried with async replication and works. How can I reproduce it? Do you have any logs? Please could you send them to support@ ? |
which log you are after? |
I started 3 nodes and executed your exact commands to create the schema, the I've create 3 User and query from other nodes by using the index and result was returned. |
This looks like working after I completely removed orientdb instances directory and did a fresh install. I think the DB entered a corrupted state somehow. What is a proper way of deleting the data directories of orient so it becomes a clean install? |
Just delete the database directory and OrientDB will ask a fresh copy to the existent server cluster. |
Hi Luca; |
On version 2.1.1,
I create a fresh cluster of 3 nodes,
I run the following script on 1 of the node (via studio):
Now, I create some Entries like Device & User
But when I do
select from User where subscriptionId = 'xxx'
, it does not return anything, but once I rebuild the index, it returns the record. This I need to do everytime I add a new Entity.Any pointers?
The text was updated successfully, but these errors were encountered: