Add PartitonHub, #21880
* FixedSizePartitionHub in Artery * expose consumer queue size
This commit is contained in:
parent
3ba093d27e
commit
945ade245e
14 changed files with 1449 additions and 29 deletions
|
|
@ -641,7 +641,7 @@ import scala.util.control.NonFatal
|
|||
}
|
||||
|
||||
val logicIndexes = logics.zipWithIndex.map { case (stage, idx) ⇒ stage → idx }.toMap
|
||||
for (connection ← connections) {
|
||||
for (connection ← connections if connection != null) {
|
||||
val inName = "N" + logicIndexes(connection.inOwner)
|
||||
val outName = "N" + logicIndexes(connection.outOwner)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue