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 }}
dgraph-io
/
dgraph4j
Public
Notifications
You must be signed in to change notification settings
Fork
61
Star
170
Code
Issues
4
Pull requests
8
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
fix: make DgraphAsyncClient non-blocking to avoid ForkJoinPool.commonPool starvation
- #294
#294
Open
1/2
mlwelles
wants to merge 14 commits into
main
dgraph-io/dgraph4j:main
from
fix/async-client-non-blocking-retries
dgraph-io/dgraph4j:fix/async-client-non-blocking-retries
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
fix: make DgraphAsyncClient non-blocking to avoid ForkJoinPool.commonPool starvation
#294
mlwelles
wants to merge 14 commits into
main
dgraph-io/dgraph4j:main
from
fix/async-client-non-blocking-retries
dgraph-io/dgraph4j:fix/async-client-non-blocking-retries
Copy head branch name to clipboard
Commits
Commits on Jul 23, 2026
fix: make DgraphAsyncClient retries non-blocking
Show description for fbad526
mlwelles
committed
fbad526
View commit details
Copy full SHA for fbad526
Browse repository at this point
fix: guard jwt field writes under the write lock
Show description for 9f9dc20
mlwelles
committed
9f9dc20
View commit details
Copy full SHA for 9f9dc20
Browse repository at this point
docs: document callback-executor semantics; address review nits
Show description for f175cb2
mlwelles
committed
f175cb2
View commit details
Copy full SHA for f175cb2
Browse repository at this point
Commits on Jul 24, 2026
chore: add CHANGELOG entry for the non-blocking async client fix
Show description for a445909
mlwelles
committed
a445909
View commit details
Copy full SHA for a445909
Browse repository at this point
Commits on Aug 6, 2026
fix: complete async retries on the callback executor
Show description for aaa1269
mlwelles
committed
aaa1269
View commit details
Copy full SHA for aaa1269
Browse repository at this point
fix: honor the configured executor in withRetry and stop close from throwing
Show description for f29c646
mlwelles
committed
f29c646
View commit details
Copy full SHA for f29c646
Browse repository at this point
style: reflow the CHANGELOG entry to satisfy prettier
mlwelles
committed
e67762c
View commit details
Copy full SHA for e67762c
Browse repository at this point
Commits on Aug 17, 2026
fix: complete the returned future when the callback executor rejects
Show description for c890f7d
mlwelles
committed
c890f7d
View commit details
Copy full SHA for c890f7d
Browse repository at this point
fix: parse and store the JWT on the callback executor
Show description for a8c80df
mlwelles
committed
a8c80df
View commit details
Copy full SHA for a8c80df
Browse repository at this point
chore: deprecate the DgraphAsyncClient constructor that uses the common pool
Show description for d1eb102
mlwelles
committed
d1eb102
View commit details
Copy full SHA for d1eb102
Browse repository at this point
docs: record the close() divergence and correct the changelog
Show description for e49e186
mlwelles
committed
e49e186
View commit details
Copy full SHA for e49e186
Browse repository at this point
docs: record that withRetry now fails with a bare DgraphException
Show description for ddaedf3
mlwelles
committed
ddaedf3
View commit details
Copy full SHA for ddaedf3
Browse repository at this point
test: gate the retry-completion assertion on executor occupancy
Show description for 5b74c26
mlwelles
committed
5b74c26
View commit details
Copy full SHA for 5b74c26
Browse repository at this point
Commits on Aug 18, 2026
test: prove retry completion by executor occupancy, not thread name
Show description for d8d45b5
mlwelles
committed
d8d45b5
View commit details
Copy full SHA for d8d45b5
Browse repository at this point
You can’t perform that action at this time.