logMaxApplicationStreams attribute of OpenSafLogConfig configurable class is 
used to limit the number of openers for application stream.
This is not correct! This attribute is used to set a limit for how many 
application streams with a runtime object (created via API) that can be created.
Ticket should be set to invalid


---

** [tickets:#1422] log: limitation of number openers for one app stream does 
not work**

**Status:** accepted
**Milestone:** 4.5.2
**Created:** Tue Jul 21, 2015 02:33 AM UTC by Vu Minh Nguyen
**Last Updated:** Mon Aug 03, 2015 11:26 AM UTC
**Owner:** Vu Minh Nguyen


*logMaxApplicationStreams* attribute of *OpenSafLogConfig* configurable class 
is used to limit the number of openers for application stream.
E.g: when setting *logMaxApplicationStreams=2*, maximum number of openers 
(reflect via *saLogStreamNumOpeners* attribute value) for one app stream is 2. 

Return *SA_AIS_ERR_NO_RESOURCES* error code to agent if the number reaches the 
maximum one.

In current code, *logMaxApplicationStreams* has no meaning. 
Logsv still allows *saLogStreamNumOpeners > logMaxApplicationStreams*.


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
_______________________________________________
Opensaf-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to