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

conf: unknown section: memcached at depth #656

Open
yehaotong opened this issue Oct 12, 2021 · 1 comment
Open

conf: unknown section: memcached at depth #656

yehaotong opened this issue Oct 12, 2021 · 1 comment

Comments

@yehaotong
Copy link

yehaotong commented Oct 12, 2021

Startup failed:conf: unknown section: memcached at depth 1038795903
nutcracker: configuration file '/etc/nutcracker.yml' syntax is invalid
and I check my nutcracker.yml:

                        memcached:
                          listen: 0.0.0.1:11211
                          hash: fnv1a_64
                          distribution: ketama
                          timeout: 400
                          backlog: 1024
                          preconnect: true
                          auto_eject_hosts: true
                          server_retry_timeout: 30000
                          server_failure_limit: 3
                          servers:
                            - $MEMCACHED_TW_SERVER:1

Is that any error on my nutcracker.yml?

@TysonAndre
Copy link
Collaborator

It might be an issue with your indentation. Is memcached further indented than previous sections?

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

2 participants