This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 36fcc9fea5872a164fbcb5f0b8b3373d4ee1a9c0 Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Wed Jun 10 13:39:56 2020 +0700 JAMES-3201 Document mailboxFailures for ReIndexing tasks --- src/site/markdown/server/manage-webadmin.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 806c67f..d3b0e93 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -601,6 +601,7 @@ The scheduled task will have the following type `full-reindexing` and the follow }, "successfullyReprocessedMailCount":18, "failedReprocessedMailCount": 3, + "mailboxFailures": ["12", "23" ], "failures": [ { "mailboxId": "1", @@ -643,6 +644,7 @@ The scheduled task will have the following type `error-recovery-indexation` and }, "successfullyReprocessedMailCount":18, "failedReprocessedMailCount": 3, + "mailboxFailures": ["12", "23" ], "failures": [{ "mailboxId": "1", "uids": [1, 36] @@ -695,6 +697,7 @@ The scheduled task will have the following type `mailbox-reindexing` and the fol "mailboxId":"{mailboxId}", "successfullyReprocessedMailCount":18, "failedReprocessedMailCount": 3, + "mailboxFailures": ["12"], "failures": [ { "mailboxId": "1", @@ -1021,6 +1024,7 @@ The scheduled task will have the following type `user-reindexing` and the follow "user":"u...@domain.com", "successfullyReprocessedMailCount":18, "failedReprocessedMailCount": 3, + "mailboxFailures": ["12", "23" ], "failures": [ { "mailboxId": "1", --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org