• S
    gpstart: fix OOM issue · a993ef03
    Shoaib Lari 提交于
    gpstart did a cluster-wide check of heap_checksum settings and refused
    to start the cluster if this setting was inconsistent. This meant a
    round of ssh'ing across the cluster which was causing OOM errors with
    large clusters.
    
    This commit moves the heap_checksum validation to gpsegstart.py, and
    changes the logic so that only those segments which have the same
    heap_checksum setting as master are started.
    
    Author: Jim Doty <jdoty@pivotal.io>
    Author: Nadeem Ghani <nghani@pivotal.io>
    Author: Shoaib Lari <slari@pivotal.io>
    a993ef03
gpexpand 121.5 KB