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

Sync problem, need manual refresh #213

Closed
olivierlambert opened this issue Mar 22, 2015 · 2 comments · May be fixed by sitedata/xen-orchestra#1
Closed

Sync problem, need manual refresh #213

olivierlambert opened this issue Mar 22, 2015 · 2 comments · May be fixed by sitedata/xen-orchestra#1

Comments

@olivierlambert
Copy link
Member

Symptoms: xen storage motion a VM from a host to another. VM disappear sometimes after landing in the target host (not visible in the main view, nor the host view).

After a refresh (F5) in the web browser, the VM appears correctly.

@julien-f
Copy link
Member

This problem may be caused by a race condition: when an object is updated on the server, an exit event of the old version and an enter event of the new version is sent to the clients.

If, for any reason, the exit event is received after the enter event, the object will be removed of the local collection which causes the object to disappear.

This bug may be resolved by vatesfr/xo-server#47.

@olivierlambert
Copy link
Member Author

This issue is not any more relevant since the switch to the new collection.

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

Successfully merging a pull request may close this issue.

2 participants