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

Running multiple yarrp instances #5

Closed
sattler opened this issue Feb 27, 2020 · 3 comments
Closed

Running multiple yarrp instances #5

sattler opened this issue Feb 27, 2020 · 3 comments

Comments

@sattler
Copy link

sattler commented Feb 27, 2020

Hi,

as part of the IPv6 hitlist service we used to run yarrp in parallel with different source addresses.

Currently we run yarrp-0.5. We saw in the change logs that you added an instance lock in 0.6 Commit f3c093d.
What is the reason for this? Is there still a possibility to run multiple instances in parallel for better performance?

@robertbeverly
Copy link
Collaborator

We had users experiencing problems when they (accidentally) ran multiple instances of yarrp and then got unexpected results. The intent of the instance locking was to prevent this. However, yarrp explicitly supports multiple instances (and demultiplexes using an instance field in the probes). However, the instance locking does not yet support the multi-instance case. It's a fairly straightforward fix; will get it implemented this week. Thanks for the feedback.

@robertbeverly
Copy link
Collaborator

robertbeverly commented Feb 27, 2020

@sattler please let us know if this fixes the issue. (use the -E argument to specify a unique instance number for each instance). thanks!

@sattler
Copy link
Author

sattler commented Feb 28, 2020

@robertbeverly Just tested it with the latest master and it seems to work fine. Thank you very much for the fast fix!

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