Merge lp:~hrvojem/percona-xtrabackup/bug1215912-2.2 into lp:percona-xtrabackup/2.2

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 4871
Proposed branch: lp:~hrvojem/percona-xtrabackup/bug1215912-2.2
Merge into: lp:percona-xtrabackup/2.2
Diff against target: 61 lines (+9/-5)
3 files modified
xtrabackup/doc/source/innobackupex/improved_ftwrl.rst (+2/-2)
xtrabackup/doc/source/innobackupex/innobackupex_option_reference.rst (+3/-3)
xtrabackup/doc/source/xtrabackup_bin/xbk_option_reference.rst (+4/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-xtrabackup/bug1215912-2.2
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+184949@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'xtrabackup/doc/source/innobackupex/improved_ftwrl.rst'
2--- xtrabackup/doc/source/innobackupex/improved_ftwrl.rst 2013-07-31 10:55:11 +0000
3+++ xtrabackup/doc/source/innobackupex/improved_ftwrl.rst 2013-09-11 07:52:46 +0000
4@@ -25,7 +25,7 @@
5
6 Second option is to kill all the queries which prevent global lock from being acquired. In this case all the queries which run longer than ``FLUSH TABLES WITH READ LOCK`` are possible blockers. Although all queries can be killed, additional time can be specified for the short running queries to complete. This can be specified by :option:`innobackupex --kill-long-queries-timeout` option. This option specifies the time for queries to complete, after the value is reached, all the running queries will be killed. Default value is zero, which turns this feature off.
7
8-:option:`innobackupex --kill-long-query-type` option can be used to specify all or only ``SELECT`` queries that are preventing global lock from being acquired.
9+:option:`innobackupex --kill-long-query-type` option can be used to specify all or only ``SELECT`` queries that are preventing global lock from being acquired. In order to use this option xtrabackup user should have ``PROCESS`` and ``SUPER`` privileges.
10
11 Options summary
12 ---------------
13@@ -38,7 +38,7 @@
14
15 * :option:`--kill-long-queries-timeout=N` (seconds) - how many time we give for queries to complete after ``FLUSH TABLES WITH READ LOCK`` is issued before start to kill. Default if ``0``, not to kill.
16
17-* :option:`--kill-long-query-type={all|update}` - which queries should be killed once :option:`kill-long-queries-timeout` has expired.
18+* :option:`--kill-long-query-type={all|select}` - which queries should be killed once :option:`kill-long-queries-timeout` has expired.
19
20 Example
21 -------
22
23=== modified file 'xtrabackup/doc/source/innobackupex/innobackupex_option_reference.rst'
24--- xtrabackup/doc/source/innobackupex/innobackupex_option_reference.rst 2013-08-30 09:55:04 +0000
25+++ xtrabackup/doc/source/innobackupex/innobackupex_option_reference.rst 2013-09-11 07:52:46 +0000
26@@ -28,7 +28,7 @@
27
28 .. option:: --compress-chunk-size
29
30- This option specifies the size of the internal working buffer for each compression thread, measured in bytes. It is passed directly to the xtrabackup child process. See the :program:`xtrabackup` :doc:`documentation <../xtrabackup_bin/xtrabackup_binary>` for details.
31+ This option specifies the size of the internal working buffer for each compression thread, measured in bytes. It is passed directly to the xtrabackup child process. The default value is 64K. See the :program:`xtrabackup` :doc:`documentation <../xtrabackup_bin/xtrabackup_binary>` for details.
32
33 .. option:: --copy-back
34
35@@ -124,9 +124,9 @@
36
37 .. option:: --kill-long-queries-timeout=SECONDS
38
39- This option specifies the number of seconds innobackupex waits between starting ``FLUSH TABLES WITH READ LOCK`` and killing those queries that block it. Default is 0 seconds, which means innobackupex will not attempt to kill any queries.
40+ This option specifies the number of seconds innobackupex waits between starting ``FLUSH TABLES WITH READ LOCK`` and killing those queries that block it. Default is 0 seconds, which means innobackupex will not attempt to kill any queries. In order to use this option xtrabackup user should have ``PROCESS`` and ``SUPER`` privileges.
41
42-.. option:: --kill-long-query-type=all|update
43+.. option:: --kill-long-query-type=all|select
44
45 This option specifies which types of queries should be killed to unblock the global lock. Default is "all".
46
47
48=== modified file 'xtrabackup/doc/source/xtrabackup_bin/xbk_option_reference.rst'
49--- xtrabackup/doc/source/xtrabackup_bin/xbk_option_reference.rst 2013-05-10 09:29:17 +0000
50+++ xtrabackup/doc/source/xtrabackup_bin/xbk_option_reference.rst 2013-09-11 07:52:46 +0000
51@@ -25,6 +25,10 @@
52
53 This option tells |xtrabackup| to compress all output data, including the transaction log file and meta data files, using the specified compression algorithm. The only currently supported algorithm is 'quicklz'. The resulting files have the qpress archive format, i.e. every `*.qp` file produced by xtrabackup is essentially a one-file qpress archive and can be extracted and uncompressed by the `qpress <http://www.quicklz.com/>`_ file archiver.
54
55+.. option:: --compress-chunk-size
56+
57+ Size of working buffer(s) for compression threads in bytes. The default value is 64K.
58+
59 .. option:: --compress-threads
60
61 This option specifies the number of worker threads used by |xtrabackup| for parallel data compression. This option defaults to 1. Parallel compression ('--compress-threads') can be used together with parallel file copying ('--parallel'). For example, '--parallel=4 --compress --compress-threads=2' will create 4 IO threads that will read the data and pipe it to 2 compression threads.

Subscribers

People subscribed via source and target branches