diff --git a/gpMgmt/bin/gppylib/gparray.py b/gpMgmt/bin/gppylib/gparray.py index 976a803661dfc387931975dcf5798d8975ce286b..3de95bbb11b38c1e0af208e309ee4e2ff7cb4faa 100755 --- a/gpMgmt/bin/gppylib/gparray.py +++ b/gpMgmt/bin/gppylib/gparray.py @@ -496,7 +496,11 @@ class Segment: Note: is Nullable (so can return None) """ - return self.replicationPort + # WALREP_FIXME: filerep is gone, this isn't used for anything anymore. + # But these ports are passed around many of the management tools, + # so just stub out for now, and clean up later. + return -1 + #return self.replicationPort def getSegmentHostName(self): """