This group is locked. No changes can be made to the group while it is locked.
Re: New message count for Openflow Java in ODL master (Boron)
Chinmay.Mohanta <mohanta.chinmay@...>
Hi Michal, Thanks for your reply. Indeed the formula indicated by you gives the expected value !! So it obviates the implementation of a new counter. However following new thoughts emerge. Do we really need the counts DS_ENTERED_OFJAVA and DS_ENCODE_SUCCESS ? Maintaining these two counts (for every message) is costly in terms of performance (due to need for synchronization). I think we should have counts only for the error scenarios resulting least influence on the performance. BTW, my goal is to simplify the debugging process to find out whenever/wherever there is a message drop due to resource contention. Message drop count will provide an essential input to rationalize the provisioning of resources. Thanks and Regards, Chinmay @ ericsson On Wed, May 11, 2016 at 5:22 PM, Michal Polkoráb <michal.polkorab@...> wrote:
|