1. 04 5月, 2017 1 次提交
  2. 08 2月, 2017 2 次提交
  3. 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
  4. 16 8月, 2016 1 次提交
    • Y
      fix gpexpand Worker-thread hang problem (#895) · 565d69f9
      yezhiweicmss 提交于
      * fix gpexpand Worker-thread hang problem
      When using python 2.7, gpexpand will hang when the command "gpexpand -D gpadmin" is done. sys.exit calls thread.join() which waits for each thread to exit; The sub-thread Worker will still try getting from the WorkerPool Queue. 
      
      however, when using python 2.6.2, it's OK. Maybe the Python threading module changed somehow.
      
      
      565d69f9
  5. 12 8月, 2016 1 次提交
    • V
      Fix gpexpand: let it disconnect from the database (#897) · 51a46a68
      volkovandr 提交于
      * Changes in gpexpand:
      - Explicitly close the connection to the database before trying to stop
        it. Otherwise the database wouldn't stop due to active connection and
        the script will fail.
      - Close the connection to the database before leaving the script.
        Otherwise it will not return to the command line
      51a46a68
  6. 28 10月, 2015 1 次提交