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

Phantom barrage rows #2405

Closed
devinrsmith opened this issue May 18, 2022 · 1 comment · Fixed by #2406
Closed

Phantom barrage rows #2405

devinrsmith opened this issue May 18, 2022 · 1 comment · Fixed by #2406
Assignees
Labels
barrage bug Something isn't working
Milestone

Comments

@devinrsmith
Copy link
Member

It looks like #2287 has introduced a bug into barrage. At a minimum, it causes streaming time tables to produce phantom rows in the web UI.

x = io.deephaven.engine.table.impl.TimeTable.newBuilder().period("00:00:01").streamTable(true).build()

Upon creation, the table occasionally ticks and produces a phantom row.

image

Upon re-viewporting, the data is initially "correct", but then phantom rows creep in.

@devinrsmith
Copy link
Member Author

I've verified this behavior does not happen in commit just prior.

nbauernfeind added a commit to nbauernfeind/deephaven-core that referenced this issue May 19, 2022
nbauernfeind added a commit to nbauernfeind/deephaven-core that referenced this issue May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
barrage bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants