Re: [PR] [ENHANCEMENT] More Netty tunning options [james-project]

2024-03-18 Thread via GitHub
Arsnael commented on code in PR #2129: URL: https://github.com/apache/james-project/pull/2129#discussion_r1529649345 ## server/apps/distributed-app/docs/modules/ROOT/pages/configure/imap.adoc: ## @@ -139,6 +139,12 @@ Optional integer, defaults to 2 times the count of CPUs. |

Re: [PR] Upgrade JDK to 21 [james-project]

2024-03-18 Thread via GitHub
quantranhong1999 commented on PR #1963: URL: https://github.com/apache/james-project/pull/1963#issuecomment-2005678592 Green :-) -- 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

Re: [PR] [ENHANCEMENT] Workqueue for the deleted message vault [james-project]

2024-03-18 Thread via GitHub
quantranhong1999 commented on code in PR #2131: URL: https://github.com/apache/james-project/pull/2131#discussion_r1529616806 ## mailbox/cassandra/src/main/java/org/apache/james/mailbox/cassandra/DeleteMessageListener.java: ## @@ -86,9 +89,71 @@ public static class

(james-project) 03/03: JAMES-2586 - JMAP Upload - Fix unstable UploadService test

2024-03-18 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch postgresql in repository https://gitbox.apache.org/repos/asf/james-project.git commit b18ca30f2c52adc48ecc2c03461920e07da9381d Author: Tung Tran AuthorDate: Tue Mar 19 07:37:36 2024 +0700

(james-project) 02/03: JAMES-3925 - JMAP Upload - Update current usage only when delete succeed

2024-03-18 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch postgresql in repository https://gitbox.apache.org/repos/asf/james-project.git commit 50c3de82ab4eb110d84ea05de742d84df8567060 Author: Tung Tran AuthorDate: Thu Feb 29 09:19:29 2024 +0700

(james-project) branch postgresql updated (0d75d20651 -> b18ca30f2c)

2024-03-18 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a change to branch postgresql in repository https://gitbox.apache.org/repos/asf/james-project.git from 0d75d20651 JAMES-2586 Remove opensearch in PostgresWebPushTest new 34dc0ba650 JAMES-3925 - JMAP

(james-project) 01/03: JAMES-3925 - JMAP Upload - Method delete of Upload Repository should return Boolean value when applied

2024-03-18 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch postgresql in repository https://gitbox.apache.org/repos/asf/james-project.git commit 34dc0ba6504ef68ce2f649a5f4081881af277a2a Author: vttran AuthorDate: Thu Feb 29 10:14:36 2024 +0700

Re: [PR] JAMES-2586 - JMAP Upload - cleanup, optimize, fix unstable test upload usage [james-project]

2024-03-18 Thread via GitHub
Arsnael merged PR #2068: URL: https://github.com/apache/james-project/pull/2068 -- 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:

(james-project) branch master updated (019dabb517 -> 8c7fe1ef73)

2024-03-18 Thread rcordier
This is an automated email from the ASF dual-hosted git repository. rcordier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git from 019dabb517 [FIX] FETCH: flatten reactor operations add 8c7fe1ef73 [Fixup] Fix imap and smtp deployment

Re: [PR] [Fixup] Fix imap and smtp deployment test after mime4j upgrade to 0.8.11 [james-project]

2024-03-18 Thread via GitHub
Arsnael merged PR #2127: URL: https://github.com/apache/james-project/pull/2127 -- 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:

Re: [PR] JAMES-2586 - JMAP Upload - cleanup, optimize, fix unstable test upload usage [james-project]

2024-03-18 Thread via GitHub
vttranlina commented on PR #2068: URL: https://github.com/apache/james-project/pull/2068#issuecomment-2005489321 > Or I will cherry-pick a commit from the master I did cherry-pick commits from master

[PR] [ENHANCEMENT] Workqueue for the deleted message vault [james-project]

2024-03-18 Thread via GitHub
chibenwa opened a new pull request, #2131: URL: https://github.com/apache/james-project/pull/2131 Deleted message vault copy can be long, doing it asynchronously would make the feature more reliable. -- This is an automated message from the Apache Git Service. To respond to the

(james-project) 01/01: [ENHANCEMENT] Workqueue for the deleted message vault

2024-03-18 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch dtm-workqueue in repository https://gitbox.apache.org/repos/asf/james-project.git commit 7082160d7a6f95fc143e32efed21539eac3f4a80 Author: Benoit TELLIER AuthorDate: Mon Mar 18 22:07:05 2024

