Skip to content

freeze in case of large integer secondary keys (over 2^63) #11

Open
@pallinger

Description

@pallinger

EDIT: For a concise description of the bug in the title you can read my last comment.

Using ten dumped keys, I created a small key list file, and tried to dump those keys:
java -jar riak-data-migrator-0.2.6.jar -d -r ./ --loadkeys sample.keys.txt -h IP -p 8087 -H 8098
The output is:
Dumping bucket BUCKET
and the program just sits there doing nothing, at least for half an hour (after that I killed it).

After that I tried getting the objects in sample.keys.txt using curl, and succeeded.

After this, I created a test bucket with some data in it manually, and the dump seemed to be successful.

What to do now? How can I trace what the seemingly halted program is doing? How can I avoid having that timeout?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions