-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beta-20161006 release notes #728
Conversation
^- That link does not work. |
@tschottdorf, it works for me. Try again? |
Review status: 0 of 4 files reviewed at latest revision, 2 unresolved discussions. _data/sidebar_doc.yml, line 353 at r1 (raw file):
why was this deleted? Comments from Reviewable |
_data/sidebar_doc.yml, line 353 at r1 (raw file):
|
version: beta-20160929 | ||
build_time: 2016/09/29 17:54:45 (go1.7.1) | ||
version: beta-20161006 | ||
build_time: 2016/10/06 116:33:49 (go1.7.1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't look like a valid time...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't your day have 116 hours? Fixing in separate PR. Pulled the trigger on this one already.
|
||
## Oct 6, 2016 | ||
|
||
Although this week's release contains only a few internal changes and doc updates, note that we are preparing to merge numerous features from our `develop` branch to `master` for inclusion in an upcoming release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/merge/release/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix.
|
||
### Internal Changes | ||
|
||
- Nodes now periodically exchange their configured maximum clock offset and exit fatally if they find another node operating with a different configuration. [#9612](https://github.com/cockroachdb/cockroach/pull/9612) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/exchange/compare/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix.
### Internal Changes | ||
|
||
- Nodes now periodically exchange their configured maximum clock offset and exit fatally if they find another node operating with a different configuration. [#9612](https://github.com/cockroachdb/cockroach/pull/9612) | ||
- Internal low-level instrumentation has been added for debugging performance bottlenecks. [#9638](https://github.com/cockroachdb/cockroach/pull/9638) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are not user-visible changes, i think we should omit them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without these, the notes would be nothing but doc updates. Plus, we've featured internal changes is a handful of previous releases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first bullet in the list is user-visible, but the last two are not.
Based on cockroachdb/cockroach#9752
This change is