René's URL Explorer Experiment


Title: DomainSocket.read(Native Method) never timeout / hang for Docker Stop Container operation · Issue #1726 · docker-java/docker-java · GitHub

Open Graph Title: DomainSocket.read(Native Method) never timeout / hang for Docker Stop Container operation · Issue #1726 · docker-java/docker-java

X Title: DomainSocket.read(Native Method) never timeout / hang for Docker Stop Container operation · Issue #1726 · docker-java/docker-java

Description: Currently I am using a library to run some selenium tests (1) , while trying to use that latest one which is based on docker-java 3.2.12, I am now facing an endless read issue during the docker container stop operation, which I originall...

Open Graph Description: Currently I am using a library to run some selenium tests (1) , while trying to use that latest one which is based on docker-java 3.2.12, I am now facing an endless read issue during the docker con...

X Description: Currently I am using a library to run some selenium tests (1) , while trying to use that latest one which is based on docker-java 3.2.12, I am now facing an endless read issue during the docker con...

Opengraph URL: https://github.com/docker-java/docker-java/issues/1726

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"DomainSocket.read(Native Method) never timeout / hang for Docker Stop Container operation","articleBody":"Currently I am using a library to run some selenium tests (1) , while trying to use that latest one which is based on docker-java 3.2.12, I am now facing an endless read issue during the docker container stop operation, which I originally reported on (3), but as this seems to belong to this code repository, I also decided to report it here.\r\n\r\nThe main stacktrace is following in the thread dump that is hanging\r\n\"main\" #1 prio=5 os_prio=31 cpu=2693.71ms elapsed=27.41s tid=0x00007fabe3809000 nid=0x2703 runnable [0x000070000f5a6000]\r\njava.lang.Thread.State: RUNNABLE\r\nat com.github.dockerjava.transport.DomainSocket.read(Native Method)\r\nat com.github.dockerjava.transport.DomainSocket.read(DomainSocket.java:79)\r\nat com.github.dockerjava.transport.DomainSocket.access$200(DomainSocket.java:35)\r\nat com.github.dockerjava.transport.DomainSocket$DomainSocketInputStream.read(DomainSocket.java:164)\r\nat org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:149)\r\nat org.apache.hc.core5.http.impl.io.BHttpConnectionBase.fillInputBuffer(BHttpConnectionBase.java:265)\r\nat org.apache.hc.core5.http.impl.io.BHttpConnectionBase.isStale(BHttpConnectionBase.java:295)\r\nat org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection.isStale(DefaultBHttpClientConnection.java:67)\r\nat org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$1.get(PoolingHttpClientConnectionManager.java:287)\r\n- locked \u003c0x000000061f37b6b0\u003e (a org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager$1)\r\nat org.apache.hc.client5.http.impl.classic.InternalExecRuntime.acquireEndpoint(InternalExecRuntime.java:109)\r\nat org.apache.hc.client5.http.impl.classic.ConnectExec.execute(ConnectExec.java:119)\r\nat org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)\r\nat org.apache.hc.client5.http.impl.classic.ExecChainElement$1.proceed(ExecChainElement.java:57)\r\nat org.apache.hc.client5.http.impl.classic.ProtocolExec.execute(ProtocolExec.java:175)\r\nat org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)\r\nat org.apache.hc.client5.http.impl.classic.ExecChainElement$1.proceed(ExecChainElement.java:57)\r\nat org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec.execute(HttpRequestRetryExec.java:96)\r\nat org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)\r\nat org.apache.hc.client5.http.impl.classic.ExecChainElement$1.proceed(ExecChainElement.java:57)\r\nat org.apache.hc.client5.http.impl.classic.ContentCompressionExec.execute(ContentCompressionExec.java:133)\r\nat org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)\r\nat org.apache.hc.client5.http.impl.classic.ExecChainElement$1.proceed(ExecChainElement.java:57)\r\nat org.apache.hc.client5.http.impl.classic.RedirectExec.execute(RedirectExec.java:115)\r\nat org.apache.hc.client5.http.impl.classic.ExecChainElement.execute(ExecChainElement.java:51)\r\nat org.apache.hc.client5.http.impl.classic.InternalHttpClient.doExecute(InternalHttpClient.java:170)\r\nat org.apache.hc.client5.http.impl.classic.CloseableHttpClient.execute(CloseableHttpClient.java:67)\r\nat com.github.dockerjava.httpclient5.ApacheDockerHttpClientImpl.execute(ApacheDockerHttpClientImpl.java:183)\r\nat com.github.dockerjava.httpclient5.ApacheDockerHttpClient.execute(ApacheDockerHttpClient.java:9)\r\nat com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:228)\r\nat com.github.dockerjava.core.DefaultInvocationBuilder.post(DefaultInvocationBuilder.java:102)\r\nat com.github.dockerjava.core.exec.StopContainerCmdExec.execute(StopContainerCmdExec.java:33)\r\nat com.github.dockerjava.core.exec.StopContainerCmdExec.execute(StopContainerCmdExec.java:13)\r\nat com.github.dockerjava.core.exec.AbstrSyncDockerCmdExec.exec(AbstrSyncDockerCmdExec.java:21)\r\nat com.github.dockerjava.core.command.AbstrDockerCmd.exec(AbstrDockerCmd.java:35)\r\nat com.github.dockerjava.core.command.StopContainerCmdImpl.exec(StopContainerCmdImpl.java:63)\r\nat io.github.bonigarcia.wdm.docker.DockerService.stopContainer(DockerService.java:326)\r\n\r\nIt looks like known of the timeout that could exist in the different above layers are used.\r\nThe operating system which I run this code is a Mac OS 11.6 (Big Sur)\r\n\r\nBefore that I used the previous version of selenium-jupiter (4) without any issues which was based on docker-java 3.2.7\r\n\r\nEnvironment:\r\n       Mac OS 11.6 (Big Sur)\r\n       Docker version 20.10.7, build f0df350\r\n        java version \"11.0.8\" 2020-07-14 LTS\r\n        Java(TM) SE Runtime Environment 18.9 (build 11.0.8+10-LTS)\r\n        Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.8+10-LTS, mixed mode)\r\n\r\n(1) https://github.com/bonigarcia/selenium-jupiter\r\n(2) https://github.com/bonigarcia/webdrivermanager/blob/master/pom.xml#L13\r\n(3) https://github.com/bonigarcia/selenium-jupiter/issues/200\r\n(4) https://github.com/bonigarcia/selenium-jupiter/tree/selenium-jupiter-3.4.0","author":{"url":"https://github.com/tyge68","@type":"Person","name":"tyge68"},"datePublished":"2021-10-28T09:10:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/1726/docker-java/issues/1726"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d31c6a2d-998a-a1c3-070a-c3221f3fce1a
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBD7E:3F92AD:1C99C01:27999A5:69728127
html-safe-nonce98eea021e9efe3d91ddbc3731624c919485017573d9517de69b3afdf3be203d5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRDdFOjNGOTJBRDoxQzk5QzAxOjI3OTk5QTU6Njk3MjgxMjciLCJ2aXNpdG9yX2lkIjoiMTMwNDUyMTY0NDM2OTg0MTAzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac83f460412a04de37bdc713746ffa22965f61fc39990cfc7a5d9bcd6f7dc19cfd
hovercard-subject-tagissue:1038276127
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/docker-java/docker-java/1726/issue_layout
twitter:imagehttps://opengraph.githubassets.com/7f401aad826e7221ad3533b58b8cc6f3875b92fad9813430ddf65b11ba3a420c/docker-java/docker-java/issues/1726
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/7f401aad826e7221ad3533b58b8cc6f3875b92fad9813430ddf65b11ba3a420c/docker-java/docker-java/issues/1726
og:image:altCurrently I am using a library to run some selenium tests (1) , while trying to use that latest one which is based on docker-java 3.2.12, I am now facing an endless read issue during the docker con...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernametyge68
hostnamegithub.com
expected-hostnamegithub.com
Nonef3cc591a09ecfa43f68be4fde9ec95eccfdf6298db2cd7d08e9eae6c9f833329
turbo-cache-controlno-preview
go-importgithub.com/docker-java/docker-java git https://github.com/docker-java/docker-java.git
octolytics-dimension-user_id7772003
octolytics-dimension-user_logindocker-java
octolytics-dimension-repository_id20415251
octolytics-dimension-repository_nwodocker-java/docker-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id20415251
octolytics-dimension-repository_network_root_nwodocker-java/docker-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
release208d56d4b5936bcb8a1d3b43096d573261817603
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/docker-java/docker-java/issues/1726#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocker-java%2Fdocker-java%2Fissues%2F1726
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocker-java%2Fdocker-java%2Fissues%2F1726
Sign up https://github.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=docker-java%2Fdocker-java
Reloadhttps://github.com/docker-java/docker-java/issues/1726
Reloadhttps://github.com/docker-java/docker-java/issues/1726
Reloadhttps://github.com/docker-java/docker-java/issues/1726
docker-java https://github.com/docker-java
docker-javahttps://github.com/docker-java/docker-java
Notifications https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Fork 1.1k https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Star 3.2k https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Code https://github.com/docker-java/docker-java
Issues 37 https://github.com/docker-java/docker-java/issues
Pull requests 49 https://github.com/docker-java/docker-java/pulls
Discussions https://github.com/docker-java/docker-java/discussions
Actions https://github.com/docker-java/docker-java/actions
Projects 0 https://github.com/docker-java/docker-java/projects
Security 0 https://github.com/docker-java/docker-java/security
Insights https://github.com/docker-java/docker-java/pulse
Code https://github.com/docker-java/docker-java
Issues https://github.com/docker-java/docker-java/issues
Pull requests https://github.com/docker-java/docker-java/pulls
Discussions https://github.com/docker-java/docker-java/discussions
Actions https://github.com/docker-java/docker-java/actions
Projects https://github.com/docker-java/docker-java/projects
Security https://github.com/docker-java/docker-java/security
Insights https://github.com/docker-java/docker-java/pulse
New issuehttps://github.com/login?return_to=https://github.com/docker-java/docker-java/issues/1726
New issuehttps://github.com/login?return_to=https://github.com/docker-java/docker-java/issues/1726
DomainSocket.read(Native Method) never timeout / hang for Docker Stop Container operationhttps://github.com/docker-java/docker-java/issues/1726#top
https://github.com/tyge68
https://github.com/tyge68
tyge68https://github.com/tyge68
on Oct 28, 2021https://github.com/docker-java/docker-java/issues/1726#issue-1038276127
#1https://github.com/docker-java/docker-java/pull/1
https://github.com/bonigarcia/selenium-jupiterhttps://github.com/bonigarcia/selenium-jupiter
https://github.com/bonigarcia/webdrivermanager/blob/master/pom.xml#L13https://github.com/bonigarcia/webdrivermanager/blob/master/pom.xml#L13
bonigarcia/selenium-jupiter#200https://github.com/bonigarcia/selenium-jupiter/issues/200
https://github.com/bonigarcia/selenium-jupiter/tree/selenium-jupiter-3.4.0https://github.com/bonigarcia/selenium-jupiter/tree/selenium-jupiter-3.4.0
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.