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

fix: fix IllegalMonitorStateException thrown from BlobAppendableUpload.isOpen() by BenWhitehead · Pull Request #3302 · googleapis/java-storage · GitHub

fix: fix IllegalMonitorStateException thrown from BlobAppendableUpload.isOpen() - #3302

Merged
BenWhitehead merged 1 commit into
mainfrom
fix/appendable/isOpen
Sep 22, 2025
Merged

fix: fix IllegalMonitorStateException thrown from BlobAppendableUpload.isOpen()#3302
BenWhitehead merged 1 commit into
mainfrom
fix/appendable/isOpen

Conversation

Copy link
Copy Markdown
Collaborator

FileChannel.transferTo first checks if the destination is open. Our tests didn't catch this before because they did not probe openness before writing bytes.

…d.isOpen()

FileChannel.transferTo first checks if the destination is open. Our tests didn't catch this before because they did not probe openness before writing bytes.
BenWhitehead requested a review from a team September 22, 2025 19:05
product-auto-label Bot added size: xs Pull request size is extra small. api: storage Issues related to the googleapis/java-storage API. labels Sep 22, 2025
BenWhitehead merged commit aa90468 into main Sep 22, 2025
25 checks passed
BenWhitehead deleted the fix/appendable/isOpen branch September 22, 2025 20:16
nidhiii-27 pushed a commit to nidhiii-27/java-storage that referenced this pull request Oct 6, 2025
…d.isOpen() (googleapis#3302)

FileChannel.transferTo first checks if the destination is open. Our tests didn't catch this before because they did not probe openness before writing bytes.
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. size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL