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

Cascade puts not working #16

Open
icorderi opened this issue May 7, 2015 · 0 comments
Open

Cascade puts not working #16

icorderi opened this issue May 7, 2015 · 0 comments

Comments

@icorderi
Copy link
Member

icorderi commented May 7, 2015

There seems to be a bug with P2P cascade put.
Start three simulators listening at [8123, 8125, 8127].

Run example from kinetic-py.

Prints:

Writing { Key: a9161851-01ea-49fa-af08-56dda9ccc4ee, Value: 0a4ade7b-044f-4869-a987-d452208e0aa1 } on first device
Copying key from first to second device and telling him to copy to third
Read { Key: a9161851-01ea-49fa-af08-56dda9ccc4ee, Value: 0a4ade7b-044f-4869-a987-d452208e0aa1 } from second device
Traceback (most recent call last):
  File "examples/p2p_pipe.py", line 31, in <module>
    print 'Read { Key: %s, Value: %s } from third device' % (kv.key, kv.value)
AttributeError: 'NoneType' object has no attribute 'key'

The third device does not have the key.

This bug was first reported at Kinetic/kinetic-py#12

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

No branches or pull requests

1 participant