Ori Shalev

Results 13 comments of Ori Shalev

Hi George, First, make sure that you're running mcrouter with the argument `--config=file:/path/to/your/config.json` If you do that with the config file you posted, mcrouter will fail to load because of...

Hi George, I see that you're getting: "CRITICAL: Couldn't initialize from standalone flavor file /etc/mcrouter.conf" This may still mean that your config file is in malformed format. For example, a...

@chilumbugeorge - you should use a JSON validator to make sure that your config file is well formed. Try this one: https://jsonlint.com/

Hi Theodore, Those fields indeed are generated by proprietary memcached meta-get response. You can ask at memcached/memcached project if open source port is expected. Ori

- age is the number of seconds since the item was inserted to cache - exptime is the expiration time (seconds since 1/1/1970) - is_transient is irrelevant with regard to...

Hi @kelu27, When I packaged the latest release I hard-coded the commits in the dockerbuild/Dockerfile, but I later realized that those "*_COMMIT" files (only) exist in the release branch, like...

@pySilver - I would suggest that you try to do the following to narrow down the problem: run only 4 memecached servers, with no overlap with the app servers (no...

So what you're seeing is one out of four app servers exhibiting different network behavior. Can you compare the app servers' networking configuration? - NIC type (`lspci`) - Kernel parameters:...

> What performance improvements I should expect otherwise? x10, x100 faster retrieval? Do you mean by using "getMulti"? I think less than 10x

Hey, I think that the command you're running does not match the usage doc, please run "./mcrouter --help" and make sure you're providing the right arguments.