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

Deadlock when there are long sequences of pretty-long strings #101

Closed
kosak opened this issue Mar 1, 2023 · 0 comments
Closed

Deadlock when there are long sequences of pretty-long strings #101

kosak opened this issue Mar 1, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kosak
Copy link
Contributor

kosak commented Mar 1, 2023

The flow control between the data reader and the column source parsers has a deadlock when the input has a bunch of long-ish strings in a row.

The reason for this has to do with the details of the queue implementation. See #102 for details.

@kosak kosak added the bug Something isn't working label Mar 1, 2023
@kosak kosak self-assigned this Mar 1, 2023
kosak added a commit to kosak/deephaven-csv that referenced this issue Mar 1, 2023
kosak added a commit to kosak/deephaven-csv that referenced this issue Mar 1, 2023
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