FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: update GapicUnbufferedChunkedResumableWritableByteChannel to be tolerant of non-quantum aligned writes by BenWhitehead · Pull Request #2537 · googleapis/java-storage · GitHub

fix: update GapicUnbufferedChunkedResumableWritableByteChannel to be tolerant of non-quantum aligned writes - #2537

Merged
BenWhitehead merged 1 commit into
mainfrom
dangling-bytes-grpc
May 21, 2024
Merged

fix: update GapicUnbufferedChunkedResumableWritableByteChannel to be tolerant of non-quantum aligned writes#2537
BenWhitehead merged 1 commit into
mainfrom
dangling-bytes-grpc

Conversation

BenWhitehead commented May 8, 2024
edited
Loading

Copy link
Copy Markdown
Collaborator

Update GapicUnbufferedChunkedResumableWritableByteChannel to only accept bytes at the 256KiB boundary when write(ByteBuffer[], int, int) is called.

Calls to writeAndClose(ByteBuffer[], int, int) will consume all bytes.

BenWhitehead added the owlbot:ignore instruct owl-bot to ignore a PR label May 8, 2024
BenWhitehead requested a review from a team May 8, 2024 21:04
product-auto-label Bot added size: l Pull request size is large. api: storage Issues related to the googleapis/java-storage API. labels May 8, 2024
…tolerant of non-quantum writes

Update GapicUnbufferedChunkedResumableWritableByteChannel to only accept bytes at the 256KiB boundary when `#write(ByteBuffer[], int, int)` is called.

Calls to writeAndClose(ByteBuffer[], int, int) will consume all bytes.
BenWhitehead force-pushed the dangling-bytes-grpc branch from ffeed31 to e467886 Compare May 9, 2024 17:37
BenWhitehead merged commit 1701fde into main May 21, 2024
BenWhitehead deleted the dangling-bytes-grpc branch May 21, 2024 18:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the googleapis/java-storage API. owlbot:ignore instruct owl-bot to ignore a PR size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL