I've had a look at my logs. The problem is that I have to use the highest debug level to see anything of interest, but that also floods the logs with query statements.
On machine A, the main server, I see this:
Which appears to be the main server trying to send configuration to node 2, which is good.
On node 2 -- machine B -- I get nothing. I've tried all the clever grepping I could think of, and I see no indication that it ever receives anything from node 1. Which correlates with the fact that the database never changes, no matter what I do on the web interface.
On machine A, the main server, I see this:
Code:
15702:20070607:113929 In main_nodesender() 15702:20070607:113929 In send_to_master_and_slave(node:1) 15702:20070607:113929 In send_to_master_and_slave(node:2) 15702:20070607:113929 In send_config_data(nodeid:2,dest_node:2,maxlogid:100000000005318,type:1) 15702:20070607:113929 In main_eventsender() 15702:20070607:113929 In main_historysender() 15702:20070607:113929 In main_eventsender() 15702:20070607:113929 In main_historysender() 15702:20070607:113939 In main_eventsender() 15702:20070607:113939 In main_historysender()
On node 2 -- machine B -- I get nothing. I've tried all the clever grepping I could think of, and I see no indication that it ever receives anything from node 1. Which correlates with the fact that the database never changes, no matter what I do on the web interface.
Comment