Verify that the monitor provides a bootstrap period before reporting that the NameNode is not live

This test verifies that the monitoring process includes a bootstrap period.

The bootstrap period ensures that the monitor will immediately not report a failure and trigger a restart. Instead, the monitor provides the service a bootstrap period in which probes are allowed to (initially fail). This bootstrap period is configurable (see: TODO:xlink here Tuning the bootstrap timeout).

  1. Start the NameNode VM and SSH to the NameNode VM.

  2. Terminate the monitor process.

    service hmonitor-namenode-monitor stop
  3. Terminate the NameNode process.

    service hadoop-namenode stop
  4. Restart the monitor process.

    service hmonitor-namenode-monitor start