1. 24 3月, 2017 1 次提交
    • M
      Removing gpmigrator · 68178574
      Marbin Tan 提交于
      gpmigrator and gpmigrator_mirror are older utilities
      to help the upgrade from 4.2 -> 4.3.
      This is no longer necessary; we are removing all
      related gpmigrator calls and mentions.
      
      * Remove gpmigrator from travis
      * Remove upgrade test
      Signed-off-by: NChumki Roy <croy@pivotal.io>
      68178574
  2. 07 3月, 2017 1 次提交
    • Y
      Make gpinitsystem similar to gpstart and gpstop prompting (#1942) · 0701a77b
      yanchaozhong 提交于
      `gpinitsystem`, `gpstart` and `gpstop` had different prompting before:
      
      $ gpinitsystem -c gpinitsystem_config 
      ...
      Continue with Greenplum creation **Yy/Nn>**
      n
      ...
      
      $ gpstart
      ...
      
      Continue with Greenplum instance startup **Yy|Nn (default=N):**
      **>** n
      ...
      
      $ gpstop
      ...
      
      Continue with Greenplum instance shutdown **Yy|Nn (default=N):**
      **>** n
      ...
      
      This commit makes them consistent:
      
      $ gpinitsystem -c gpinitsystem_config 
      ...
      
      Continue with Greenplum creation Yy|Nn (default=N):
      > n
      0701a77b
  3. 21 11月, 2016 1 次提交
  4. 23 8月, 2016 1 次提交
    • D
      Remove deprecated functionality and leftovers from removed utils · f8488849
      Daniel Gustafsson 提交于
      This removes all utilities which are known to be deprecated from
      gpMgmt and it also clears out any command line switches marked as
      deprecated along with code marked deprecated. It also removes the
      leftovers from previously removed utilities such as gpsuspend and
      gpcheck_hostdump etc and fixes mentions of renamed utilities.
      
      There should be no functional change from this commit as the only
      removed utils have been marked deprecated for some time.
      f8488849
  5. 19 5月, 2016 1 次提交
  6. 16 4月, 2016 1 次提交
    • J
      Remove outdated and unneeded method overrides in gpconfigurenewsegment. · 7a457bd8
      Jimmy Yih 提交于
      In gpconfigurenewsegment, the class ConfExpSegCmd inherits from the class Command.
      Command uses a variable of type ExecutionContext which was updated back in December
      2011 to include passing the Command object itself to the execute(), interrupt(), and
      cancel() ExecutionContext methods. The author of that patch did not update the
      gpconfigurenewsegment.ConfExpSegCmd class which overrides those methods. It doesn't
      make sense to even override them in the first place so they should just be removed.
      7a457bd8
  7. 12 4月, 2016 1 次提交
  8. 08 4月, 2016 1 次提交
    • K
      drop leaked/orphan schemas before running gpcheckcat catalog checks (#595) · 41dfd82b
      kaknikhil 提交于
      * drop leaked schemas before running gpcheckcat tests
      
        1. drop any leaked/orphaned schemas before running any of the gpcheckcat tests
        2. add unit and behave tests
        3. move gpcheckcat from gpMgmt/bin/lib to gpMgmt/bin
        4. misc refactoring
      
      orphan/leaked schemas are temp schemas that are not associated with any session id.
      There used to be a check for leaked temp schemas in gpcheckcat
      which ended up creating a repair script.
      
      * drop the database at the end of the behave test
      
      * move the gpcheckcat bin to lib symlink before the copy to /Users/nikhilkak/git/gpdb/gpAux/greenplum-db-devel
      
      * fix the if check before symlinking  gpcheckcat from bin to lib
      
      closes #595  
      41dfd82b
  9. 22 3月, 2016 1 次提交
  10. 06 2月, 2016 1 次提交
    • C
      Expose gpssh's pexpect.pxssh settings in a configurable file. · 7220b548
      Chris Hajas 提交于
      The gpssh utility can have issues during the initial ssh connection
      step due to different network configurations that may cause delay.
      This commit exposes two key pxssh variables, delaybeforesend and
      sync_multiplier, into configurables so that users can change them
      as needed to ensure their gpssh works as intended in their network.
      
      Authors: Christopher Hajas and Jimmy Yih
      7220b548
  11. 21 1月, 2016 1 次提交
    • S
      Update gpcheckcat summary report · 4339a3bc
      Stephen Carter 提交于
      Currently to check previous runtimes it takes multiple grep commands
      to summarize the log file. This change adds all the information to a
      single line making it far easier to check historical runtimes. The
      historical runtimes can be used to estimate the required maintenance
      window for future runs.
      4339a3bc
  12. 08 1月, 2016 1 次提交
  13. 05 1月, 2016 1 次提交
  14. 18 12月, 2015 1 次提交
  15. 10 12月, 2015 1 次提交
    • K
      gpinitsystem -p does not produce correct postgresql.conf file · 3636746b
      Kenan Yao 提交于
      when the add-on config file contains GUCs which exist in postgresql.conf.sample,
      and are commented out(e.g, #max_resource_queues), these GUC settings would not
      take effect because incorrect posgresql.conf would be generated by gpinitsystem.
      3636746b
  16. 10 11月, 2015 2 次提交
  17. 04 11月, 2015 1 次提交
  18. 28 10月, 2015 1 次提交