msims-okta

Results 5 comments of msims-okta

I figured it out why slave lag 0 was not being sent. ``` 492 def dispatch_value(prefix, key, value, type, type_instance=None): 493 if not type_instance: 494 type_instance = key 495 496...

Ok cool. I haven't had time to figure out why it was getting caught there, though. Edit: Never mind I see your PR and get it now.

To fix this, I had to perform a FLUSHDB on the cluster master. This is less than ideal. I'll look through the code to find what keys this Zabbix python...

After some addition use, it error occurs when a cluster slave failovers as the new master. The error then occurs on both slaves. Even after performing a 'cluster failover' back...

OK I may have found the culprit. The client.keys(*) appears to be the issue. In a clustered state (sharding) keys can exist on another node. I commented out the following:...