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

v1.8 backports 2020-10-02-2 #13388

Merged
merged 1 commit into from
Oct 5, 2020
Merged

v1.8 backports 2020-10-02-2 #13388

merged 1 commit into from
Oct 5, 2020

Conversation

rolinh
Copy link
Member

@rolinh rolinh commented Oct 2, 2020

@gandro There was a conflict in the tests due to the changes brought by #12712. I updated the test to use flowspb.Payload instead of observerTypes.MonitorEvent for the generateFlows chan. PTAL.

Once this PR is merged, you can update the PR labels via:

$ for pr in 13324; do contrib/backporting/set-labels.py $pr done 1.8; done

[ upstream commit 0b8148b ]

Previously, the observer implementation assumed time range filters on
the request are not compatible with follow-mode. This however is no
longer the case, we can now apply the since filter when rewinding the
ring buffer. This means that if the user specifies a `since` timestamp,
we first dump all flows newer than `since` before we enter follow-mode.

Fixes: cilium/hubble#363

Signed-off-by: Sebastian Wicki <sebastian@isovalent.com>
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
@rolinh rolinh added kind/backports This PR provides functionality previously merged into master. backport/1.8 labels Oct 2, 2020
@rolinh rolinh requested a review from gandro October 2, 2020 14:25
@rolinh rolinh requested a review from a team as a code owner October 2, 2020 14:25
@rolinh
Copy link
Member Author

rolinh commented Oct 2, 2020

test-backport-1.8

@pchaigno
Copy link
Member

pchaigno commented Oct 5, 2020

retest-4.19

@rolinh
Copy link
Member Author

rolinh commented Oct 5, 2020

CI was all green, merging.

@rolinh rolinh merged commit cd4db80 into v1.8 Oct 5, 2020
@rolinh rolinh deleted the pr/v1.8-backport-2020-10-02-2 branch October 5, 2020 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backports This PR provides functionality previously merged into master.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants