sebak icon indicating copy to clipboard operation
sebak copied to clipboard

Index for paging is not deterministic

Open kfangw opened this issue 7 years ago • 0 comments

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.

kfangw avatar Nov 27 '18 09:11 kfangw