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

Query over two time windows does not work as expected #57

Closed
salsh opened this issue Jan 23, 2018 · 3 comments
Closed

Query over two time windows does not work as expected #57

salsh opened this issue Jan 23, 2018 · 3 comments

Comments

@salsh
Copy link
Contributor

salsh commented Jan 23, 2018

If a query is made over two time windows, it does not always work as expected. The expected result should be processing through both time windows one after the other if the necessary BGP data are available, right?

The following query works as expected:
bgpreader -t updates -p ris -c rrc00 -w 1502352000,1502352100 -w 1502353000,1502353100

The following query ends after the first time window although there are BGP data for the second time window:
bgpreader -t updates -p ris -c rrc00 -w 1502340000,1502340100 -w 1502350000,1502350100

I hope the potential bug only applies to this version. I am very much looking forward to the next release.

@alistairking
Copy link
Member

I was wondering when someone would try and use this feature :)
I'm not sure that we've ever really tried it. I'll send you an email about testing an early beta of the next release so that we can see if the problem is still present.

@salsh
Copy link
Contributor Author

salsh commented Jan 24, 2018

I asked myself the same question :) I only tested the feature so the ROAFetchlib supports it.

Thanks for the e-mail.

@digizeph
Copy link
Contributor

This issue was moved to CAIDA/libbgpstream#44

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

3 participants