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 2017/12/09 13:53:19 UTC

[GitHub] rabbah closed pull request #3047: cleanup: remove unused redis host/port from WhiskConfig

rabbah closed pull request #3047: cleanup: remove unused redis host/port from WhiskConfig
URL: https://github.com/apache/incubator-openwhisk/pull/3047
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/common/scala/src/main/scala/whisk/core/WhiskConfig.scala b/common/scala/src/main/scala/whisk/core/WhiskConfig.scala
index 36c17afe0f..d3b3936380 100644
--- a/common/scala/src/main/scala/whisk/core/WhiskConfig.scala
+++ b/common/scala/src/main/scala/whisk/core/WhiskConfig.scala
@@ -76,8 +76,6 @@ class WhiskConfig(requiredProperties: Map[String, String],
 
   val edgeHost = this(WhiskConfig.edgeHostName) + ":" + this(WhiskConfig.edgeHostApiPort)
   val kafkaHosts = this(WhiskConfig.kafkaHostList)
-  val redisHostName = this(WhiskConfig.redisHostName)
-  val redisHostPort = this(WhiskConfig.redisHostPort)
 
   val edgeHostName = this(WhiskConfig.edgeHostName)
 
@@ -227,10 +225,8 @@ object WhiskConfig {
 
   val kafkaHostList = "kafka.hosts"
   val zookeeperHostList = "zookeeper.hosts"
-  val redisHostName = "redis.host"
 
   private val edgeHostApiPort = "edge.host.apiport"
-  val redisHostPort = "redis.host.port"
 
   val invokerHostsList = "invoker.hosts"
   val dbHostsList = "db.hostsList"


 

----------------------------------------------------------------
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