We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a111ff commit 221d762Copy full SHA for 221d762
core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InstanceIdAssigner.scala
@@ -69,7 +69,7 @@ private[invoker] class InstanceIdAssigner(connectionString: String)(implicit log
69
oldId
70
}
71
} else {
72
- val newId = overwriteId.get
+ val newId = overwriteId.getOrElse("")
73
zkClient.create().orSetData().forPath(myIdPath, BigInt(newId).toByteArray)
74
logger.info(this, s"invokerReg: invoker $name was assigned invokerId $newId")
75
newId
0 commit comments