Skip to content

BUG - ~60 threads in WAITING stage are remains when working with latest version of azure ( issue when azure-core-http-okhttp is 1.12.6 and up) #44362

Open
@ihudedi

Description

@ihudedi

We are using azure version 1.2.31 (bom)
When we run multiple transfer from/to azure the number of azure thread remains: (see in jstack(
azure-sdk-global-thread-1
..
..
..
..
..
azure-sdk-global-thread-59

We are using new httpclient for every job we are running. (different clients and configuration)

When we use the previous version (1.2.23) - bom those threads were deleted after use.

Does the threads should be remains after actions finished or the thread pool is go away.

Is there an option to delete the connection pool after finish the action?
Today we don't set any ConnectionPool in our code.we use the default (should be set to 5 but we run in parallel multiple instances of httpclient)

Thanks.
Itay

Metadata

Metadata

Assignees

Labels

Azure.Coreazure-coreClientThis issue points to a problem in the data-plane of the library.

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions