[devel] [PATCH 1/1] log: Fix cyclic crash when starting standby and OI is not active [#2711]

2018-03-09 Thread Lennart Lund
Fix cyclic reboot caused by reading an IMM RT object when the OI is down --- src/log/apitest/logtest.c | 2 -- src/log/logd/lgs_config.cc | 2 +- src/log/logd/lgs_evt.cc| 13 +-- src/log/logd/lgs_fmt.h | 8 ++- src/log/logd/lgs_imm.cc| 13 ++- src/log/logd/lgs_m

[devel] [PATCH 0/1] Review Request for log: Fix cyclic crash when starting standby and OI is not active [#2711]

2018-03-09 Thread Lennart Lund
Summary: log: Fix cyclic crash when starting standby and OI is not active [#2711] Review request for Ticket(s): 2711 Peer Reviewer(s): canh.v.tru...@dektech.com.au, vu.m.ngu...@dektech.com.au Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development br

[devel] [PATCH 0/1] Review Request for tools: Fix trace2dot, it stopped working after ticket #2165 [#2668]

2018-03-09 Thread Hans Nordeback
Summary: tools: Fix trace2dot, it stopped working after ticket #2165 [#2668] Review request for Ticket(s): 2668 Peer Reviewer(s): AndersW Pull request to: Affected branch(es): develop Development branch: ticket-2668 Base revision: 30b70f4a56ab0225d3ade3cc8dda3fe403b5492c Personal repository: git:/

[devel] [PATCH 1/1] tools: Fix trace2dot, it stopped working after ticket #2165 [#2668]

2018-03-09 Thread Hans Nordeback
--- tools/devel/dot/trace2dot | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/devel/dot/trace2dot b/tools/devel/dot/trace2dot index 160617c7a..1977276ea 100755 --- a/tools/devel/dot/trace2dot +++ b/tools/devel/dot/trace2dot @@ -2,7 +2,7 @@ # #

Re: [devel] [PATCH 1/1] amfa: Fix api internal check to avoid fatal mutex unlock [#2548]

2018-03-09 Thread Hans Nordebäck
ack, review only. Some comments below marked with [HansN]. /Thanks HansN On 03/06/2018 07:39 AM, Nguyen Luu wrote: Current check for the required setting of the SA_AMF_COMPONENT_NAME env variable in some amf api's (ComponentRegister, QuiescingComplete) would crash the invoking process if that

[devel] [PATCH 1/2] dtm: configure trace file size and no of backups in transportd.conf [#2731]

2018-03-09 Thread syam-talluri
--- opensaf.spec.in| 2 + src/dtm/Makefile.am| 3 + src/dtm/transport/log_server.cc| 95 -- src/dtm/transport/log_server.h | 10 +++- src/dtm/transport/log_writer.cc| 6 +- src/dt

[devel] [PATCH 0/2] Review Request for dtm: Added following options --max-backups and --max-file-size to osaflog tool and in transportd [#2731]

2018-03-09 Thread syam-talluri
Summary: dtm: configure trace file size and no of backups in transportd.conf [#2731] Review request for Ticket(s): 2731 Peer Reviewer(s): anders.wid...@ericsson.com Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-2731 Base revi

[devel] [PATCH 2/2] dtm: Added following options --max-backups and --max-file-size to osaflog tool and in transportd [#2731]

2018-03-09 Thread syam-talluri
--- src/dtm/common/osaflog_protocol.h | 13 +++ src/dtm/tools/osaflog.cc | 168 -- src/dtm/transport/log_server.cc | 74 - src/dtm/transport/log_server.h| 14 ++-- src/dtm/transport/log_writer.cc | 5 +- src/dtm/transport/lo