Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apache
/
pulsar
Public
Notifications
You must be signed in to change notification settings
Fork
3.8k
Star
15.3k
Code
Issues
1.3k
Pull requests
484
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
[fix][client] Fix buffer ownership on the send failure paths
- #26455
#26455
Merged
nodece
merged 21 commits into
apache:master
apache/pulsar:master
from
nodece:fix-batch-buffer-use-after-release
nodece/pulsar:fix-batch-buffer-use-after-release
Copy head branch name to clipboard
Sep 14, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
[fix][client] Fix buffer ownership on the send failure paths
#26455
nodece
merged 21 commits into
apache:master
apache/pulsar:master
from
nodece:fix-batch-buffer-use-after-release
nodece/pulsar:fix-batch-buffer-use-after-release
Copy head branch name to clipboard
Commits
Commits on Sep 9, 2026
[fix][client] Fix batch container buffer ownership on the failure-recovery path
Show description for 907abb6
nodece
committed
907abb6
View commit details
Copy full SHA for 907abb6
Browse repository at this point
[fix][client] Release built multi-batch operations when a later sub-batch fails
Show description for ca49737
nodece
committed
ca49737
View commit details
Copy full SHA for ca49737
Browse repository at this point
[fix][client] Fix encrypted payload leaks on send failure paths
Show description for 36b7ab5
nodece
committed
36b7ab5
View commit details
Copy full SHA for 36b7ab5
Browse repository at this point
[fix][client] Release the ByteBufPair and recycle the op on orphan cleanup
Show description for 6695873
nodece
committed
6695873
View commit details
Copy full SHA for 6695873
Browse repository at this point
[fix][client] Release the source payload when compression or encryption fails
Show description for e1902e6
nodece
committed
e1902e6
View commit details
Copy full SHA for e1902e6
Browse repository at this point
[fix][client] Keep the deferred payload alive when command construction fails
Show description for 7f69f2f
nodece
committed
7f69f2f
View commit details
Copy full SHA for 7f69f2f
Browse repository at this point
Commits on Sep 10, 2026
[fix][client] Address review: exercise send-path wiring and drop test reflection
Show description for 5031cf2
nodece
committed
5031cf2
View commit details
Copy full SHA for 5031cf2
Browse repository at this point
[fix][client] Release the chunked payload base claim when a chunk build fails
Show description for e47b27f
nodece
committed
e47b27f
View commit details
Copy full SHA for e47b27f
Browse repository at this point
Commits on Sep 11, 2026
Merge upstream/master into fix-batch-buffer-use-after-release
Show description for 441823f
nodece
committed
441823f
View commit details
Copy full SHA for 441823f
Browse repository at this point
[fix][client] Release the oversized-path batch payload exactly once
Show description for 4831de1
nodece
committed
4831de1
View commit details
Copy full SHA for 4831de1
Browse repository at this point
[fix][client] Extend oversized-path regression test to the compression arm
Show description for 0140724
nodece
committed
0140724
View commit details
Copy full SHA for 0140724
Browse repository at this point
Commits on Sep 14, 2026
Merge upstream/master into fix-batch-buffer-use-after-release
Show description for 47de49e
nodece
committed
47de49e
View commit details
Copy full SHA for 47de49e
Browse repository at this point
[fix][client] Release queue accounting stranded by pre-op send failures
Show description for 5a9890a
nodece
committed
5a9890a
View commit details
Copy full SHA for 5a9890a
Browse repository at this point
[cleanup][client] Trim comments that restate the code
Show description for 1787bca
nodece
committed
1787bca
View commit details
Copy full SHA for 1787bca
Browse repository at this point
[fix][client] Carry a chunked message's memory reservation on the last chunk op only
Show description for 07dab10
nodece
committed
07dab10
View commit details
Copy full SHA for 07dab10
Browse repository at this point
[fix][client] Release the batch buffer in discard() even when the callback throws
Show description for 0094090
nodece
committed
0094090
View commit details
Copy full SHA for 0094090
Browse repository at this point
[fix][client] Release the full reservation on a blocking chunk-enqueue failure
Show description for 8fc9b75
nodece
committed
8fc9b75
View commit details
Copy full SHA for 8fc9b75
Browse repository at this point
[fix][client] Clean up the op when processOpSendMsg or the resend fails it
Show description for 7b787dc
nodece
committed
7b787dc
View commit details
Copy full SHA for 7b787dc
Browse repository at this point
[fix][client] Guard the sendComplete in the processOpSendMsg catch
Show description for f364b38
nodece
committed
f364b38
View commit details
Copy full SHA for f364b38
Browse repository at this point
[fix][test] Build the processOpSendMsg-catch test producers through their real constructors
Show description for a08d402
nodece
committed
a08d402
View commit details
Copy full SHA for a08d402
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into fix-batch-buffer-use-after-release
nodece
committed
d2b6e2f
View commit details
Copy full SHA for d2b6e2f
Browse repository at this point
You can’t perform that action at this time.