Odoo-mobile / framework

Odoo Mobile Framework
https://play.google.com/store/apps/dev?id=8607973775002477408
Other
327 stars 374 forks source link

Sync services E/SQLiteLog: (10) POSIX Error : 11 SQLite Error : 3850 #386

Open dariodelzozzo opened 5 years ago

dariodelzozzo commented 5 years ago

Hello guys,

I would like to ask and know if this messages error are normal. In our App customization we have a lot of models, something like 25 models and when we start the sync service for all i see into log this error messages into each services that are running into "mass sync" of all models:

01-15 13:28:24.089 31228-1979/it.app.custom:sync_project_feed_question E/SQLiteLog: (10) POSIX Error : 11 SQLite Error : 3850

(it's not just only one, but the logcat is full of this messages).

It's normal? I read that this king of error can be related to the DB lock for writer and readers. Something like a reader cursor wanna read, but a writer still locking cursor.

Am i right? It's a solvable problem or it's normal?

Thanks