Class ReorderPacketsCommandAction


Reorder 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
    • delay

      private final long delay
  • Constructor Details

    • ReorderPacketsCommandAction

      public ReorderPacketsCommandAction(float ratio, long duration, long delay, long timeout, String network)
      Reorder network packets on a random regionserver.
      Parameters:
      ratio - the ratio of packets reordered
      duration - the time this issue persists in milliseconds
      delay - the delay between reordered and non-reordered packets 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