diff --git a/docs/RFCS/schema_gossip.md b/docs/RFCS/schema_gossip.md index d0d572e2367b..7a578ddb030b 100644 --- a/docs/RFCS/schema_gossip.md +++ b/docs/RFCS/schema_gossip.md @@ -1,6 +1,6 @@ -- Feature Name: schema_distribution -- Status: unstarted -- Start Date: TBD +- Feature Name: schema_gossip +- Status: completed +- Start Date: 2015-07-20 - RFC PR: [#1743](https://github.com/cockroachdb/cockroach/pull/1743) - Cockroach Issue: diff --git a/docs/RFCS/table_descriptor_lease.md b/docs/RFCS/table_descriptor_lease.md index d7c9278fafba..5c5630b4426f 100644 --- a/docs/RFCS/table_descriptor_lease.md +++ b/docs/RFCS/table_descriptor_lease.md @@ -19,7 +19,7 @@ latency. Table descriptors are currently distributed to every node in the cluster via gossipping of the system config (see -[schema_distribution](https://github.com/cockroachdb/cockroach/blob/master/docs/RFCS/schema_gossip.md)). Unfortunately, +[schema_gossip](https://github.com/cockroachdb/cockroach/blob/master/docs/RFCS/schema_gossip.md)). Unfortunately, it is not safe to use these gossipped table descriptors in almost any circumstance. Consider the statements: