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/05/04 08:45:23 UTC

[GitHub] [james-project] chibenwa opened a new pull request, #1550: POC Protocol restart - easy with current james code base

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

   To unwip this we would need:
   
    - [ ] Log based assertions that the IMAP servers are well restarted
    - [ ] Dedicated maven modules for webadmin routes for protocol restart (for webadmin, guice injections can go in existing guice modules for protocols I bet)
   
   Complementary work:
   
    - [ ] Other protocols support: IMAP SMTP JMAP POP3 ManageSieve
    - [ ] Explore restarting the mailet container / spooler?


-- 
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 closed pull request #1550: POC Protocol restart - easy with current james code base

Posted by "chibenwa (via GitHub)" <gi...@apache.org>.
chibenwa closed pull request #1550: POC Protocol restart - easy with current james code base
URL: https://github.com/apache/james-project/pull/1550


-- 
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 commented on a diff in pull request #1550: POC Protocol restart - easy with current james code base

Posted by "chibenwa (via GitHub)" <gi...@apache.org>.
chibenwa commented on code in PR #1550:
URL: https://github.com/apache/james-project/pull/1550#discussion_r1184727727


##########
testing/base/src/main/resources/logback-test.xml:
##########
@@ -17,10 +17,6 @@
                 <encoder>
                         <pattern>%d{HH:mm:ss.SSS} [%-5level] %logger{15} - %msg%n%rEx</pattern>
                 </encoder>
-                <immediateFlush>false</immediateFlush>
-                <filter class="ch.qos.logback.classic.filter.ThresholdFilter">
-                        <level>ERROR</level>
-                </filter>

Review Comment:
   Should not be kept



##########
server/apps/memory-app/src/main/java/org/apache/james/ImapRoutes.java:
##########
@@ -0,0 +1,40 @@
+package org.apache.james;

Review Comment:
   License



-- 
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 commented on pull request #1550: POC Protocol restart - easy with current james code base

Posted by "chibenwa (via GitHub)" <gi...@apache.org>.
chibenwa commented on PR #1550:
URL: https://github.com/apache/james-project/pull/1550#issuecomment-1543252179

   CF https://issues.apache.org/jira/browse/JAMES-3906
   
   Consensus seems to lean toward a lighter solution that do not involve service interuption. ACME support and change propagation accress the cluster seems to be a goal too.
   
   As such, I am closing this POC.


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