On 19 Oct 2016, at 2:22pm, Rutuja Shah <rutu.shah...@gmail.com> wrote:

> I observed that the process goes into D state and takes
> around 5 to 15 minutes to recover.

There is nothing in SQLite that could put a process in TASK_UNINTERRUPTIBLE 
mode.  SQLite doesn't know much about your storage system and certainly doesn't 
try to talk to such a low level of your operating system.  It seems possible 
that you have a hardware fault or a bug in your storage system.

Are you storing your data on a disk inside the computer running SQLite ?  Or is 
it using some kind of storage across a network ?

Are you calling the SQLite C API directly or are you using a SQLite library ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to