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/08 11:08:55 UTC

[GitHub] [james-project] chibenwa opened a new pull request #485: JAMES-3028 Do not execute downstream requests on AWS driver pool

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


   ```
   {
     "timestamp":"2021-06-08T08:45:03.535Z",
     "level":"INFO",
     "thread":"sdk-async-response-0-3",
     "logger":"org.apache.james.mailbox.elasticsearch.events.ElasticSearchListeningMessageSearchIndex",
     "message":"Indexing mailbox Outbox-CassandraId{id=9a091e40-32cf-11eb-995c-a3ae66e9f96a} of user firstname18.surname18@xxx.integration-open-paas.org on message MessageUid{uid=3397}",
     "context":"default"
   }
   ```
   
   After this change set this gets executed on the parallel scheduler.


-- 
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 #485: JAMES-3028 Do not execute downstream requests on AWS driver pool

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


   ```
   05:55:00.100 [ERROR] o.a.j.w.s.ExportService - Error exporting mailboxes of user: username@domain
   java.lang.IllegalStateException: block()/blockFirst()/blockLast() are blocking, which is not supported in thread parallel-5
   	at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:83)
   	at reactor.core.publisher.Mono.block(Mono.java:1703)
   	at org.apache.james.blob.objectstorage.aws.S3BlobStoreDAO.read(S3BlobStoreDAO.java:129)
   	at org.apache.james.server.blob.deduplication.DeDuplicationBlobStore.read(DeDuplicationBlobStore.scala:100)
   	at org.apache.james.blob.api.BlobStore.read(BlobStore.java:56)
   	at org.apache.james.server.blob.deduplication.DeDuplicationBlobStore.read(DeDuplicationBlobStore.scala:43)
   	at org.apache.james.blob.api.MetricableBlobStore.lambda$read$1(MetricableBlobStore.java:87)
   	at org.apache.james.metrics.api.MetricFactory.decorateSupplierWithTimerMetric(MetricFactory.java:37)
   	at org.apache.james.blob.api.MetricableBlobStore.read(MetricableBlobStore.java:87)
   	at org.apache.james.blob.export.file.LocalFileBlobExportMechanism.copyBlobToFile(LocalFileBlobExportMechanism.java:126)
   	at org.apache.james.blob.export.file.LocalFileBlobExportMechanism.lambda$blobId$0(LocalFileBlobExportMechanism.java:111)
   	at org.apache.james.webadmin.service.ExportService.lambda$export$7(ExportService.java:133)
   	at com.github.fge.lambdas.runnable.RunnableChainer.lambda$sneakyThrow$215(RunnableChainer.java:71)
   ```


-- 
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 #485: JAMES-3028 Do not execute downstream requests on AWS driver pool

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


   


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