From: 鈴木 幸市 <ko...@in...> - 2013-08-08 04:16:02
|
I finally found that missing "break" caused the problem. It caused extra response to the proxy (only when connected via proxy), causing next round error. THank you very much for the advice. I will commit it both to master and 1..1. Best; --- Koichi Suzuki On 2013/08/05, at 22:25, 鈴木 幸市 <ko...@in...<mailto:ko...@in...>> wrote: Thanks. I've already tested similar patch but it is not sufficient. Somehow, response from GTM is received twice in a GTM-Proxy. Because GTM-Proxy clears up all the response in each round of backend scan, I'm worrying this has be caused by bad response handling in GTM, which does not happen when backgrounds are connected directly to the GTM. I'm asking Pavan a review on this. Regards; --- Koichi Suzuki On 2013/08/02, at 12:39, Nikhil Sontakke <ni...@st...<mailto:ni...@st...>> wrote: Hi, I saw missing breaks for the MSG_BARRIER handling in both GTM and GTM_Proxy.. I wonder if barrier works in the first place without these breaks? PFA, patch to fix this. AFAICS, the 1.1 branch also has similar issues. Regards, Nikhils -- StormDB - http://www.stormdb.com<http://www.stormdb.com/> The Database Cloud <pgxc_head_barrier_missing_breaks.patch>------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk_______________________________________________ Postgres-xc-developers mailing list Pos...@li...<mailto:Pos...@li...> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk_______________________________________________ Postgres-xc-developers mailing list Pos...@li... https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers |