Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(regionserver): add graceful shutdown configuration #570

Open
wants to merge 52 commits into
base: main
Choose a base branch
from

fix image pull policy for the kerberos tests

43abf6d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

feat(regionserver): add graceful shutdown configuration #570

fix image pull policy for the kerberos tests
43abf6d
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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)