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

Data is not persisted anymore #15

Closed
aghassemi opened this issue Nov 24, 2015 · 3 comments
Closed

Data is not persisted anymore #15

aghassemi opened this issue Nov 24, 2015 · 3 comments
Assignees

Comments

@aghassemi
Copy link
Contributor

Decks added from previous runs do not come back from the scan anymore. This used to work fine.

Tables seem to exist, but scan does not seem to see them:

SyncSlides: 2015-11-24 10:07:25.900: Table decks already exists.
SyncSlides: 2015-11-24 10:07:25.928: Table presentations already exists.
Error(id: v.io/v23/query/syncql.TableCantAccess, actionCode: 0, msg: syncbase_server.mojo: [17]Table presentations does not exist (or cannot be accessed): syncbase_server.mojo: Internal error: syncbase_server.mojo: Canceled: aborted snapshot.)

Might be Mojo or Syncbase related.

@asadovsky

@asadovsky
Copy link
Contributor

Are you still seeing this? Can you give more information about the specifics of your setup? Could it be a permissions issue? Your error message is from exec; do you know if scan does the same? What happens if you try to scan/exec using vrpc or namespace browser?

@aghassemi
Copy link
Contributor Author

This one is strange. It was fine with the same version of Syncbase (0.15) before. I have a feeling it is related to Mojo changes. Maybe Mojo is corrupting/deleting files on exit. I will reproduce after updating dependencies to latest.

@aghassemi
Copy link
Contributor Author

Fix to come. Issue was that I was aborting a readonly batch before finishing reading all the data first, causing my query stream to be broken at an arbitrary point when abort actually happened.

vanadium/issues#959 for usability improvement.

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

No branches or pull requests

2 participants