Hello, i am configuring db_cluster module in kamailio 3.3<br>I have configured in roun-robin read between two MySQL servers but the load is not distributed equally<br>My configuration is that:<br>modparam(&quot;db_cluster&quot;, &quot;connection&quot;, &quot;con1=&gt;mysql://<a href="http://USER1:PASS1@1.1.1.1/DB">USER1:PASS1@1.1.1.1/DB</a>&quot;)<br>
modparam(&quot;db_cluster&quot;, &quot;connection&quot;, &quot;con2=&gt;mysql://<a href="http://USER2:PASS2@2.2.2.2/DB">USER2:PASS2@2.2.2.2/DB</a>&quot;)<br>modparam(&quot;db_cluster&quot;, &quot;cluster&quot;, &quot;cls1=&gt;con1=9r9p;con2=9r9p&quot;)<br>
And the auth module with:<br>modparam(&quot;auth_db&quot;, &quot;db_url&quot;, &quot;cluster://cls1&quot;)<br><br>But i have enabled the mysql logs and the major part of the querys are targeted to the second server<br>Is there any cache by peer?<br>
What am i doing wrong?<br><br><br>Thanks in advance.<br>