Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#3681 [Colocated] Master should issue AddTableToTable only for subseq…
…uent tables. Summary: The very first table among colocated tables should not issue AddTableToTablet. The issue was masked by the fact that issuing such an RPC before the CreateTablet RPC succeeded used to fail the RPC right away. The RPC was fixed to retry before giving up in D7943 (#3627). Subsequently, we've seen tservers running into DFATAL in the following tests. ./yb_build.sh --cxx-test pg_libpq-test --gtest_filter PgLibPqTest.TableColocation ./yb_build.sh --java-test org.yb.pgsql.TestPgRegressBetaFeatures Test Plan: ./yb_build.sh --cxx-test pg_libpq-test --gtest_filter PgLibPqTest.TableColocation ./yb_build.sh --java-test org.yb.pgsql.TestPgRegressBetaFeatures Reviewers: neha, mihnea, hector, bogdan, jason Reviewed By: jason Subscribers: ybase, yql Differential Revision: https://phabricator.dev.yugabyte.com/D7987
- Loading branch information