[devel] [PATCH 1/1] imm: Restore printout format in immxml tools to maintain backward compatibility [#2728]

2017-12-04 Thread Nguyen Luu
- Restore the previous printout format in the immxml tools, which happened to be changed by ticket #2664 for better readability, in order to maintain backward-compatibility for any user scripts/tools that have been depending their check on the former printout. - Some other minor updates

[devel] [PATCH 0/1] Review Request for imm: Restore printout format in immxml tools to maintain backward compatibility [#2728]

2017-12-04 Thread Nguyen Luu
Summary: imm: Restore printout format in immxml tools to maintain backward compatibility [#2728] Review request for Ticket(s): 2728 Peer Reviewer(s): Zoran Milinkovic, Vu Minh Nguyen Pull request to: Zoran Milinkovic Affected branch(es): develop Development branch: ticket-2728 Base revision:

[devel] [PATCH 1/1] imm: Restore printout format in immxml tools to maintain backward compatibility [#2728]

2017-12-04 Thread Nguyen Luu
- Restore the previous printout format in the immxml tools, which happened to be changed by ticket #2664 for better readability, in order to maintain backward-compatibility for any user scripts/tools that have been depending their check on the former printout. - Some other minor updates

[devel] [PATCH 0/1] Review Request for Restore printout format in immxml tools to maintain backward compatibility [#2728]

2017-12-04 Thread Nguyen Luu
Summary: imm: Restore printout format in immxml tools to maintain backward compatibility [#2728] Review request for Ticket(s): 2728 Peer Reviewer(s): Zoran Milinkovic, Vu Minh Nguyen Pull request to: Zoran Milinkovic Affected branch(es): develop Development branch: ticket-2728 Base revision:

[devel] [PATCH 1/1] base: create generic try-again handling decorator for AIS APIs [#2702]

2017-12-04 Thread Vu Minh Nguyen
Make generic C++ decorator for handling SA_AIS_ERR_TRY_AGAIN return code of AIS APIs. --- src/ais/Makefile.am| 5 +- src/ais/try_again_decorator.h | 110 + src/base/Makefile.am | 4 +-

Re: [devel] [PATCH 0/1] Review Request for plm: remove child EE info when given standby role [#2710]

2017-12-04 Thread Alex Jones
signature.asc Description: OpenPGP digital signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

Re: [devel] [PATCH 0/1] Review Request for smf: Add MDS logging to smfd and smfnd [#2722]

2017-12-04 Thread Rafael Odzakow
ACK On fre, 2017-12-01 at 16:13 +0100, Lennart Lund wrote: > Summary: smf: Add MDS logging to smfd and smfnd [#2722] > Review request for Ticket(s): 2722 > Peer Reviewer(s): rafael.odza...@ericsson.com > Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** > Affected branch(es): develop

[devel] [PATCH 0/1] Review Request for log: Added retry logic for RT object creation call fails due to timeout error [#2711]

2017-12-04 Thread Srinivas
Summary: log: Added retry logic for RT object creation call fails due to timeout error [#2711] Review request for Ticket(s): 2711 Peer Reviewer(s): *** LIST THE TECH REVIEWER(S) / MAINTAINER(S) HERE *** Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop

[devel] [PATCH 1/1] log: Added retry logic for RT object creation call fails due to timeout error [#2711]

2017-12-04 Thread Srinivas
--- src/log/logd/lgs_stream.cc | 44 +++- 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/src/log/logd/lgs_stream.cc b/src/log/logd/lgs_stream.cc index 65689d6..4f7c3f8 100644 --- a/src/log/logd/lgs_stream.cc +++ b/src/log/logd/lgs_stream.cc