You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/08 20:06:13 UTC

[GitHub] dgrove-oss commented on issue #4236: create '_users' database for singleton mode:"The database could not be created, the file already exists.

dgrove-oss commented on issue #4236: create '_users' database for singleton mode:"The database could not be created, the file already exists.
URL: https://github.com/apache/incubator-openwhisk/issues/4236#issuecomment-461930111
 
 
   I wonder if something like what we do in the kube couch-db init job might be useful?
   
   The idea is that after initialization completes, we create a marker table.  Other jobs can then key on the existence of this table to know that the init job has completed.
   
   https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/helm/openwhisk/configMapFiles/initCouchDB/initdb.sh#L70

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services