Tomer Heber

Results 39 comments of Tomer Heber

Hi Azat, I appreciate the assistance. I forgot to mention we also use the "deferred callback flag". Unfortunately, this is not something I can easily reproduce. We have many machines...

After patching - no success in solving the issue. After further reviewing the libevent code and the stacktrace, we're going to change the way/order bufferevents are released in our source...

I'll describe the issue and afterwards close this "bug". Calling bufferevent_free does not necessarily release the bufferevent. Reason being there are pending callback (to be executed) for the bufferevent. Meaning...

Hi Azat, Thank you for the response. If the deferred are not canceled (this is what I observed) this makes total sense now! Yes, I mean SSL_shutdown. This is the...

Yes, we will test. I sent you a comment about the patch (regarding ref count). Let me know what your opinion.

I am well aware it is not enough, and in many cases insecure. That's why I referred to it as "dirty shutdown". It will allow us to use BEV_OPT_CLOSE_ON_FREE with...

Hi Azat, Wanted to give you quick update: After the patch it looks like there is an improvement and the issue is now rarely observed. We are still monitoring the...

> > issue is now rarely observed > > But it still pops up? That's what I understood from the team. However, I think it's too early to call as...

I could try and implement a clean-shutdown (given BEV_OPT_CLOSE_ON_FREE). Are there any documentations about testing (unit testing) such an implementation in case I decide to implement it?

@omry-hay - this is an example of a basic VShpere tagging configuration https://registry.terraform.io/providers/hashicorp/vsphere/latest/docs/resources/tag#using-tags-in-a-supported-resource First, create a category, then create a tag and assign the category to it, and finally assign...