[devel] [PATCH 0/1] Review Request for dtm: rotate logtraces on demand [#3086]

2019-10-04 Thread Vu Minh Nguyen
Summary: dtm: rotate logtraces on demand [#3086] Review request for Ticket(s): 3086 Peer Reviewer(s): Minh, Gary Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3086 Base revision: 05064a1cfd0aeaf824dce7602d535654b3457e30

[devel] [PATCH 1/1] dtm: rotate logtraces on demand [#3086]

2019-10-04 Thread Vu Minh Nguyen
Introducing a new option '--rotate' to rotate given logtrace stream(s). This patch also cleans the code of LogServer::ExecuteCommand(). --- src/base/log_writer.h | 2 +- src/dtm/tools/osaflog.cc| 25 ++- src/dtm/transport/log_server.cc | 125

Re: [devel] [PATCH 1/1] osaf: add tcp arbitrator [#3064]

2019-10-04 Thread Hans Nordebäck via Opensaf-devel
Hi Gary, ack, review only. One comment/suggestion can we provide a small script that generates the x509 certificate (use e.g. openssl X509 ... ) instead of including a self signed cert? /BR Hans On Tue, 2019-10-01 at 12:53 +1000, Gary Lee wrote: > --- > src/osaf/consensus/plugins/tcp/README

Re: [devel] [PATCH 1/1] osaf: add tcp arbitrator [#3064]

2019-10-04 Thread Gary Lee
Hi Hans OK that’s a good idea. thanks > On 4 Oct 2019, at 11:06 pm, Hans Nordebäck > wrote: > > Hi Gary, ack, review only. One comment/suggestion can we provide a > small script that generates the x509 certificate (use e.g. openssl X509 > ... ) instead of including a self signed cert? /BR