Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger does not support an off-cluster Redis in Cluster mode #1

Open
Cryptophobia opened this issue Mar 13, 2018 · 1 comment
Open

Comments

@Cryptophobia
Copy link
Member

From @mariusmarais on June 8, 2017 10:11

Deploying Workflow with an off-cluster Redis configuration, where Redis itself is running in cluster mode, does not work.

Symptoms include deis logs working immediately after deploying a new app, but not again after some time. Viewing the deis-logger-xxx pod's logs show 100s of:

2017-06-08T10:00:04.75420277Z 2017/06/08 10:00:04 Error executing pipeline: MOVED 2589 172.20.0.39:6379

The MOVED error means the client needs to reissue the request to the named IP as per the Redis docs.

Please update documentation that Redis Cluster is not supported in the short term and investigate implementation of cluster mode in the longer term.

(FWIW: It's quite easy to boot up a Redis Cluster using AWS ElastiCache.)

Copied from original issue: deis/logger#143

@Cryptophobia
Copy link
Member Author

From @jchauncey on June 8, 2017 12:29

Cc @krancour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant