Comment 2 for bug 1640164

Revision history for this message
Sujitha (sujitha-neti) wrote :

Hi Anh Tran, I think this is expected because you are trying to write to db when sync is happening. So we get DB Deadlock error. I'm trying to find if we should change the document in order not to misguide the users. Another way would be to retry on DeadLock. I'm not sure if that would be needed here since the sync operation takes very less time.