my-ship-it commented on code in PR #1318:
URL: https://github.com/apache/cloudberry/pull/1318#discussion_r2287200923


##########
gpMgmt/bin/gpstop:
##########
@@ -959,9 +960,7 @@ class GpStop:
         
         if is_external_fts:
             if options.fts_hosts is None:
-                coordinator_data_directory = 
os.getenv('COORDINATOR_DATA_DIRECTORY')
-                if coordinator_data_directory is None:
-                    coordinator_data_directory = 
options.coordinatorDataDirectory
+                coordinator_data_directory = get_coordinatordatadir()

Review Comment:
   Also need to modify gpstart, gpstop, and etc



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to