jvarruda
jvarruda
LGTM. Thanks for the opportunity to give some feedback.
Just one extra information. In all cases that happened so far, the SELECT was trying to find a record that was just INSERTED. In one case the INSERT was performed...
> Are you polling the `/status` endpoint when doing reads and writes? Perhaps you're monitoring the database while reading and writing. I am wondering if any checking of the SQLite...
> How memory do you have on the host machine? Output of `cat /proc/meminfo`? ``` cat /proc/meminfo MemTotal: 16375568 kB MemFree: 2789356 kB MemAvailable: 10050136 kB Buffers: 186040 kB Cached:...
> In the meantime, how about upgrading to the latest release? That will bring a newer release of SQLite, just in case it's an issue in there. 7.10.0 will run...
> Actually, I see you posted that info in the original post -- thanks! But which OS? It's Alpine Linux v3.16.
> Root cause is a bug in SQLite! > > Confirmation: https://sqlite.org/forum/forumpost/705955d7110e89a5 > > Fix: https://www.sqlite.org/src/info/d18cce37b5b73bb2 Wow. That is awesome @otoolep Thanks for following that issue!! I'm glad we were...
I got the exact same error lua entry thread aborted: runtime error: /usr/share/lua/common/resty/session.lua:566: attempt to index local 'com' (a number value) stack traceback: coroutine 0: /usr/share/lua/common/resty/session.lua: in function 'new' /usr/share/lua/common/resty/session.lua:578:...
In my case it was a missing dependency... the error message is very misleading though.