Re: [devel] [PATCH 1/1] amfnd: reboot to recovery if msg id received by amfd mismatch with msg id sent by amfnd [#3040]

2019-05-20 Thread Thang Nguyen
Hi Thuan, I updated and send for review in V2. B.R /Thang -Original Message- From: Tran Thuan Sent: Monday, May 20, 2019 1:16 PM To: 'Gary Lee' ; 'thang.d.nguyen' ; hans.nordeb...@ericsson.com; minh.c...@dektech.com.au Cc: opensaf-devel@lists.sourceforge.net Subject: RE: [devel] [PATC

[devel] [PATCH 0/1] Review Request for amf: reboot to recover from lost msgs [#3040] V2

2019-05-20 Thread thang.d.nguyen
Summary: amf: reboot to recover from lost msgs [#3040] Review request for Ticket(s): 3040 Peer Reviewer(s): Gary, Hans, Thuan Pull request to: Gary Affected branch(es): develop Development branch: ticket-3040 Base revision: 3b124020051730287ace8bd9ab28a8fa431fc85a Personal repository: git://git.cod

[devel] [PATCH 1/1] amf: reboot to recover from lost msgs [#3040]

2019-05-20 Thread thang.d.nguyen
During SC failover, message received on ACTIVE AMFD can not be checked point to AMFD on STANDBY SC. But the AMFND still process the message ack for that message then it remove from queue. STANDBY SC takes ACTIVE and mismatch message id b/w AMFD and AMFND on new ACTIVE. As consequence, clm track sta

Re: [devel] [PATCH 1/1] uml: Update to Linux 4.18.20, iproute2 5.1.0 and busybox 1.30.1 [#3042]

2019-05-20 Thread Hans Nordebäck
Hi Anders, ack, (I think CONFIG_KCOV=n should be added to the config file). /BR HansN On 2019-05-20 14:38, Anders Widell wrote: > Uplift the Linux kernel version for UML to 4.18.20, to make it possible to > build > UML with newer glibc version (e.g. on Ubuntu 18.04). > --- > tools/cluster_sim_

[devel] [PATCH 0/1] Review Request for uml: Update to Linux 4.18.20, iproute2 5.1.0 and busybox 1.30.1 [#3042]

2019-05-20 Thread Anders Widell
Summary: uml: Update to Linux 4.18.20, iproute2 5.1.0 and busybox 1.30.1 [#3042] Review request for Ticket(s): 3042 Peer Reviewer(s): Hans Pull request to: Affected branch(es): develop Development branch: ticket-3042 Base revision: 3b124020051730287ace8bd9ab28a8fa431fc85a Personal repository: git:

[devel] [PATCH 1/1] uml: Update to Linux 4.18.20, iproute2 5.1.0 and busybox 1.30.1 [#3042]

2019-05-20 Thread Anders Widell
Uplift the Linux kernel version for UML to 4.18.20, to make it possible to build UML with newer glibc version (e.g. on Ubuntu 18.04). --- tools/cluster_sim_uml/README | 2 + tools/cluster_sim_uml/uml/bin/uml_start | 2 +- tools/cluster_sim_uml/uml/build_uml |

[devel] [PATCH 0/1] Review Request for mds: use new TIPC getsockopt to log receive buffer utilization [#3038]

2019-05-20 Thread Hans Nordebäck
Summary: mds: use new TIPC getsockopt to log receive queue utilization [#3038] Review request for Ticket(s): 3038 Peer Reviewer(s): AndersW, Lennart, Gary Pull request to: Affected branch(es): develop Development branch: ticket-3038 Base revision: 3b124020051730287ace8bd9ab28a8fa431fc85a Personal

[devel] [PATCH 1/1] mds: use new TIPC getsockopt to log receive queue utilization [#3038]

2019-05-20 Thread Hans Nordebäck
--- 00-README.conf | 14 +++ src/base/Makefile.am | 1 + src/base/statistics.h| 88 + src/mds/Makefile.am | 8 +- src/mds/mds_dt_tipc.c| 3 + src/mds/mds_tipc_recvq_stats.cc | 29 +