Zhanwei Wang
Zhanwei Wang
`PANIC: ERRORDATA_STACK_SIZE exceeded` is an error throw by Greenplum, please ask in Greenplum community. `resource queue` is a feature of Greenplum, please refer its documents.
`PANIC: ERRORDATA_STACK_SIZE exceeded` usually means a bug of Greenplum. Please report an issue to https://github.com/greenplum-db/gpdb. Currently Greenplum 4.3.x and 5.x is stable.
It is a known issue and will be fixed in 2.0 version.
Connection will be dropped when error happened during the loading. And if the connection become empty, you will get this fatal error message. So please check the log for the...
I'm facing the same issue. Orca use seq scan instand of index scan. And I have to disable both seqscan and optimizer. I guess that `optimizer_enable_tablescan` may be used to...
Same error. 5 docker node with etcd and overlay network. After restart 2 docker node machines. We get following error. ``` dockerd[556]: time="2019-09-21T13:50:57.472551212+08:00" level=error msg="Handler for POST /v1.40/containers/f6d1aa3c3aec407677928d2ab2bb4609 fd1e42c0bc0726ae04fd13fa5e851b0f/start returned...
Yes, it is because I do not know how to hook save all/automatic Save event... So any contribution is welcomed.
I do not think I can keep the old version because some file's name in update site does not contain the version number. So I guess it is impossible to...
That‘s very cool. Would you like to contribute to this feature?
As a workaround you can set `*.c` in project settings. cpplint.py is a tool for c++, so `*.c` is not in the scope, correct me if I'm wrong.