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 2022/09/21 07:47:30 UTC

[GitHub] [james-project] Arsnael opened a new pull request, #1203: [STABILITY] Limit number of threads in parallel when creating cassand…

Arsnael opened a new pull request, #1203:
URL: https://github.com/apache/james-project/pull/1203

   …ra tables
   
   I encountered some issues when trying to run James with a Cassandra not initialized yet. I could observe sometimes James starting to create the tables on Cassandra and then stopping on a driver timeout exception. 
   
   We likely try to create too many tables in parallel at the same time. Limiting the concurrency seems to help greatly. It might help with the build stability too.


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

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

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] Arsnael merged pull request #1203: [STABILITY] Limit number of threads in parallel when creating cassand…

Posted by GitBox <gi...@apache.org>.
Arsnael merged PR #1203:
URL: https://github.com/apache/james-project/pull/1203


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

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

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