[devel] [PATCH 1/1] mbc: fix memleak detected by valgrind [#3341]

2023-08-18 Thread thien.m.huynh via Opensaf-devel
--- src/mbc/mbcsv_util.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/mbc/mbcsv_util.c b/src/mbc/mbcsv_util.c index 38a17cf17..8c2efaee6 100644 --- a/src/mbc/mbcsv_util.c +++ b/src/mbc/mbcsv_util.c @@ -1054,7 +1054,12 @@ uint32_t mbcsv_send_msg(PEER_INST *peer, MBC

[devel] [PATCH 0/1] Review Request for mbc: fix memleak detected by valgrind [#3341]

2023-08-18 Thread thien.m.huynh via Opensaf-devel
Summary: mbc: fix memleak detected by valgrind [#3341] Review request for Ticket(s): 3341 Peer Reviewer(s): Dat, Thang Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3341 Base revision: 5e35305664437f1af0e887a525c8bddbb4248bdf

[devel] [PATCH 1/1] amf: check the existing sg before create new one [#3345]

2023-12-28 Thread thien.m.huynh via Opensaf-devel
When IMM is restarted, AMF will be re-initialized. AMF constantly adds fresh entries to the local database. So while delete an app, it always leaves one more sg in the database. As a consequence of this, the assertion 'app->list_of_sg == nullptr' failed. The solution is to check for existing sg be

[devel] [PATCH 0/1] Review Request for amf: check the existing sg before create new one [#3345]

2023-12-28 Thread thien.m.huynh via Opensaf-devel
Summary: amf: check the existing sg before create new one [#3345] Review request for Ticket(s): 3345 Peer Reviewer(s): Dat, Thang Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3345 Base revision: b0f9985b8f37a93afa28c76ed409bf

[devel] [PATCH 0/1] Review Request for amf: retry if imm unavailable during recovery [#3344]

2024-01-01 Thread thien.m.huynh via Opensaf-devel
Summary: amf: retry if imm unavailable during recovery [#3344] Review request for Ticket(s): 3344 Peer Reviewer(s): Dat, Thang Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3344 Base revision: b0f9985b8f37a93afa28c76ed409bf484

[devel] [PATCH 1/1] amf: retry if imm unavailable during recovery [#3344]

2024-01-01 Thread thien.m.huynh via Opensaf-devel
If a component has changed, AMF will obtain configuration from IMM when recovering it. If IMM is unavailable and SC absence is enabled, AMF will immediately fail. Retrying the cleanup event is the solution. this is to prevent watch dog kill AMFND. --- src/amf/amfnd/clc.cc| 14 +++---

[devel] [PATCH 0/1] Review Request for amf: retry if imm unavailable during recovery [#3344]

2024-01-09 Thread thien.m.huynh via Opensaf-devel
Summary: amf: retry if imm unavailable during recovery [#3344] Review request for Ticket(s): 3344 Peer Reviewer(s): Dat, Thang Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3344 Base revision: 3463fa7734dab0b00365e6665eee4f896

[devel] [PATCH 1/1] amf: retry if imm unavailable during recovery [#3344]

2024-01-09 Thread thien.m.huynh via Opensaf-devel
If a component has changed, AMF will obtain configuration from IMM when recovering it. If IMM is unavailable and SC absence is enabled, AMF will immediately fail. Retrying the cleanup event is the solution. This is to prevent watchdog kill AMFND. --- src/amf/amfnd/clc.cc| 14 +++--- s

[devel] [PATCH 1/1] pyosaf: Allow SaStringT compare with str by default [#3351]

2024-04-22 Thread thien.m.huynh via Opensaf-devel
SaStringT class is introduced in previous commit support python3. Default SaStringT cannot compare with other type. This commit is to allow compare with str class if without casting --- python/pyosaf/saAis.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/python/pyosaf/saAis.py b

[devel] [PATCH 0/1] Review Request for pyosaf: Allow SaStringT compare with str by default [#3351]

2024-04-22 Thread thien.m.huynh via Opensaf-devel
Summary: pyosaf: Allow SaStringT compare with str by default [#3351] Review request for Ticket(s): 3351 Peer Reviewer(s): Thang, Dat Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3351 Base revision: 7b80b26c5ac19135820854a6edc

[devel] [PATCH 1/1] pyosaf: Allow SaStringT compare with str by default [#3351]

2024-05-01 Thread thien.m.huynh via Opensaf-devel
An earlier patch supporting Python 3 introduced the SaStringT class. With str type, default SaStringT cannot be compared. This commit is to allow compare with str class if without casting --- python/pyosaf/saAis.py | 24 1 file changed, 24 insertions(+) diff --git a/pyth

[devel] [PATCH 0/1] Review Request for pyosaf: Allow SaStringT compare with str by default [#3351] V2

2024-05-01 Thread thien.m.huynh via Opensaf-devel
Summary: pyosaf: Allow SaStringT compare with str by default [#3351] Review request for Ticket(s): 3351 Peer Reviewer(s): Thang, Dat Pull request to: *** LIST THE PERSON WITH PUSH ACCESS HERE *** Affected branch(es): develop Development branch: ticket-3351 Base revision: 7b80b26c5ac19135820854a6edc