Hi,

Their is NO patch/fix  for OpenSaf service  (MW)

You need change your application as below :

For example if you configured  section expiration Time  as  One Hour 
as   relative time ,
change it to  absolute time as below in your Application.

   //sectionCreationAttributes.expirationTime = 3600000000000ll; /* One 
 > Hour */

  sectionCreationAttributes.expirationTime = (SA_TIME_ONE_MINUTE +( > 
time((time_t*)0) * 1000000000));


-AVM

On 10/12/2015 11:53 AM, [email protected] wrote:
>
> REPLY at http://sourceforge.net/u/arunjing2/profile/send_message
>
> ------------------------------------------------------------------------
>
> Dear Mahesh
>
> I am bit new to opensaf forum. Could you please let me know how can I 
> download the patch/fix for this issue?
>
> This issues was discussed at :
> https://sourceforge.net/p/opensaf/mailman/message/34104538/
>
> I am facing memory leak on controller node.
>
> Regards
> Arun Jingar
>
> ------------------------------------------------------------------------
>
> This message was sent to you via the SourceForge web mail form.
> Replying to this email will not work, please send a message to arun 
> jingar at http://sourceforge.net/u/arunjing2/profile/send_message
>

------------------------------------------------------------------------------
_______________________________________________
Opensaf-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-users

Reply via email to