In org.logicblaze.lingo.util.DefaultTimeoutMap...
Shouldn't
this.purgePollTime = purgePollTime;
be
this.purgePollTime = requestMapPollTimeMillis; ?
Its line 52.
I think it was causing lingo to use pretty much 100% of the cpu.