Tabnine Logo
DefaultQuarantineHandler
Code IndexAdd Tabnine to your IDE (free)

How to use
DefaultQuarantineHandler
in
org.apache.flink.runtime.akka

Best Java code snippets using org.apache.flink.runtime.akka.DefaultQuarantineHandler (Showing top 8 results out of 315)

origin: org.apache.flink/flink-runtime_2.11

@Override
public void wasQuarantinedBy(String remoteSystem, ActorSystem actorSystem) {
  Address actorSystemAddress = AkkaUtils.getAddress(actorSystem);
  log.error("The actor system {} has been quarantined by {}. Shutting the actor system " +
    "down to be able to reestablish a connection!", actorSystemAddress, remoteSystem);
  shutdownActorSystem(actorSystem);
}
origin: org.apache.flink/flink-runtime_2.10

@Override
public void wasQuarantinedBy(String remoteSystem, ActorSystem actorSystem) {
  Address actorSystemAddress = AkkaUtils.getAddress(actorSystem);
  log.error("The actor system {} has been quarantined by {}. Shutting the actor system " +
    "down to be able to reestablish a connection!", actorSystemAddress, remoteSystem);
  shutdownActorSystem(actorSystem);
}
origin: org.apache.flink/flink-runtime

@Override
public void hasQuarantined(String remoteSystem, ActorSystem actorSystem) {
  Address actorSystemAddress = AkkaUtils.getAddress(actorSystem);
  log.error("The actor system {} has quarantined the remote actor system {}. Shutting " +
    "the actor system down to be able to reestablish a connection!", actorSystemAddress, remoteSystem);
  shutdownActorSystem(actorSystem);
}
origin: org.apache.flink/flink-runtime_2.11

@Override
public void hasQuarantined(String remoteSystem, ActorSystem actorSystem) {
  Address actorSystemAddress = AkkaUtils.getAddress(actorSystem);
  log.error("The actor system {} has quarantined the remote actor system {}. Shutting " +
    "the actor system down to be able to reestablish a connection!", actorSystemAddress, remoteSystem);
  shutdownActorSystem(actorSystem);
}
origin: org.apache.flink/flink-runtime_2.10

@Override
public void hasQuarantined(String remoteSystem, ActorSystem actorSystem) {
  Address actorSystemAddress = AkkaUtils.getAddress(actorSystem);
  log.error("The actor system {} has quarantined the remote actor system {}. Shutting " +
    "the actor system down to be able to reestablish a connection!", actorSystemAddress, remoteSystem);
  shutdownActorSystem(actorSystem);
}
origin: org.apache.flink/flink-runtime

@Override
public void wasQuarantinedBy(String remoteSystem, ActorSystem actorSystem) {
  Address actorSystemAddress = AkkaUtils.getAddress(actorSystem);
  log.error("The actor system {} has been quarantined by {}. Shutting the actor system " +
    "down to be able to reestablish a connection!", actorSystemAddress, remoteSystem);
  shutdownActorSystem(actorSystem);
}
origin: com.alibaba.blink/flink-runtime

@Override
public void wasQuarantinedBy(String remoteSystem, ActorSystem actorSystem) {
  Address actorSystemAddress = AkkaUtils.getAddress(actorSystem);
  log.error("The actor system {} has been quarantined by {}. Shutting the actor system " +
    "down to be able to reestablish a connection!", actorSystemAddress, remoteSystem);
  shutdownActorSystem(actorSystem);
}
origin: com.alibaba.blink/flink-runtime

@Override
public void hasQuarantined(String remoteSystem, ActorSystem actorSystem) {
  Address actorSystemAddress = AkkaUtils.getAddress(actorSystem);
  log.error("The actor system {} has quarantined the remote actor system {}. Shutting " +
    "the actor system down to be able to reestablish a connection!", actorSystemAddress, remoteSystem);
  shutdownActorSystem(actorSystem);
}
org.apache.flink.runtime.akkaDefaultQuarantineHandler

Javadoc

Default quarantine handler which logs the quarantining events, then shuts down the given actor system by sending Kill to all actors and then shutting the JVM down with the given exit code.

Most used methods

  • shutdownActorSystem

Popular in Java

  • Updating database using SQL prepared statement
  • startActivity (Activity)
  • setScale (BigDecimal)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • BoxLayout (javax.swing)
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now