On Wed, Aug 23, 2017 at 1:33 PM, Robert Varga <n...@hq.sk> wrote:

> On 23/08/17 12:56, Michael Vorburger wrote:
> > Hi guys,
> >
> > I'm investigating another OOM in
> > https://bugs.opendaylight.org/show_bug.cgi?id=7370, and would love your
> > valuable thoughts and feedback on it...
>
> This looks like the app is not able to keep up and hence DTCNs are piled
> up and waiting to be processed.
>

Sorry just to make sure no misunderstandings - does this specific first
comment refer to the (old, I just made a typo) Bug 7370 (fixed a while ago
in openflowplugin) or my new Bug 9034 ?

Robert> Actually no. The backend side of things looks okay, as chains are
being
both closed and purged when requested from the frontend. I suspect somebody
is forgetting to close their transaction chains...

Michael> Is a "transaction chain" the same as a transaction - the objects
returned from DataBroker's newReadWriteTransaction /
newReadWriteTransaction / newWriteOnlyTransaction? I did stumble upont
something - could https://git.opendaylight.org/gerrit/#/c/62196/ fix this
problem? Or is that unlikely to fix this OOM, but still a Good Idea? Or
doesn't matter to do cancel() if not submit() ?

> As far as I can see, with my still very limited understanding of mdsal
> > internals, this does not seem to be the same as our earlier
> > https://bugs.opendaylight.org/show_bug.cgi?id=8941 raised by Stephen and
> > fixed by Robert (which is being follow-up on in
> > https://bugs.opendaylight.org/show_bug.cgi?id=9028 by Robert and Tom) -
> > does this initial quick analysis seem accurate to you?
>
> 9034 looks like 8941, except it's not transactions, but chains. I'll
> cook up a prototype.
>

Thanks a lot !!! We'd love to out anything you come up with.


> Bye,
> Robert
>
_______________________________________________
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev

Reply via email to