feat(regionserver): add graceful shutdown configuration #570
GitHub Actions / shellcheck
failed
Oct 17, 2024 in 0s
reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (2)
tests/templates/kuttl/shutdown/count_regions.sh|9 col 100| Consider using 'grep -c' instead of 'grep|wc -l'.
tests/templates/kuttl/shutdown/create_regions.sh|13 col 100| Consider using 'grep -c' instead of 'grep|wc -l'.
Filtered Findings (0)
Annotations
Check notice on line 9 in tests/templates/kuttl/shutdown/count_regions.sh
github-actions / shellcheck
[shellcheck] tests/templates/kuttl/shutdown/count_regions.sh#L9 <ShellCheck.SC2126>
Consider using 'grep -c' instead of 'grep|wc -l'.
Raw output
./tests/templates/kuttl/shutdown/count_regions.sh:9:100: info: Consider using 'grep -c' instead of 'grep|wc -l'. (ShellCheck.SC2126)
Check notice on line 13 in tests/templates/kuttl/shutdown/create_regions.sh
github-actions / shellcheck
[shellcheck] tests/templates/kuttl/shutdown/create_regions.sh#L13 <ShellCheck.SC2126>
Consider using 'grep -c' instead of 'grep|wc -l'.
Raw output
./tests/templates/kuttl/shutdown/create_regions.sh:13:100: info: Consider using 'grep -c' instead of 'grep|wc -l'. (ShellCheck.SC2126)
Loading