Open crackfoo opened 9 years ago
There error shows up every 2nd occurrence/run of collect_minutes...
This is expected behavior, although it probably should be catching that error and logging it to debug.
Basically powerpool is putting share & ppagent data into redis with a specific key prefix. SCM looks for keys with that prefix to pulls that data out, and then deletes that key. This error is the result of no keys matching that prefix being available. This is intended, SCM should check redis about 2x more frequently than Powerpool actually stores data - this helps keep things up to date
I often see error about collect minutes:
Does this simply clear itself up?