<div dir="ltr">Thanks Liviu.<br>To give you some feedback, i ended up writing a sync query to "solve" the crash when ran into with this link --> <a href="https://www.opensips.org/Documentation/Script-Async-2-4">https://www.opensips.org/Documentation/Script-Async-2-4</a><div> In general terms, it says that i shouldn't use async queries with Mysql (MariaDB in this Case) and recommend to code that logic in an external script launched asynchronously.<br></div><div><br></div><div>Regards</div><div><br></div><div>Exequiel</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 19, 2020 at 8:44 AM Liviu Chircu <<a href="mailto:liviu@opensips.org">liviu@opensips.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 17.02.2020 17:24, Exequiel leite wrote:<br>
> CRITICAL:core:db_store_async_con: #012>>> DB con 0x7fb857f4d178 not <br>
> found#012It seems you have hit a programming bug.#012Please help us <br>
> make OpenSIPS better by reporting it at <br>
> <a href="https://github.com/OpenSIPS/opensips/issues" rel="noreferrer" target="_blank">https://github.com/OpenSIPS/opensips/issues</a><br>
><br>
> BTW I'm using Opensips 2.4.5 with a cluster of MariaDB DBs in the same <br>
> network. I couldn´t relate it with a DB issue, the databases are <br>
> working fine.<br>
><br>
> Could anyone give me any clues about this?<br>
<br>
Hi Exequiel,<br>
<br>
That is some safety check I built into the async DB code during <br>
development, since I never expected<br>
(hence the abort()) that flow to trigger (a reconnect on a connection <br>
that cannot be looked up<br>
anymore).  Let me try to re-evaluate that logic in the next days and see <br>
if I can come up with<br>
an explanation / fix.<br>
<br>
Regards,<br>
<br>
-- <br>
Liviu Chircu<br>
<a href="http://www.twitter.com/liviuchircu" rel="noreferrer" target="_blank">www.twitter.com/liviuchircu</a> | <a href="http://www.opensips-solutions.com" rel="noreferrer" target="_blank">www.opensips-solutions.com</a><br>
<br>
OpenSIPS Summit, Amsterdam, May 2020<br>
   <a href="http://www.opensips.org/events" rel="noreferrer" target="_blank">www.opensips.org/events</a><br>
OpenSIPS Bootcamp, Miami, March 2020<br>
   <a href="http://www.opensips.org/training" rel="noreferrer" target="_blank">www.opensips.org/training</a><br>
<br>
</blockquote></div>