We just had the same thing happen on 5.0.18. We were forced to bounce mailboxd during production hours.. The weird thing is I see the account enter maintenance mode for the backup, leave maintenance mode, and then re-enter..
Code:
2009-10-05 23:35:18,837 INFO [FullBackupThread] [name=user@domain.com;mid=2774;] backup - redo log file sequence is 3035 at full backup for user@domain.com
2009-10-05 23:35:18,942 INFO [FullBackupThread] [name=user@domain.com;mid=2774;] backup - Full backup started for account user@domain.com (62794a62-338b-4120-9b3f-87ea317c7ae4) mailbox 2774
2009-10-05 23:35:18,943 INFO [FullBackupThread] [name=user@domain.com;mid=2774;] mailbox - Locking mailbox 2774 for maintenance.
2009-10-05 23:35:19,807 INFO [FullBackupThread] [name=user@domain.com;mid=2774;] backup - Number of blobs to backup for mailbox 2774: 29092
2009-10-05 23:35:19,807 INFO [FullBackupThread] [name=user@domain.com;mid=2774;] mailbox - Ending maintenance on mailbox 2774.
2009-10-05 23:35:19,807 INFO [FullBackupThread] [name=user@domain.com;mid=2774;] mbxmgr - Mailbox 2774 account 62794a62-338b-4120-9b3f-87ea317c7ae4 AVAILABLE
So, the mailbox was put into maintenance mode and taken out just a few seconds later.. Then, nearly 20 minutes later I find this:
Code:
2009-10-05 23:52:23,760 INFO [FullBackupThread] [name=user@domain.com;mid=2774;] backup - Account user@domain.com in backup set full-20091006.040017.519: All pending file IO completed (29092 out of 29092)
2009-10-05 23:52:24,077 INFO [FullBackupThread] [name=user@domain.com;mid=2774;] mailbox - Locking mailbox 2774 for maintenance.
There's no mention of the machine taking his account out of maintenance mode any time after that. Then, same story as the other two posters here, we had to bounce mailboxd to get the backup to abort and to allow the user to login. We could change the account's status all we wanted, it still threw the "mailbox in maintenance mode" at login.
Checking out the I/O and CPU usage graphs on the mailbox server in the monitoring system, it appears that the server was only actively copying data from the time that the backup was fired off until the time in the logs that it shows "All pending file IO completed".
It also appears that the user was actively in their account moving messages around between the two times that it was in maintenance mode. I see a ton of MsgActionRequest's where the user moved messages to his Inbox. The user also received and deleted several messages as well.
jasonwilson and tomw, are you seeing something similar in your logs?
For now, we've re-indexed the mailbox and will see if the backup succeeds tonight again.