George Chilumbu

Results 8 comments of George Chilumbu

I have fixed the typo by adding the "d" appropriately. By config=file:/path/to/your/config.json, do you mean the /etc/mcrouter.conf file coz i cannot locate any .json file associated with mcrouter? I have...

Hi Ori. I have made necessary changed to the config file by adding the missing "d". When i run using the argument --config=file:/path/to/your/config.json as suggested, this is what i get:...

Hi Jon. Not quite. So here is what i want. Ideally, we want two memcached pools, memcached-event with two servers containing the same data, and memcached-notification with two servers containing...

The last "set" in the pool shot not have a comma i believe this being a JSON format. Even though the "CRITICAL line" is still being displayed, i tried running...

Also, when i run the command **echo stats servers | nc 127.0.0.1 11212**, i get only two servers for memcached-notification (the last configured pool in my config) listed and no...

Thanks Ori for the tool. Very useful indeed. On Fri, Feb 9, 2018 at 12:20 AM, Ori Shalev wrote: > @chilumbugeorge - you should use a > JSON validator to...

So can i do either: "route": { "type": "PrefixSelectorRoute", "policies": { "event_": "PoolRoute|memcached_event", "notification_": "PoolRoute|memcached_notification" }, "wildcard": "ErrorRoute|Got key with unexpected prefix" } So requests with key prefix "event_" will...

FYI, my mcrouter config looks like this: `{ "pools": { "session": { "servers": [ "10.1.5.100:11211", "10.1.5.102:11211" ] } }, "route": { "type": "OperationSelectorRoute", "operation_policies": { "add": "AllSyncRoute|Pool|session", "delete": "AllSyncRoute|Pool|session", "get":...