2609 Typo in method name for ClusterRouteeProvider
This commit is contained in:
parent
6f70624ddd
commit
24c115547d
1 changed files with 2 additions and 2 deletions
|
|
@ -196,7 +196,7 @@ private[akka] class ClusterRouteeProvider(
|
|||
|
||||
private def selectDeploymentTarget: Option[Address] = {
|
||||
val currentRoutees = routees
|
||||
val currentNodes = availbleNodes
|
||||
val currentNodes = availableNodes
|
||||
if (currentNodes.isEmpty || currentRoutees.size >= settings.totalInstances) {
|
||||
None
|
||||
} else {
|
||||
|
|
@ -222,7 +222,7 @@ private[akka] class ClusterRouteeProvider(
|
|||
case a ⇒ a
|
||||
}
|
||||
|
||||
private[routing] def availbleNodes: SortedSet[Address] = {
|
||||
private[routing] def availableNodes: SortedSet[Address] = {
|
||||
import Member.addressOrdering
|
||||
val currentNodes = nodes
|
||||
if (currentNodes.isEmpty && settings.allowLocalRoutees)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue