-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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-20161013 #9781
Comments
Beware of duplicate effort, Ben started this already: We can reuse a few points from there. |
Thanks, @knz. Indeed, it may be good to reuse things from there. Also, please take care to ensure that whatever you put in here wasn't already cherry-picked to master and thus is not actually going to be in this release. |
|
All my changes are testing/internal changes, so nothing release note-worthy. |
Bug fixes:
|
None of mine are note-worthy (they're all either tracing, distsql, or test fixes). |
Features:
Bug Fixes:
|
Nothing noteworthy, only disconnected distsql features. |
Potentially of interest:
|
My noteworthy changes are mostly supporting streaming snapshots, which was actually merged to |
Nothing noteworthy. |
|
Features:
Bug Fixes:
Breaking Changes:
|
Performance:
|
One more: Bug fix:
|
|
Features
Bug Fixes
|
Tracking down changes mentioned in cockroachdb/docs#694 but not here:
|
Nothing really major for me. Maybe these two:
|
Release note draft is here: cockroachdb/docs#745 I'll update once I hear more from @spencerkimball, @bdarnell, and @mrtracy. |
Nothing noteworthy from me; my changes to develop were either test-only or cherry-picked to master. |
Also checking off spencer (nothing noteworthy) and mrtracy (already included in my earlier notes) |
Moving the beta candidate to 8f6cd21 Here's the list of additional changes:
I manually pruned this list to just the changes I think are noteworthy:
Please have a look. |
Leave out the SHOW CREATE VIEW statement, as views won't be fully supported until next week's release. |
All of my additional changes can be summarized as: Bug Fix
|
No additional items from me. |
I don't think my change 0beb6b2 is noteworthy. |
Bug fixes:
|
Internal:
|
@petermattis, are those all "performance improvements"? @RaduBerinde, could you change be batched under "performance improvements" as well? |
Not really, it's a change related to debugging. It's minor enough that we can leave out of the notes. |
K, thanks, @RaduBerinde. |
@tschottdorf 05e7609 2016-10-07 insignificant |
@tschottdorf, where should those last two live? Sort of UI-related? |
Yeah, that's not quite right but I think right enough. |
All, this week's release notes should be pretty much complete now. Would someone review one more time. I'm particularly interested in thoughts about the Backwards Incompatible Changes section: do we need to add any additional guidance there? |
Release notes are live: https://www.cockroachlabs.com/docs/beta-20161013.html @tamird, should we close this? |
Assuming binaries are posted, yes. |
Yep. Binaries posted and brew recipe updated. |
The correct beta SHA is 8f6cd21. |
Reopening until we have new binaries. |
Closing this (way) late. |
Getting this started early because we're gonna have a monster release next week. We can adjust the release candidate forward next week if it makes sense.
The release candidate is ce09bd8.
Here are the notes from my commits up there (they're all striken out because they're not noteworthy):
04c1276 Revert "storage: streaming snaps chunked by size in bytes"078d834 ui: update dependencies0fb0d5b GLOCKFILE: update dependencies13c55a8 Revert "storage: stream snapshots via a new GRPC endpoint."1dd6c9a ui: typings depend on generated proto typings29aa018 ui: remove targetLib2dc9fff Revert "storage: get snapshot log entries lazily"2ec0a81 server: consolidate testing HTTP request code3c12e19 build: prune unused lint41329ad Update dependencies41a34be remove unused .dockerignore files4a4632e ui: use serialization hook instead of hacking around65c909a ui: update dependencies6b953df GLOCKFILE: update deps77eb62c server: define all RPCs in terms of grpc-gateway79d263c storage: deflake TestGossipFirstRange801e867 ui: update dependencies85ab140 ui: fix vscode type-checking and autocomplete87ac136 build: remove detritus9a3ae2f build: produce race-enabled test binaries9d9cd1e server: s/308/http.StatusPermanentRedirect/9ff28ba build: remove reference to remove make targetrelease
a8084b7 storage: separateservices Stores
into per-RPC servicesa838bbe Revert "storage: streaming snap miscellaneous improvements"af1d9a4 server: DRY up JSON utilitiesb1c9de1 Revert "Merge pull request #8959 from d4l3k/new-allocator"b1d2b4e build: remove varcheckb2d587f ui: update dependenciesb80819e ui: update tsb9df77f util: propagate HTTP timeouts to grpc-gatewaybde9728 build: update to go1.7.1(previously cherry picked as c2d0eac)bfe8b6e storage: wait for gossip connection before gossiping storesc0be48d Revert "storage: distinct batches for snapshot logs"c7ea45d roachpb: shallow copy(previously cherry picked as bac0bb6)BatchRequest.Txn
when mutatingd72756a storage: simplify rebalancer mathd985d23 Revert "Extract utility method from HandleRaftRequest."de4a944 acceptance: skip TestDockerCLI during "deployment"ef3be82 storage: DRY periodic gossip patternefa5480 Makefile: DRYf6bbf9c util/log: protofy SeverityAlso, here are the notes for changes contributed by non-core folks:
Daniel Theophanes e2b2635 (bug fixes) slightly improve support for 32-bit systems. Note that 32-bit architectures remain officially unsupported.
Francis Bergin 777f16d Fix typo in docsTristan Rice 1953594 storage/simulation: fixed simulation and improved log alignmentTristan Rice 27353a8 storage: removed unused rangeCountBalancer(reverted)Tristan Rice 4054af0 (bug fixes) the admin UI now propagates timeouts to the server to avoid dangling requests.
Tristan Rice 4446345 storage: add constraint rule solver for allocation(reverted)Tristan Rice 4e29a36 storage/simulation: only rebalance 50% of ranges on each iteration so it will converge(reverted)Tristan Rice 9b41a2d (features) a new flag
--locality
can be used to specify a node's location. This metadata will be used in the future to drive rebalancing decisions.Tristan Rice aeca0e0 build: upgraded yaml to v2Tristan Rice c19f31b (changes): expressive zone configurations are now supported. See https://github.com/cockroachdb/cockroach/blob/master/docs/RFCS/expressive_zone_config.md for details.
Tristan Rice d323814 storage: simplified createTestAllocatorTristan Rice dd3229a storage: implemented RuleSolver into allocator(reverted)Will Haack 11c167c (features)
CREATE TABLE ... AS
is now supported, allowing the creation of a table containing the result of a query. [probably needs a docs link]Yan Long 95c937d (features) information_schema now includes schema_privileges, which provides information about schema (database) privileges.
Yan Long 95c937d (features) information_schema now includes table_privileges, which provides information about table privileges.
a6802739 130b902 (features) information_schema now includes key_column_usage, which describes which key columns have constraints.
marc bd35d19 fix dumb typoCore folks, please do as I've done above and create a summary of your noteworthy commits:
The text was updated successfully, but these errors were encountered: