[CBRD-25688][CBRD-25687] CUBRID 유틸리티를 통한 PL 서버 재시작 시 동작 및 에러 메시지 수정 #5667
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
http://jira.cubrid.org/browse/CBRD-25688
이 PR에서 다음의 문제를 해결한다
cubrid pl 유틸리티를 통한 명령에서 일부 불안정하게 제어되는 현상
-- restart 에서 stop command 을 단순히 프로세스 종료로 수정
-- restart 에서 stop command 후 일정 시간 cub_pl 프로세스 종료 대기
-- ping command 에서 system connection pool을 사용하도록 수정
-- status command 에서 일정 시간 cub_pl 프로세스 구동을 우선 확인 대기
cubrid server가 구동되지 않은 상황에서 올바르지 않은 에러 메시지를 반환
-- cubrid pl 명령은 cub_server의 구동과 종속적이므로, 모든 명령에서 서버가 구동중인지 확인 필요
HA 에서 불필요하게 process_pl () 을 호출하는 코드 제거