You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/06/01 07:01:22 UTC

[GitHub] [james-project] chibenwa opened a new pull request #470: JAMES-2813 Long tasks on the MemoryTaskManager generates stactraces

chibenwa opened a new pull request #470:
URL: https://github.com/apache/james-project/pull/470


   ```
   13:55:34.375 [ERROR] r.c.p.Operators - Operator called default onErrorDropped
   java.lang.IllegalStateException: null
   	at org.apache.james.task.MemoryTaskManager$DetailsUpdater.updated(MemoryTaskManager.java:97)
   	at org.apache.james.task.SerialTaskManagerWorker.lambda$pollAdditionalInformation$5(SerialTaskManagerWorker.java:105)
   	at reactor.core.publisher.FluxFlatMap$FlatMapMain.onNext(FluxFlatMap.java:385)
   	at reactor.core.publisher.FluxHandle$HandleSubscriber.onNext(FluxHandle.java:118)
   	at reactor.core.publisher.FluxRepeatPredicate$RepeatPredicateSubscriber.onNext(FluxRepeatPredicate.java:85)
   	at reactor.core.publisher.Operators$MonoSubscriber.complete(Operators.java:1789)
   	at reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.lambda$onNext$0(MonoDelayElement.java:125)
   	at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68)
   	at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28)
   	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
   	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   	at java.base/java.lang.Thread.run(Thread.java:829)
   ```
   
   Is triggered after 5 seconds of execution. To be triggered you need additional informations.
   
   The errors are benign though (stops an asynchronous subscription that is anyway not needed for the MemoryTaskManager)...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #470: JAMES-2813 Long tasks on the MemoryTaskManager generates stactraces

Posted by GitBox <gi...@apache.org>.
chibenwa merged pull request #470:
URL: https://github.com/apache/james-project/pull/470


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org