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/05/15 01:41:25 UTC

[GitHub] [james-project] chibenwa opened a new pull request #432: [FIX] Solve build issue (TaskManagerContract::awaitShouldAwaitWaiting…

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


   …Task)
   
   These subscribers are not tolerant to running on the elastic Scheduler.
   
   I am reverting this piece of code to the previous behaviour.


-- 
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 commented on pull request #432: [FIX] Solve build issue (TaskManagerContract::awaitShouldAwaitWaiting…

Posted by GitBox <gi...@apache.org>.
chibenwa commented on pull request #432:
URL: https://github.com/apache/james-project/pull/432#issuecomment-841605882


   Merging this to fix the build.
   
   I found the explanation: The explanation was that even in flatMap was used, on a "immediate" scheduler calls were processed sequencially.
   
   Adding the "elastic" breaks that ordering logic that needs to be restored via concat map.


-- 
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 #432: [FIX] Solve build issue (TaskManagerContract::awaitShouldAwaitWaiting…

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


   


-- 
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