BUG-5280: add frontend state lifecycle
[controller.git] / opendaylight / md-sal / cds-access-api / src / main / java / org / opendaylight / controller / cluster / access / commands / DeadHistoryException.java
index bf86c8b9969c7057913f26241d09d30f71f0e402..d4293c4741a4de010e2a89e6ee9d1f975039c6d3 100644 (file)
@@ -26,6 +26,6 @@ public final class DeadHistoryException extends RequestException {
 
     @Override
     public boolean isRetriable() {
-        return true;
+        return false;
     }
 }