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

VrPaxos implementation breaks with Message too long issue if we set the client beyond 20 #28

Closed
rohitk710 opened this issue Dec 3, 2018 · 2 comments

Comments

@rohitk710
Copy link

Since, the result stores and send the state to the client as part of the execution if we increase the acceptor to 10, Replicas to 20, Leaders to 3, and Client to 20 with the number of operations to 3 it starts to fail "Could not send message due to: MessageTooBigException(' Outgoing message object too big to fit in buffer, dropped.',)"**

@rohitk710
Copy link
Author

Since it is an example implementation not sure if it should be logged as an issue as part of this repo. But since we referred it as part of our implementation and faced the same issue I am not sure who is at fault here!

@yanhongliu
Copy link
Member

if you run distalgo with -help ("python -m da -help"), you will see an option for setting message buffer size.

if you use --help (or -h), as mentioned in README, you will see an explanation for each option.

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

2 participants