Piyush Chandwadkar
Piyush Chandwadkar
> Please can you high-level explain why gprecoverseg goes at this length to check if postmaster is running for the given data directory by parsing the PID file and all...
> * Always helpful practice to follow to have code indentation fixes to be in separate commit from enhancements/fixes > * This enhancement of functionality of infra "Added get function...
> > gprecoverseg does all the above checks on PID before going to stop the segment to make sure that we are stopping the correct segment and the PID mentioned...
> > > > gprecoverseg does all the above checks on PID before going to stop the segment to make sure that we are stopping the correct segment and the...
> > Question here is, if we remove that part, during rebalance operation we try to stop non existent process and print following message: > > Where is this information...
Can you create a CLI pipeline with `--enable-standalone-utils` set and unset both ways for centos, rhel8 and ubuntu platform to make sure its not breaking anything?
Closing this PR for now. Will create a new PR with changes to remove the checks for process validation before segment recovery.