Class DuplicatePacketsCommandAction


Duplicate network packets on a random regionserver.
  • Field Details

    • LOG

      private static final org.slf4j.Logger LOG
    • ratio

      private final float ratio
    • duration

      private final long duration
  • Constructor Details

    • DuplicatePacketsCommandAction

      public DuplicatePacketsCommandAction(float ratio, long duration, long timeout, String network)
      Duplicate network packets on a random regionserver.
      Parameters:
      ratio - the ratio of packets duplicated
      duration - the time this issue persists in milliseconds
      timeout - the timeout for executing required commands on the region server in milliseconds
      network - network interface the regionserver uses for communication
  • Method Details