Re: [HACKERS] Checkpointer crashes on slave in 9.4 on windows

2014-07-24 Thread Robert Haas
On Thu, Jul 24, 2014 at 5:38 AM, Amit Kapila wrote: > Revised patch initialize the WALInsertLocks and call > LWLockRegisterTranche() in XLOGShmemInit() which makes their > initialization similar to what we do at other places. OK, that seems all right. Will commit and back-patch. -- Robert Haas

Re: [HACKERS] Checkpointer crashes on slave in 9.4 on windows

2014-07-24 Thread Amit Kapila
On Thu, Jul 24, 2014 at 12:14 AM, Robert Haas wrote: > On Mon, Jul 21, 2014 at 4:16 AM, Amit Kapila wrote: > > So, this problem was introduced by Heikki's commit, > 68a2e52bbaf98f136a96b3a0d734ca52ca440a95, to replace XLogInsert slots > with regular LWLocks. I think the problem here is that the

Re: [HACKERS] Checkpointer crashes on slave in 9.4 on windows

2014-07-23 Thread Robert Haas
On Mon, Jul 21, 2014 at 4:16 AM, Amit Kapila wrote: > During internals tests, it is observed that checkpointer > is getting crashed on slave with below log on slave in > windows: > > LOG: checkpointer process (PID 4040) was terminated by exception 0xC005 > HINT: See C include file "ntstatus.

[HACKERS] Checkpointer crashes on slave in 9.4 on windows

2014-07-21 Thread Amit Kapila
During internals tests, it is observed that checkpointer is getting crashed on slave with below log on slave in windows: LOG: checkpointer process (PID 4040) was terminated by exception 0xC005 HINT: See C include file "ntstatus.h" for a description of the hexadecimal value. LOG: terminating