{"record":{"id":"313861452aa717cb","repo":"apache/hadoop","slug":"invalid-entry-fault-tolerance-only-supported-for","errorCode":null,"errorMessage":"Invalid entry, fault tolerance only supported for ALL order {}","messagePattern":"Invalid entry, fault tolerance only supported for ALL order (.+?)","errorType":"validation","errorClass":"IllegalArgumentException","httpStatus":null,"severity":"error","filePath":"hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/store/records/MountTable.java","lineNumber":415,"sourceCode":"        throw new IllegalArgumentException(\n            ERROR_MSG_INVALID_DEST_NS + this);\n      }\n      if (loc.getDest() == null || loc.getDest().length() == 0) {\n        throw new IllegalArgumentException(\n            ERROR_MSG_INVALID_DEST_PATH + this);\n      }\n      if (!loc.getDest().startsWith(\"/\")) {\n        throw new IllegalArgumentException(\n            ERROR_MSG_ALL_DEST_MUST_START_WITH_BACK_SLASH + this);\n      }\n    }\n    if (isFaultTolerant()) {\n      if (getDestinations().size() < 2) {\n        throw new IllegalArgumentException(\n            ERROR_MSG_FAULT_TOLERANT_MULTI_DEST + this);\n      }\n      if (!isAll()) {\n        throw new IllegalArgumentException(\n            ERROR_MSG_FAULT_TOLERANT_ALL + this);\n      }\n    }\n  }\n\n  @Override\n  public long getExpirationMs() {\n    return 0;\n  }\n\n  @Override\n  public int hashCode() {\n    return new HashCodeBuilder(17, 31)\n        .append(this.getSourcePath())\n        .append(this.getDestinations())\n        .append(this.isReadOnly())\n        .append(this.getDestOrder())\n        .append(this.isFaultTolerant())","sourceCodeStart":397,"sourceCodeEnd":433,"githubUrl":"https://github.com/apache/hadoop/blob/2add9630210752f88ceb1bb74eb65e37bf41da8e/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/store/records/MountTable.java#L397-L433","documentation":"Error \"Invalid entry, fault tolerance only supported for ALL order {}\" thrown in apache/hadoop.","triggerScenarios":"MountTable validation: fault tolerance combined with a destination order other than ALL.","commonSituations":"Mount entry configured with fault tolerance plus HASH or LOCAL order, which is unsupported.","solutions":["Use destination order ALL when fault tolerance is enabled on the mount entry.","Disable fault tolerance to use HASH/LOCAL/other orders."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"2add9630210752f88ceb1bb74eb65e37bf41da8e","analyzedAt":"2026-08-22T19:55:07.957Z","schemaVersion":2},"datasetVersion":"2026-08-23T01:17:44.959Z"}