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

reduce_overflow_error after openwhisk-catalog is installed #1

Open
daisy-ycguo opened this issue Sep 28, 2017 · 1 comment
Open

reduce_overflow_error after openwhisk-catalog is installed #1

daisy-ycguo opened this issue Sep 28, 2017 · 1 comment
Assignees

Comments

@daisy-ycguo
Copy link
Contributor

After I installed /~https://github.com/apache/incubator-openwhisk-catalog and try wsk package list /whisk.system, I will get error. And I looked into the log of couchdb, it reports: reduce_overflow_error: Reduce output must shrink more rapidly

@daisy-ycguo
Copy link
Contributor Author

The problem is because that reduce_limit is not set to false with command curl -X PUT http://$COUCHDB_USER:$COUCHDB_PASSWORD@$DB_HOST:$DB_PORT/_node/couchdb@couchdb0/_config/query_server_config/reduce_limit -d '"false"'. It will report an error {"error":"not_found","reason":"no such node: couchdb@couchdb0"}.

After I change couchdb@couchdb0 to nonode@nohost, i.e. curl -X PUT http://$COUCHDB_USER:$COUCHDB_PASSWORD@$DB_HOST:$DB_PORT/_node/nonode@nohost/_config/query_server_config/reduce_limit -d '"false"', reduce_limit is set to false successfully. And then, this issue is gone. /whisk.system can be listed.

@xingzhou xingzhou self-assigned this Oct 9, 2017
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