rabbah commented on a change in pull request #2205: Add ability to deploy a
"hot-standby" controller
URL:
https://github.com/apache/incubator-openwhisk/pull/2205#discussion_r123404060
##########
File path:
core/controller/src/main/scala/whisk/core/controller/actions/PrimitiveActions.scala
##########
@@ -48,6 +48,9 @@ protected[actions] trait PrimitiveActions {
protected implicit val logging: Logging
+ /** The index of the active ack topic, this controller is listening for.
Typically this is also the instance number of the controller */
Review comment:
nit: too long for a single line. Add period at the end of the second line.
```
/**
* ...
* ..
*/
``
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services