(james-project) branch dtm-workqueue created (now 7082160d7a)

2024-03-18 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch dtm-workqueue in repository https://gitbox.apache.org/repos/asf/james-project.git at 7082160d7a [ENHANCEMENT] Workqueue for the deleted message vault This branch includes the following

Re: [PR] JAMES-3977 Test for backpressure [james-project]

2024-03-18 Thread via GitHub
chibenwa commented on PR #2128: URL: https://github.com/apache/james-project/pull/2128#issuecomment-2004495710 Stable tests are :green_apple: -- 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

[PR] [ENHANCEMENT] JMAP: limit parallel read in case of fastView miss [james-project]

2024-03-18 Thread via GitHub
chibenwa opened a new pull request, #2130: URL: https://github.com/apache/james-project/pull/2130 If requesting 30 message fast view, and fast view fails, all messages were loaded at once in memory which could be catastrophic with large messages. Avoid this by lowering concurrency,

[PR] [ENHANCEMENT] More Netty tunning options [james-project]

2024-03-18 Thread via GitHub
chibenwa opened a new pull request, #2129: URL: https://github.com/apache/james-project/pull/2129 - Epoll transport - High / low watermarks for the write buffer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] JAMES-2586 - JMAP Upload - cleanup, optimize, fix unstable test upload usage [james-project]

2024-03-18 Thread via GitHub
vttranlina commented on PR #2068: URL: https://github.com/apache/james-project/pull/2068#issuecomment-2003776940 > Can we merge this @vttranlina ? This PR is using some code from master I'm waiting for the task https://github.com/linagora/james-project/issues/5110 done, then

[PR] JAMES-3977 Test for backpressure [james-project]

2024-03-18 Thread via GitHub
chibenwa opened a new pull request, #2128: URL: https://github.com/apache/james-project/pull/2128 - Rely on mock to enforce that backpressure is applied - Ensure that when read FETCH command proceed -- This is an automated message from the Apache Git Service. To respond to the

(james-project) 01/04: [FIX] IMAP linearization can be simplified

2024-03-18 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit 77d195f8a552f702370543e6f7da906c2a399aa4 Author: Benoit TELLIER AuthorDate: Sat Mar 16 08:27:43 2024 +0100

(james-project) 02/04: [FIX] IMAP FETCH backpressure propagate cancel

2024-03-18 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit f5d1b7355927cd4b82e4efd09d0e5fd320b1941d Author: Benoit TELLIER AuthorDate: Sat Mar 16 08:44:44 2024 +0100

(james-project) 03/04: [FIX] FETCH: do not reuse FetchResponseBuilder

2024-03-18 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit a9c9f02ac5171b3d9f7351ec99e85a87d0eebbff Author: Benoit TELLIER AuthorDate: Sat Mar 16 22:11:29 2024 +0100

Re: [PR] [FIX] IMAP linearization can be simplified [james-project]

2024-03-18 Thread via GitHub
chibenwa merged PR #2126: URL: https://github.com/apache/james-project/pull/2126 -- 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:

(james-project) branch master updated (7222019643 -> 019dabb517)

2024-03-18 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git from 7222019643 JAMES-4020 Fully comply with RFC-3501 Section 6.4.5 (#2123) new 77d195f8a5 [FIX] IMAP

(james-project) 04/04: [FIX] FETCH: flatten reactor operations

2024-03-18 Thread btellier
This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git commit 019dabb51789fb1fccc5e342aec77a34b48478e3 Author: Benoit TELLIER AuthorDate: Sat Mar 16 22:12:09 2024 +0100

Re: [PR] JAMES-2586 - JMAP Upload - cleanup, optimize, fix unstable test upload usage [james-project]

2024-03-18 Thread via GitHub
quantranhong1999 commented on PR #2068: URL: https://github.com/apache/james-project/pull/2068#issuecomment-2003432012 Can we merge this @vttranlina ? -- 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

(james-site) branch asf-staging updated: Site checkin for project Apache James: Jenkins Tools

2024-03-18 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/james-site.git The following commit(s) were added to refs/heads/asf-staging by this push: new ccb5d73c3 Site checkin for

[PR] [Fixup] Fix imap and smtp deployment test after mime4j upgrade to 0.8.11 [james-project]

2024-03-18 Thread via GitHub
Arsnael opened a new pull request, #2127: URL: https://github.com/apache/james-project/pull/2127 (no comment) -- 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