René's URL Explorer Experiment


Title: Transactions throw DbMaxReadersExceededException even when there are no active readers · Issue #1000 · objectbox/objectbox-java · GitHub

Open Graph Title: Transactions throw DbMaxReadersExceededException even when there are no active readers · Issue #1000 · objectbox/objectbox-java

X Title: Transactions throw DbMaxReadersExceededException even when there are no active readers · Issue #1000 · objectbox/objectbox-java

Description: Describe the bug When opening transactions in a rapid fashion on multiple threads DbMaxReadersExceededException is often thrown trying to start a transaction. I've created a test in a PR that will recreate this issue despite only allowin...

Open Graph Description: Describe the bug When opening transactions in a rapid fashion on multiple threads DbMaxReadersExceededException is often thrown trying to start a transaction. I've created a test in a PR that will ...

X Description: Describe the bug When opening transactions in a rapid fashion on multiple threads DbMaxReadersExceededException is often thrown trying to start a transaction. I've created a test in a PR that w...

Opengraph URL: https://github.com/objectbox/objectbox-java/issues/1000

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Transactions throw DbMaxReadersExceededException even when there are no active readers ","articleBody":"**Describe the bug**\r\nWhen opening transactions in a rapid fashion on multiple threads DbMaxReadersExceededException is often thrown trying to start a transaction. I've created a test in a PR that will recreate this issue despite only allowing one transaction to occur at a time. The issue seems related to running tests on a thread-pool.\r\n\r\nI suspect there is some code happening on the native side that is allowing the other transaction tests that do **not** use thread-pools to succeed despite rapid creation of transactions. \r\n\r\n**Basic info (please complete the following information):**\r\n - ObjectBox version (are you using the latest version?): 2.9.1\r\n - Reproducibility: Always (but I suspect this may be machine dependent)\r\n - Device: Desktop\r\n - OS: Windows\r\n\r\nI have created https://github.com/objectbox/objectbox-java/pull/999 that adds a test that failed on multiple of my development machines. In this test, we are creating transactions on an unbounded thread pool. However, we are synchronizing each transaction call so, in reality, only 1 transaction should be occurring a time. Despite this, we still receive DbMaxReadersExceededException issues. \r\n\r\n","author":{"url":"https://github.com/MrSlateZB","@type":"Person","name":"MrSlateZB"},"datePublished":"2021-07-19T20:02:44.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/1000/objectbox-java/issues/1000"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:9d1babef-61f4-0d68-93be-f978678d999a
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCA4A:147BB7:1B7BCD6:24D2CBB:6981B32A
html-safe-nonce6199be81b2afe7a4a6bc9e16eb82a42ff14512c42e6918c551b078dfbdc35169
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQTRBOjE0N0JCNzoxQjdCQ0Q2OjI0RDJDQkI6Njk4MUIzMkEiLCJ2aXNpdG9yX2lkIjoiNDE5MzkyNTA3ODI4MDQxODA5MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac3966482f97cf62f295ba13f6069858f4327749664b3b51fc195ab9d584556ef1
hovercard-subject-tagissue:947981963
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/objectbox/objectbox-java/1000/issue_layout
twitter:imagehttps://opengraph.githubassets.com/91935aa89be74cb9fee84058ec4d7bc68452e0c1337fc519317ba9c771aad995/objectbox/objectbox-java/issues/1000
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/91935aa89be74cb9fee84058ec4d7bc68452e0c1337fc519317ba9c771aad995/objectbox/objectbox-java/issues/1000
og:image:altDescribe the bug When opening transactions in a rapid fashion on multiple threads DbMaxReadersExceededException is often thrown trying to start a transaction. I've created a test in a PR that will ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameMrSlateZB
hostnamegithub.com
expected-hostnamegithub.com
Nonee137814e266030874fd2c86863529d0622b13889eeda04148c57654b6ea84ad6
turbo-cache-controlno-preview
go-importgithub.com/objectbox/objectbox-java git https://github.com/objectbox/objectbox-java.git
octolytics-dimension-user_id22327943
octolytics-dimension-user_loginobjectbox
octolytics-dimension-repository_id79901405
octolytics-dimension-repository_nwoobjectbox/objectbox-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id79901405
octolytics-dimension-repository_network_root_nwoobjectbox/objectbox-java
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasedd58d68a7813bbec9c91422c8c35f4af33832d70
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/objectbox/objectbox-java/issues/1000#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fobjectbox%2Fobjectbox-java%2Fissues%2F1000
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fobjectbox%2Fobjectbox-java%2Fissues%2F1000
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=objectbox%2Fobjectbox-java
Reloadhttps://patch-diff.githubusercontent.com/objectbox/objectbox-java/issues/1000
Reloadhttps://patch-diff.githubusercontent.com/objectbox/objectbox-java/issues/1000
Reloadhttps://patch-diff.githubusercontent.com/objectbox/objectbox-java/issues/1000
objectbox https://patch-diff.githubusercontent.com/objectbox
objectbox-javahttps://patch-diff.githubusercontent.com/objectbox/objectbox-java
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fobjectbox%2Fobjectbox-java
Fork 303 https://patch-diff.githubusercontent.com/login?return_to=%2Fobjectbox%2Fobjectbox-java
Star 4.6k https://patch-diff.githubusercontent.com/login?return_to=%2Fobjectbox%2Fobjectbox-java
Code https://patch-diff.githubusercontent.com/objectbox/objectbox-java
Issues 150 https://patch-diff.githubusercontent.com/objectbox/objectbox-java/issues
Pull requests 2 https://patch-diff.githubusercontent.com/objectbox/objectbox-java/pulls
Actions https://patch-diff.githubusercontent.com/objectbox/objectbox-java/actions
Projects 0 https://patch-diff.githubusercontent.com/objectbox/objectbox-java/projects
Security 0 https://patch-diff.githubusercontent.com/objectbox/objectbox-java/security
Insights https://patch-diff.githubusercontent.com/objectbox/objectbox-java/pulse
Code https://patch-diff.githubusercontent.com/objectbox/objectbox-java
Issues https://patch-diff.githubusercontent.com/objectbox/objectbox-java/issues
Pull requests https://patch-diff.githubusercontent.com/objectbox/objectbox-java/pulls
Actions https://patch-diff.githubusercontent.com/objectbox/objectbox-java/actions
Projects https://patch-diff.githubusercontent.com/objectbox/objectbox-java/projects
Security https://patch-diff.githubusercontent.com/objectbox/objectbox-java/security
Insights https://patch-diff.githubusercontent.com/objectbox/objectbox-java/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/objectbox/objectbox-java/issues/1000
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/objectbox/objectbox-java/issues/1000
Transactions throw DbMaxReadersExceededException even when there are no active readers https://patch-diff.githubusercontent.com/objectbox/objectbox-java/issues/1000#top
bugSomething isn't workinghttps://github.com/objectbox/objectbox-java/issues?q=state%3Aopen%20label%3A%22bug%22
3.0https://github.com/objectbox/objectbox-java/milestone/29
https://github.com/MrSlateZB
https://github.com/MrSlateZB
MrSlateZBhttps://github.com/MrSlateZB
on Jul 19, 2021https://github.com/objectbox/objectbox-java/issues/1000#issue-947981963
#999https://github.com/objectbox/objectbox-java/pull/999
bugSomething isn't workinghttps://github.com/objectbox/objectbox-java/issues?q=state%3Aopen%20label%3A%22bug%22
3.0https://github.com/objectbox/objectbox-java/milestone/29
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.