Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: ensure that during resumption of a scan, rows that have not been observed by the caller are re-requested #1444
fix: ensure that during resumption of a scan, rows that have not been observed by the caller are re-requested #1444
Changes from 21 commits
9e2c037
2a4d928
d8e2e91
d803684
a8bebb1
fdc5c0d
80f4fca
580d65f
b08288a
e4d9b86
9d41781
2d9b603
5bad7c0
e61343d
138d105
f35fc3e
bf74092
ff13036
87c57a9
09d9155
89c7c53
f60e790
d07aa9e
537760b
96f98d7
7b03b84
cffcd57
52675d1
c62ed72
d78d119
8c0726c
eba2195
0a86df7
85901e5
88236d1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 810 in src/table.ts
Check warning on line 822 in src/table.ts
Check warning on line 822 in src/table.ts
Check warning on line 980 in src/table.ts
Check warning on line 1603 in src/table.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this comment about backpressure still true given that the highwatermark is set to 0? if not, please remove, otherwise, feel free to resolve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's still true because we want to create the scenario where there is backpressure in the chunk transformer and other streams in order to reproduce the issue that occurs when these transforms are thrown away from before the fix. Note that this fix only applies a highwatermark of 0 to the user stream.
However, this comment still does need an adjustment from 1000 to 150 :)