Use long uid in artery remoting and cluster #20644
This commit is contained in:
parent
e9c4393f7b
commit
8ae0c9a888
37 changed files with 932 additions and 151 deletions
|
|
@ -455,7 +455,7 @@ private[akka] class RemoteActorRefProvider(
|
|||
* @param uid UID of the remote system, if the uid is not defined it will not be a strong quarantine but
|
||||
* the current endpoint writer will be stopped (dropping system messages) and the address will be gated
|
||||
*/
|
||||
def quarantine(address: Address, uid: Option[Int], reason: String): Unit =
|
||||
def quarantine(address: Address, uid: Option[Long], reason: String): Unit =
|
||||
transport.quarantine(address, uid, reason)
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue