• J
    fix bug gpload error count (#3629) · c9977c1d
    Jialun 提交于
    gpload error count is incorrect when more than one segment has format
    error, for the cmdtime is different, and only errors with the newest
    cmdtime is counted.
    
    So we add startTime which will be used for counting all the errors
    occured during the same gpload operation.
    c9977c1d
gpload.py 98.6 KB