Skip to content

Commit 63a2072

Browse files
committed
precommit
1 parent 69788a9 commit 63a2072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/hdfs/pages/reference/troubleshooting.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ java.io.FileNotFoundException: No valid image files found
2323

2424
WARNING: The following fix should only be applied to fresh clusters. For existing clusters please consider support.
2525

26-
1. Remove the PVC called `data-<cluster-name>-namenode-<rolegroup>-0` for a failed namenode 0.
26+
1. Remove the PVC called `data-<cluster-name>-namenode-<rolegroup>-0` for a failed namenode 0.
2727
2. Restart the namenode afterwards.

rust/operator-binary/src/container.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ impl ContainerConfig {
721721
# Sanity check for initial format data corruption: VERSION file exists but no fsimage files were created.
722722
FSIMAGE_COUNT=$(find "{NAMENODE_ROOT_DATA_DIR}/current" -maxdepth 1 -regextype posix-egrep -regex ".*/fsimage_[0-9]+" | wc -l)
723723
724-
if [ "${{FSIMAGE_COUNT}}" -eq 0 ]
724+
if [ "${{FSIMAGE_COUNT}}" -eq 0 ]
725725
then
726726
echo "WARNING: {NAMENODE_ROOT_DATA_DIR}/current/VERSION file exists but no fsimage files were found."
727727
echo "This indicates an incomplete and corrupted namenode formatting. Please check the troubleshooting guide."

0 commit comments

Comments
 (0)