gpdb
gpdb copied to clipboard
Eliminate alien nodes before execution for entry db
https://github.com/greenplum-db/gpdb/pull/2588 eliminates alien nodes before execution but entry db nodes was missed. This PR adds alien nodes elimination for entry db.
The is a PR https://github.com/arenadata/gpdb/pull/352 in GPDB fork in 6x that also adds test for entry db nodes elimination.
As there is no memory accounting for X_Alien nodes in master alien nodes elimination can be tested manually (i.e. test from https://github.com/greenplum-db/gpdb/pull/2663 is not applicable).
Looks good at first glance. Thanks for your contribution.
Please kindly wait for more time and let me and the team look into this.
@zxuejing @kainwen if all the comments of the PR is addressed, please can we merge the same?
@zxuejing @kainwen if all the comments of the PR is addressed, please can we merge the same?
Last night xuejing run a full pipeline for this and decide to push it today based on the ci result.