#378 Redis has stopped populating any data and queries from osctrl Admin UI are failing.
Issue created by
vinayakdb
My test setups are using osctrl docker containers.
redis:6.2.6-alpine3.15 docker image is in use.
Redis is working fine in 'setup1' but in the 'setup2', the redis has stopped populating any data.
In the setup2, I did delete the docker volume of redis and also deleted container and then restarted it.
I noticed the redis issue when the queries executed in setup1 were fetching results successfully and the queries in setup2 were failing since a month or so.
On fresh installations, the docker images work fine.
I am not using any custom redis conf.
Permissions look fine, disk space is available.
Any suggestions to troubleshoot?
working setup shows
ubuntu@test1:~$ docker exec -it osctrl-redis redis-cli
127.0.0.1:6379> keys *
1. "status
48AE68E0 9DA9 4FDC 8D3A 1B07F0E49815fish-ABc8De:1702622413655"
2. "status
DB6A2142 15E9 3CF9 F19A 6FA819A5EB51fish-tDkerl:1702647942547"
3. "status
181A3A42 8B6A 9E81 52E3 F2120BBA2461fish-9opp42:1702573113878"
....
4. "status
4AFF7684 FE54 11EB 810C 7C8AE195578Ffish-ABc8De:1702623240974"
5. "status
EB143A42 5CBE 85DF 977A 140D25894780fish-9opp42:1702632303470"
6. "status
37303550 3135 4753 4833 32364C4C505Afish-678feD:1702629763444"
7. "status
181A3A42 8B6A 9E81 52E3 F2120BBA2461fish-9opp42:1702576114632"
127.0.0.1:6379>
non-working setup shows
ubuntu@test2:~$ docker exec -it osctrl-redis redis-cli
127.0.0.1:6379> keys *
(empty array)
127.0.0.1:6379>
jmpsec/osctrl