Hi Raúl!

You are right, the statement should be written on both nodes.

It looks like for some reason, you are still using the regular libsql lib.
Is your application statically linked to mysql ? if so, you either will have to recompile it with the
libmysequoia.a or to make it link dynamically

Can you please send the output of 'ldd <yourapplication>'

Besides, try to enable libmysequoia logs (typically in /etc/mysequoia/logger.conf),
putting log4j.logger.MySQLAPI=DEBUG (or INFO)

Could you also send us your mysequoia.conf ?

Thanks you for your interest in sequoia & friends,
Gilles


Raúl Rodríguez a écrit :
Hi All!
        I have a little problem using libmysequoia. We have running a
        sequoia
        deployment based in two nodes with one backed each one
        configured in
        RAIDb-1. I am trying to use one aplication who dinamically link
        libmyseqouia.so.14 (MYSQL 4.1) to run.
        The application launch without problem:
        LD_PRELOAD=$LIBS/libmysequoia.so.14 application
        The application have configured a link to the database like:
        mysql://node1/virtualdatabase
        The problem is that the INSERT operations only take effect over
        backend
        in node1, never over the other backend. I'm not sure how this
        would
        work, but i suppose that although i use node1 in my sql link,
        carob with
        sequoia must distribute my sql statements against the two nodes.
        Am i
right? Any sugestion would be appreciated.
        Thanks in advanced.
_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob


_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to