Attila Doroszlai created HDDS-10423:
---------------------------------------
Summary: Datanode fails to start with invalid checksum size setting
Key: HDDS-10423
URL: https://issues.apache.org/jira/browse/HDDS-10423
Project: Apache Ozone
Issue Type: Bug
Components: common
Reporter: Sammi Chen
Assignee: Attila Doroszlai
{code}
datanode_3 | 2024-02-26 15:11:29,651 [main] ERROR ozone.HddsDatanodeService:
Exception in HddsDatanodeService.
datanode_3 | org.apache.hadoop.hdds.conf.ConfigurationException: Failed to
inject configuration to OzoneClientConfig.bytesPerChecksum
datanode_3 | at
org.apache.hadoop.hdds.conf.ConfigurationReflectionUtil.setField(ConfigurationReflectionUtil.java:146)
datanode_3 | at
org.apache.hadoop.hdds.conf.ConfigurationReflectionUtil.injectConfigurationToObject(ConfigurationReflectionUtil.java:103)
datanode_3 | at
org.apache.hadoop.hdds.conf.ConfigurationReflectionUtil.injectConfiguration(ConfigurationReflectionUtil.java:73)
datanode_3 | at
org.apache.hadoop.hdds.conf.ConfigurationSource.getObject(ConfigurationSource.java:177)
datanode_3 | at
org.apache.hadoop.ozone.container.ec.reconstruction.ECReconstructionCoordinator.<init>(ECReconstructionCoordinator.java:128)
datanode_3 | at
org.apache.hadoop.ozone.container.common.statemachine.DatanodeStateMachine.<init>(DatanodeStateMachine.java:223)
datanode_3 | at
org.apache.hadoop.ozone.HddsDatanodeService.start(HddsDatanodeService.java:299)
datanode_3 | at
org.apache.hadoop.ozone.HddsDatanodeService.start(HddsDatanodeService.java:213)
datanode_3 | at
org.apache.hadoop.ozone.HddsDatanodeService.call(HddsDatanodeService.java:181)
datanode_3 | at
org.apache.hadoop.ozone.HddsDatanodeService.call(HddsDatanodeService.java:98)
datanode_3 | at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
datanode_3 | at picocli.CommandLine.access$1500(CommandLine.java:148)
datanode_3 | at
picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
datanode_3 | at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
datanode_3 | at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
datanode_3 | at
picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
datanode_3 | at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
datanode_3 | at picocli.CommandLine.execute(CommandLine.java:2170)
datanode_3 | at
org.apache.hadoop.hdds.cli.GenericCli.execute(GenericCli.java:100)
datanode_3 | at org.apache.hadoop.hdds.cli.GenericCli.run(GenericCli.java:91)
datanode_3 | at
org.apache.hadoop.ozone.HddsDatanodeService.main(HddsDatanodeService.java:163)
datanode_3 | Caused by: java.lang.IllegalArgumentException: 1024 is not in
expected format.Expected format is <number><unit>. e.g. 1000MB
datanode_3 | at
org.apache.hadoop.hdds.conf.StorageSize.parse(StorageSize.java:61)
datanode_3 | at
org.apache.hadoop.hdds.conf.ConfigType$7.parse(ConfigType.java:121)
datanode_3 | at
org.apache.hadoop.hdds.conf.ConfigurationReflectionUtil.setField(ConfigurationReflectionUtil.java:142)
datanode_3 | ... 20 more
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]