ClusterBlockException occurred when node comes back to Cluster

Let me explain usecase in details:

  1. Start ES cluster with several nodes
  2. Start loading ES using client App
  3. Drop (kill) one of ES nodes.
  4. Continue loading
  5. Start dropped ES node an let it become a part of cluster -> during this process I experience mentioned exception.

That basicaly means for me, that ES node is available to handle requests from client perspective, but it is not ready.