You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by "chibenwa (via GitHub)" <gi...@apache.org> on 2023/04/15 15:29:54 UTC

[GitHub] [james-project] chibenwa opened a new pull request, #1521: Revert "[ENHANCEMENT] NettyStreamImapRequestLineReader: Buffer comman…

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

   …d parsing"
   
   This reverts commit f71681a87c491fda6a47db6949a5c2e7043303af.
   
   This non-critical enhancement generated the following errors upon provisionning
   
   ```
   22:27:43.628 [ERROR] o.a.j.i.p.AbstractMailboxProcessor - Unexpected error during IMAP processing
   org.apache.james.imap.decode.DecodingException: Expected end-of-line, found 'Y'.
   	at org.apache.james.imap.decode.ImapRequestLineReader.eol(ImapRequestLineReader.java:378)
   	at org.apache.james.imap.utils.EolInputStream.eol(EolInputStream.java:66)
   	at org.apache.james.imap.utils.EolInputStream.read(EolInputStream.java:60)
   	at com.google.common.io.ByteStreams.copy(ByteStreams.java:114)
   	at com.google.common.io.ByteSource.copyTo(ByteSource.java:257)
   	at com.google.common.io.ByteSource.hash(ByteSource.java:340)
   	at org.apache.james.blob.api.HashBlobId$Factory.forPayload(HashBlobId.java:46)
   	... 12 common frames omitted
   Wrapped by: java.lang.RuntimeException: org.apache.james.imap.decode.DecodingException: Expected end-of-line, found 'Y'.
   	at org.apache.james.blob.api.HashBlobId$Factory.forPayload(HashBlobId.java:48)
   	at org.apache.james.server.blob.deduplication.GenerationAwareBlobId$Factory.forPayload(GenerationAwareBlobId.java:132)
   	at org.apache.james.server.blob.deduplication.GenerationAwareBlobId$Factory.forPayload(GenerationAwareBlobId.java:114)
   	at org.apache.james.server.blob.deduplication.DeDuplicationBlobStore.$anonfun$save$1(DeDuplicationBlobStore.scala:62)
   	at reactor.core.publisher.MonoCallable.call(MonoCallable.java:72)
   	at reactor.core.publisher.FluxSubscribeOnCallable$CallableSubscribeOnSubscription.run(FluxSubscribeOnCallable.java:227)
   	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)
   ```
   
   I propose to revert it...


-- 
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] chibenwa merged pull request #1521: Revert "[ENHANCEMENT] NettyStreamImapRequestLineReader: Buffer comman…

Posted by "chibenwa (via GitHub)" <gi...@apache.org>.
chibenwa merged PR #1521:
URL: https://github.com/apache/james-project/pull/1521


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