[devel] [PATCH 1/1] lgs: map the CkptPushAsync to the right memory [#3183]

2020-05-11 Thread thien.m.huynh
The standby logsv is crashed during cold sync if having pending write requests in the queue.That happens because the CkptPushAsync data for decoding is referring to wrong data. The fix is to map the CkptPushAsync to the right memory. --- src/log/logd/lgs_cache.cc | 6 +- 1 file changed, 1 ins

Re: [devel] [PATCH 1/1] lgs: map the CkptPushAsync to the right memory [#3183]

2020-05-11 Thread Thuan Tran
Hi Thien, ACK from me. Best Regards, ThuanTr -Original Message- From: Thien Minh Huynh Sent: Tuesday, May 12, 2020 1:33 PM To: Thuan Tran ; Vu Minh Nguyen Cc: opensaf-devel@lists.sourceforge.net; Thien Minh Huynh Subject: [PATCH 1/1] lgs: map the CkptPushAsync to the right memory [