Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MU] Quota errors #5378

Open
chibenwa opened this issue Dec 23, 2024 · 2 comments
Open

[MU] Quota errors #5378

chibenwa opened this issue Dec 23, 2024 · 2 comments
Assignees

Comments

@chibenwa
Copy link
Member

Should be less verbose

Caused by: jakarta.mail.MessagingException: Could not append due to quota error
	at org.apache.james.transport.mailets.delivery.MailboxAppenderImpl.lambda$append$7(MailboxAppenderImpl.java:127)
	at reactor.core.publisher.Mono.lambda$onErrorMap$27(Mono.java:3840)
	at reactor.core.publisher.Mono.lambda$onErrorResume$29(Mono.java:3930)
	at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:94)
	... 62 common frames omitted
Caused by: org.apache.james.mailbox.exception.OverQuotaException: You use too much space in #private&[email protected]
	at org.apache.james.mailbox.store.quota.QuotaChecker.trySizeAddition(QuotaChecker.java:68)
	at org.apache.james.mailbox.store.quota.QuotaChecker.tryAddition(QuotaChecker.java:59)
	at org.apache.james.mailbox.store.StoreMessageManager.lambda$createAndDispatchMessage$5(StoreMessageManager.java:537)
	at com.github.fge.lambdas.consumers.ConsumerChainer.lambda$sneakyThrow$9(ConsumerChainer.java:73)
	at reactor.core.publisher.FluxPeek$PeekSubscriber.onNext(FluxPeek.java:185)
	... 54 common frames omitted

And likely not retried.

=> INFO

@chibenwa
Copy link
Member Author

Very likely generated by a data race...

@quantranhong1999 quantranhong1999 self-assigned this Dec 23, 2024
@quantranhong1999
Copy link
Member

apache#2582

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants