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

Receive Drops Messages in Finite Streams #190

Open
1 task
ManApart opened this issue Mar 27, 2020 · 3 comments
Open
1 task

Receive Drops Messages in Finite Streams #190

ManApart opened this issue Mar 27, 2020 · 3 comments
Labels
service Involves a service application
Milestone

Comments

@ManApart
Copy link
Contributor

ManApart commented Mar 27, 2020

In a finite streaming dataset, Receive drops the last x UDP messages. It seems likely that it's batching messages and waits infinitely to fill up the last batch.

AC

  • Receive does not drop messages on the tail of the dataset

Tech Notes

  • See here for more information.
@jeffgrunewald
Copy link
Member

Is the receive websocket being disconnected at the “end” of the finite stream? Receives all already have a timeout like this and it defaults to 1sec.

@ManApart
Copy link
Contributor Author

Updated for clarity. We saw this tail drop on UDP messages, not websockets. See notes for more info. It may not be a timeout/batching thing, but it is consistently dropping messages on the tail of the dataset.

@jdenen jdenen added this to the v1.0.0 milestone Mar 27, 2020
@jeffgrunewald
Copy link
Member

I would still focus debugging on the shutdown of the process; UDP also has a built in timeout and there's a test that has been consistently passing for months that verifies that an incomplete batch is sent if the timeout is reached.

@jdenen jdenen added the service Involves a service application label Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service Involves a service application
Projects
None yet
Development

No branches or pull requests

3 participants