From: 上泉 英. <uwa...@as...> - 2013-08-01 08:40:57
|
Hello, Datanode do not output a log of BARRIER? Coordinator outputs a log of BARRIER. but Datanode doesn't outputs a log of BARRIER. [version] Postgres-XC v1.1.beta [machine] server1:GTM server2:GTM-Proxy1, Coordinator1, Datanode1 server3:GTM-Proxy2, Coordinator2, Datanode2 [postgresql.conf Setting] All coordinator and datanode. log_min_messages = debug5 log_statement = 'all' [run] Coordinator1 psql prompt ------------------------------------------ postgres=> CREATE BARRIER 'barrier01' ; ------------------------------------------ Coordinator1 outputs a log of BARRIER. ------------------------------------------ 2013-08-01 14:31:58 JST [local] postgres postgres 100116 41DEBUG: 00000: CREATE BARRIER request received ... omission ... 2013-08-01 14:31:58 JST [local] postgres postgres 100116 63DEBUG: 00000: Successfully completed CREATE BARRIER <barrier01> END command on all nodes ------------------------------------------ Coordinator2 and Datanode1,2 doesn't outputs a log of BARRIER. regards, -------------- Eiji Uwaizumi |