[tickets] [opensaf:tickets] #2108 cpnd: osafckptnd is increasing the memory consumption in OpenSAF 5.1

2016-10-27 Thread A V Mahesh (AVM)
- **status**: review --> fixed - **Milestone**: 5.2.FC --> 5.1.1 - **Comment**: changeset: 8264:288969ac258b user:Hoang Vo date:Fri Oct 28 08:37:21 2016 +0530 summary: cpnd: use shared memory based on ckpt name length [#2108] changeset:

[tickets] [opensaf:tickets] #2145 SMF: add support for detection of asynchronous failures of AMF entities

2016-10-27 Thread Alex Jones
- Description has changed: Diff: --- old +++ new @@ -1 +1 @@ -This ticket adds support for Section 4.2.1.3 of SMF A.01.02 spec: Detection of Asynchronous Failures of AMF Entities. The ticket which does the AMF related work is [](https://sourceforge.net/p/opensaf/tickets/2144). +This

[tickets] [opensaf:tickets] #2145 SMF: add support for detection of asynchronous failures of AMF entities

2016-10-27 Thread Alex Jones
--- ** [tickets:#2145] SMF: add support for detection of asynchronous failures of AMF entities** **Status:** assigned **Milestone:** 5.2.FC **Created:** Thu Oct 27, 2016 04:42 PM UTC by Alex Jones **Last Updated:** Thu Oct 27, 2016 04:42 PM UTC **Owner:** Alex Jones This ticket adds

[tickets] [opensaf:tickets] #2144 AMF: support restrictions to auto-repair

2016-10-27 Thread Alex Jones
--- ** [tickets:#2144] AMF: support restrictions to auto-repair ** **Status:** assigned **Milestone:** 5.2.FC **Created:** Thu Oct 27, 2016 04:36 PM UTC by Alex Jones **Last Updated:** Thu Oct 27, 2016 04:36 PM UTC **Owner:** Alex Jones This ticket adds support for Section 3.11.1.4.2 of AMF

[tickets] [opensaf:tickets] #2142 imm: Use C++ for IMM library

2016-10-27 Thread Anders Widell
Unless it is obvious from the example above why removing them would be a good thing, I can list some of the reasons: * The wrappper functions are just clutter - they wouldn't be needed if we use C++ all over * They cost performance and extra memory in cases like the one in the example, since

[tickets] [opensaf:tickets] #2142 imm: Use C++ for IMM library

2016-10-27 Thread Anders Widell
I would really like to get rid of the C<->C++ wrapper functions, that look for example like this: ~~~ void immModel_getNonCriticalCcbs(IMMND_CB *cb, SaUint32T** ccbIdArr, SaUint32T* ccbIdArrSize) { IdVector ccbs; IdVector::iterator ix2; unsigned int ix;

[tickets] [opensaf:tickets] Re: #2142 imm: Use C++ for IMM library

2016-10-27 Thread Zoran Milinkovic
Hi Anders, The only thing I can see for switching to C++ is to replace patricia tree with some other C++ structure (possibly std::map). If you give me other advantages for switching from C to C++, I would be interested to hear them. How do you think to get rid of wrapper functions ? Most of

[tickets] [opensaf:tickets] #2143 osaf: Add an saAisStrError(SaAisErrorT) function

2016-10-27 Thread Anders Widell
--- ** [tickets:#2143] osaf: Add an saAisStrError(SaAisErrorT) function** **Status:** assigned **Milestone:** 5.2.FC **Created:** Thu Oct 27, 2016 01:02 PM UTC by Anders Widell **Last Updated:** Thu Oct 27, 2016 01:02 PM UTC **Owner:** Anders Widell Add a new AIS function: ~~~