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

Index for paging is not deterministic #833

Open
kfangw opened this issue Nov 27, 2018 · 0 comments
Open

Index for paging is not deterministic #833

kfangw opened this issue Nov 27, 2018 · 0 comments
Assignees
Labels

Comments

@kfangw
Copy link
Contributor

kfangw commented Nov 27, 2018

Transaction and Operation API support paging.
To make a page, the cursor is needed.

The cursor is derived from LevelDB Index Key
The Index key is a combination of several data with postfix(uuid).
The uuid is not deterministic among NODEs
Hence, when a client calls the API with the cursor, it is slightly different for each NODEs

To overcome this problem,
#765 should be merged.

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

No branches or pull requests

2 participants