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

Review index changes serialization in transaction #2676

Closed
tglman opened this issue Aug 12, 2014 · 3 comments
Closed

Review index changes serialization in transaction #2676

tglman opened this issue Aug 12, 2014 · 3 comments
Assignees
Milestone

Comments

@tglman
Copy link
Member

tglman commented Aug 12, 2014

The current inplementation force to use CSV serializer for send index changes in remote database, the code need to be refactored for support other serilizer implementations

code location:
https://github.com/orientechnologies/orientdb/blob/develop/server/src/main/java/com/orientechnologies/orient/server/tx/OTransactionOptimisticProxy.java#L213

https://github.com/orientechnologies/orientdb/blob/master/core/src/main/java/com/orientechnologies/orient/core/tx/OTransactionRealAbstract.java#L380

@tglman tglman added this to the 2.0rc1 milestone Aug 12, 2014
@lvca
Copy link
Member

lvca commented Aug 28, 2014

@tglman Is this already fixed?

@tglman
Copy link
Member Author

tglman commented Aug 30, 2014

no is not!

@tglman
Copy link
Member Author

tglman commented Sep 2, 2014

Fixed, lived it open for keep track of documentation update

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants