Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-05-02 Thread via GitHub
Arsnael merged PR #2190: URL: https://github.com/apache/james-project/pull/2190 -- 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 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-05-02 Thread via GitHub
hungphan227 commented on PR #2190: URL: https://github.com/apache/james-project/pull/2190#issuecomment-2089783198 Regarding collectList method, until now I am still not 100% sure that we no longer use DomainImplPostgresConnectionFactory because rls performance test has not been conducted

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-05-02 Thread via GitHub
hungphan227 commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1587172583 ## server/container/guice/postgres-common/src/main/java/org/apache/james/modules/data/PostgresCommonModule.java: ## @@ -91,9 +88,15 @@

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-05-02 Thread via GitHub
Arsnael commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1587164583 ## server/container/guice/postgres-common/src/main/java/org/apache/james/modules/data/PostgresCommonModule.java: ## @@ -91,9 +88,15 @@

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-05-02 Thread via GitHub
Arsnael commented on PR #2190: URL: https://github.com/apache/james-project/pull/2190#issuecomment-2089759121 > one for RLS, one for noRLS I thought just reusing the same pool for both? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-05-02 Thread via GitHub
vttranlina commented on PR #2190: URL: https://github.com/apache/james-project/pull/2190#issuecomment-2089734875 > the domain connection is not used anymore (except in some test), and can probably be removed? I think yes > can't we find a way to get rid of the single

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-05-01 Thread via GitHub
Arsnael commented on PR #2190: URL: https://github.com/apache/james-project/pull/2190#issuecomment-2089489873 So if I understand well, rls enabled or not we use the pool connection factory, and for things where we need a rls bypass (like some webadmin tasks for example) we still use the

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-28 Thread via GitHub
hungphan227 commented on PR #2190: URL: https://github.com/apache/james-project/pull/2190#issuecomment-2081885150 > > Yes we can > > Can we be 100% sure about that? I have added some tests regarding that for example cf https://github.com/apache/james-project/pull/2179/files We can

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-28 Thread via GitHub
Arsnael commented on PR #2190: URL: https://github.com/apache/james-project/pull/2190#issuecomment-2081838397 If we remove the collectList(), I want it to be etsted on staging too, so don't hesitate to run the populate email query task for example with an image having this -- This is an

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-28 Thread via GitHub
quantranhong1999 commented on PR #2190: URL: https://github.com/apache/james-project/pull/2190#issuecomment-2081832297 > Yes we can Can we be 100% sure about that? I have added some tests regarding that for example cf https://github.com/apache/james-project/pull/2179/files We

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-28 Thread via GitHub
hungphan227 commented on PR #2190: URL: https://github.com/apache/james-project/pull/2190#issuecomment-2081828101 > And do this sort out the paging problem? > > IE can we remove the very dirty .collectList ? I you mean this: ``` public Flux

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-24 Thread via GitHub
vttranlina commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1578854500 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PoolBackedPostgresConnectionFactory.java: ## @@ -0,0 +1,93 @@

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-24 Thread via GitHub
vttranlina commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1578853727 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PoolBackedPostgresConnectionFactory.java: ## @@ -0,0 +1,93 @@

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-24 Thread via GitHub
chibenwa commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1577842174 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PoolBackedPostgresConnectionFactory.java: ## @@ -0,0 +1,93 @@

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-24 Thread via GitHub
chibenwa commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1577837899 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PoolBackedPostgresConnectionFactory.java: ## @@ -0,0 +1,93 @@

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-24 Thread via GitHub
hungphan227 commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1577640978 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PoolBackedPostgresConnectionFactory.java: ## @@ -0,0 +1,93 @@

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-23 Thread via GitHub
vttranlina commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1576015166 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PoolBackedPostgresConnectionFactory.java: ## @@ -0,0 +1,93 @@

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-22 Thread via GitHub
hungphan227 commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1575631539 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/DomainImplPostgresConnectionFactory.java: ## @@ -31,6 +31,7 @@ import

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-22 Thread via GitHub
Arsnael commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1575591049 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/DomainImplPostgresConnectionFactory.java: ## @@ -31,6 +31,7 @@ import

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-21 Thread via GitHub
quantranhong1999 commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1574046576 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/DomainImplPostgresConnectionFactory.java: ## @@ -31,6 +31,7 @@

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-21 Thread via GitHub
vttranlina commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1574038971 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/DomainImplPostgresConnectionFactory.java: ## @@ -31,6 +31,7 @@ import

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-21 Thread via GitHub
vttranlina commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1574038456 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/DomainImplPostgresConnectionFactory.java: ## @@ -31,6 +31,7 @@ import

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-19 Thread via GitHub
quantranhong1999 commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1571991600 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/DomainImplPostgresConnectionFactory.java: ## @@ -31,6 +31,7 @@

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-16 Thread via GitHub
hungphan227 commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1568191076 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PoolBackedPostgresConnectionFactory.java: ## @@ -0,0 +1,93 @@

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-11 Thread via GitHub
chibenwa commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1560586100 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PoolBackedPostgresConnectionFactory.java: ## @@ -0,0 +1,93 @@

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-09 Thread via GitHub
vttranlina commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1557132970 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PostgresExecutor.java: ## @@ -139,19 +156,21 @@ public Mono

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-09 Thread via GitHub
hungphan227 commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1557111862 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PostgresExecutor.java: ## @@ -139,19 +156,21 @@ public Mono

Re: [PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-08 Thread via GitHub
vttranlina commented on code in PR #2190: URL: https://github.com/apache/james-project/pull/2190#discussion_r1556900671 ## backends-common/postgres/src/main/java/org/apache/james/backends/postgres/utils/PostgresExecutor.java: ## @@ -139,19 +156,21 @@ public Mono

[PR] JAMES-2586 Implement PoolBackedPostgresConnectionFactory [james-project]

2024-04-08 Thread via GitHub
hungphan227 opened a new pull request, #2190: URL: https://github.com/apache/james-project/pull/2190 (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