azure-service-bus-java icon indicating copy to clipboard operation
azure-service-bus-java copied to clipboard

Issues with closing an entity object

Open yvgopal opened this issue 6 years ago • 3 comments

Two sub issues here.

  1. If closeAsync or close throws an exception, it still leaves the object in closing state. If we call close again, it will not do anything as object is already in closing state.
  2. When a SubscriptionClient like object is being closed, it will close multiple internal objects one after the other. A failure or exception in closing one of those internal objects will not close subsequent objects in the close order.

yvgopal avatar May 30 '19 19:05 yvgopal

Thanks @yvgopal . I have asked our clients to check on the timeout issues. Would you be able to provide a timeline for the 1.2.14 release I could quote to the client?

NairRahulMohanan avatar May 31 '19 10:05 NairRahulMohanan

@yvgopal Is this issue resolved? We can see version 1.2.14 is available in maven, but the issue is still open here?

NairRahulMohanan avatar Jun 21 '19 08:06 NairRahulMohanan

No. It is not resolved yet. Your client's issue will not go away unless they identify why close is failing.

yvgopal avatar Jun 21 '19 21:06 yvgopal