Maapi_set_elem2 or maapi_apply_transaction stuck the confd operation

Hi,
I am working on multiple different modules where we are subscribing mostly a single data model , and from each module we are writing in to CDB using maapi API’s , but most of the time used to see the deadlock in a maapi set elem2 or maapi apply transaction API’s , can you please suggest how can i avoid this problem?
Thanks,
Nitesh

Hi,

You need to apply CDB configuration change transactions from a different application thread than the one handling CDB configuration change transaction subscription notifications.

Regards