From: Rishi R. <the...@gm...> - 2014-02-13 06:13:14
|
I also noticed that if I kill the GTM, my coordinator remains polling for the GTM and doesn't respond to SIGTERM. The datanode in contrast, responds properly. Once I restart the GTM and the coordinator reconnects, it then responds to the SIGTERM message and stops the service. If the GTM doesn't come back online, I am forced to SIGKILL the service. Is this normal behavior? On Thu, Feb 13, 2014 at 12:51 AM, Rishi Ramraj <the...@gm...>wrote: > Hello All, > > I just installed postgres-xc from the git master branch on a test machine. > All processes are running on the same box. On both the coordinator and data > processes, I'm getting the following logs about every 30 seconds: > > LOG: failed to find proc 0x7fd9ee703f80 in ProcArray > > On the GTM process, I'm getting the following logs at about the same > frequency: > > LOG: Any GTM standby node not found in registered node(s). > LOCATION: gtm_standby_connect_to_standby_int, gtm_standby.c:381 > > The cluster seems to be working properly. I was able to create a new > database and a table within that database without any problem. I restarted > all services and the data was persisted, but the logs persist. Any idea > what's causing these logs? > > Thanks, > - Rishi > -- Cheers, - Rishi |