hunhoffe opened a new pull request #5202:
URL: https://github.com/apache/openwhisk/pull/5202


   Add instructions to add configuration for akka dispatcher, add complete file 
paths in two places
   
   ## Description
   When trying to deploy the new scheduler with ansible, I kept getting this 
error in the scheduler:
   ```
   Exception in thread "main" akka.ConfigurationException: Dispatcher 
[dispatchers.lease-service-dispatcher] not configured for path 
akka://scheduler-actor-system/user/$b
   ```
   Adding the dispatcher to the references.conf file fixed the error, and now I 
can deploy the scheduler via ansible.
   I've just tested this locally by invoking a few functions after deployment.
   
   ## My changes affect the following components
   - [ ] API
   - [ ] Controller
   - [ ] Message Bus (e.g., Kafka)
   - [ ] Loadbalancer
   - [ ] Scheduler
   - [ ] Invoker
   - [ ] Intrinsic actions (e.g., sequences, conductors)
   - [ ] Data stores (e.g., CouchDB)
   - [ ] Tests
   - [ ] Deployment
   - [ ] CLI
   - [ ] General tooling
   - [X] Documentation
   
   ## Types of changes
   - [X] Bug fix (generally a non-breaking change which closes an issue).
   - [ ] Enhancement or new feature (adds new functionality).
   - [ ] Breaking change (a bug fix or enhancement which changes existing 
behavior).
   
   ## Checklist:
   - [X] I signed an [Apache 
CLA](https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md).
   - [X] I reviewed the [style 
guides](https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#coding-standards)
 and followed the recommendations (Travis CI will check :).
   - [N/A] I added tests to cover my changes.
   - [N/A] My changes require further changes to the documentation.
   - [X] I updated the documentation where necessary.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to