~percona-toolkit-dev/percona-toolkit/fix-osc-repl-bug-933232

« back to all changes in this revision

Viewing changes to docs/release_notes.rst

  • Committer: Daniel Nichter
  • Date: 2012-02-03 23:25:29 UTC
  • Revision ID: daniel@percona.com-20120203232529-gzstwmsk0prhibuk
BuildĀ percona-toolkit-2.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Release Notes
2
2
*************
3
3
 
 
4
v2.0.3 released 2012-02-03
 
5
==========================
 
6
 
 
7
Percona Toolkit 2.0.3 has been released.  The development team was very
 
8
busy last month making this release significant: two completely
 
9
redesigned and improved tools, pt-diskstats and pt-stalk, and 20 bug fixes.
 
10
 
 
11
Both pt-diskstats and pt-stalk were redesigned and rewritten from the ground
 
12
up.  This allowed us to greatly improve these tools' functionality and
 
13
increase testing for them.  The accuracy and output of pt-diskstats was
 
14
enhanced, and the tool was rewritten in Perl.  pt-collect was removed and
 
15
its functionality was put into a new, enhanced pt-stalk.  pt-stalk is now
 
16
designed to be a stable, long-running daemon on a variety of common platforms.
 
17
It is worth re-reading the documentation for each of these tools.
 
18
 
 
19
The 20 bug fixes cover a wide range of problems.  The most important are
 
20
fixes to pt-table-checksum, pt-iostats, and pt-kill.  Apart from pt-diskstats,
 
21
pt-stalk, and pt-collect (which was removed), no other tools were changed
 
22
in backwards-incompatible ways, so it is worth reviewing the full changelog
 
23
for this release and upgrading if you use any tools which had bug fixes.
 
24
 
 
25
Thank you to the many people who reported bugs and submitted patches.
 
26
 
 
27
Download the latest release of Percona Toolkit 2.0 from
 
28
http://www.percona.com/software/percona-toolkit/
 
29
or the Percona Software Repositories
 
30
(http://www.percona.com/docs/wiki/repositories:start).
 
31
 
 
32
Changelog
 
33
---------
 
34
 
 
35
* Completely redesigned pt-diskstats
 
36
* Completely redesigned pt-stalk
 
37
* Removed pt-collect and put its functionality in pt-stalk
 
38
* Fixed bug 871438: Bash tools are insecure
 
39
* Fixed bug 897758: Failed to prepare TableSyncChunk plugin: Use of uninitialized value $args{"chunk_range"} in lc at pt-table-sync line 3055
 
40
* Fixed bug 919819: pt-kill --execute-command creates zombies
 
41
* Fixed bug 894255: pt-kill: when --daemonize is given, should not check that stdin is a tty
 
42
* Fixed bug 925778: pt-ioprofile doesn't run without a file
 
43
* Fixed bug 925477: pt-ioprofile docs refer to pt-iostats
 
44
* Fixed bug 857091: pt-sift downloads http://percona.com/get/pt-pmp, which does not work
 
45
* Fixed bug 857104: pt-sift tries to invoke mext, should be pt-mext
 
46
* Fixed bug 872699: pt-diskstats: rd_avkb & wr_avkb derived incorrectly
 
47
* Fixed bug 882918: pt-stalk spams warning if oprofile isn't installed
 
48
* Fixed bug 884504: pt-stalk doesn't check pt-collect
 
49
* Fixed bug 897483: pt-online-schema-change "uninitialized value" due to update-foreign-keys-method
 
50
* Fixed bug 925007: pt-online-schema-change Use of uninitialized value $tables{"old_table"} in concatenation (.) or string at line 4330
 
51
* Fixed bug 915598: pt-config-diff ignores --ask-pass option
 
52
* Fixed bug 919352: pt-table-checksum changes binlog_format even if already set to statement
 
53
* Fixed bug 921700: pt-table-checksum doesn't add --where to chunk size test on replicas
 
54
* Fixed bug 921802: pt-table-checksum does not recognize --recursion-method=processlist
 
55
* Fixed bug 925855: pt-table-checksum index check is case-sensitive
 
56
* Fixed bug 821709: pt-show-grants --revoke and --separate don't work together
 
57
* Fixed bug 918247: Some tools use VALUE instead of VALUES
 
58
 
4
59
v2.0.2 released 2012-01-05
5
60
==========================
6
61