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

QueueSink.get() returns None #85

Open
MichaelBarz opened this issue Dec 28, 2021 · 0 comments
Open

QueueSink.get() returns None #85

MichaelBarz opened this issue Dec 28, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@MichaelBarz
Copy link
Member

If a sink: QueueSink is used to collect and sequentially process all incoming dataframes via sink.get() function, only None is returned. When using sink.queue.get() the dataframes are returned. This is probably, because sink.get() does not acquire the queues lock = it is not thread-safe. We should either make it thread-safe, or remove the get() function.

@MichaelBarz MichaelBarz added the bug Something isn't working label Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant