1034103510361037103810391040
* @param version * @throws IOException */ void verifyLayoutVersion(int version) throws IOException { if (version != HdfsConstants.LAYOUT_VERSION) throw new IncorrectVersionException(version, "data node"); }