Carlos Salguero
002303fc2e
PMM-6256 Updated ExplainCmd for MongoDB ( #459 )
...
* PMM-6256 Updated ExplainCmd for MongoDB
In order to make explain for MongoDB work, we need to remove the "$db"
field from the explain command generated in proto.system.profile since
it is a duplicated field that triggers a MongoDB error.
* PMM-6256 New test
* PMM-6256 Removed commented out code
Co-authored-by: Carlos <cfsalguero@gmail.com >
2020-07-29 08:39:07 -03:00
ovidiustanila
8d59ef2051
PT-1518 pt-table-checksum gives error CRC32 ( #415 )
2020-07-23 23:40:53 -03:00
Max Dudin
0d2a2f8fdc
PT-1865 Updated README
2020-07-17 14:29:17 +03:00
Max Dudin
309bb24f8a
PT-1865 Added pt-mysql-summury and pt-mobgodb-summary
2020-07-17 14:28:13 +03:00
Sergey Kuzmichev
8b5e885173
PT-1859 ( PT-1868 ) and general pt-pg-summary improvements ( #455 )
...
* Fix for PT-1868 and general pt-pg-summary improvements
This is a rather large piece of changes to pt-pg-summary, which
includes:
* Corrected dependency for models in lib/pginfo
* Fixed existing testing infrastructure and implemented new tests:
** Test for New in pginfo
** Test for TestCollectGlobalInfo
** Test for TestCollectPerDatabaseInfo
* Fixed models to reflect PG12 changes (datid 0 with no name)
** Modified gen.sh to include PG12 containers and work with the same
docker-compoe that tests use
* Updated templates and helper functions
* Fixed standby detection and template output
With these changes, pt-pg-summary works correctly with PG12 hosts.
* Extra port in pt-pg-summary models gen.sh, removing unused
2020-07-15 09:24:13 -03:00
Andrii Skomorokhov
72c5d2af82
Merge pull request #458 from percona/PMM-6213-remove-go-1.13
...
PMM-6213 Remove go 1.13 from travis.
2020-07-14 19:28:28 +03:00
Andrii Skomorokhov
d23ea0fe92
PMM-6213 Try go tip.
2020-07-14 16:22:55 +03:00
Andrii Skomorokhov
dbe87040a3
PMM-6213 Remove go 1.13 from travis.
2020-07-13 18:17:20 +03:00
Carlos Salguero
c7eed08e33
MongoDB EXPLAIN JSON APIs ( #454 )
...
* WIP
* PMM-4192 Updated MongoDB fingerprint
SystemProfile has been changed to use the new bson.D from the official
MongoDB driver instead of the old BsonD. Updated the fingerprinter
module and all tests
* PMM-4192 Updated MongoDB explain tests
Updated test to use bson.D instead of BsonD
* PMM-4192 Code clean-up
* PMM-4192 Changes for CR
* PMM-4192 Changes for CR
* PMM-4192 Removed unused deps
Co-authored-by: Carlos <cfsalguero@gmail.com >
2020-07-08 10:25:12 -03:00
Max Dudin
57c7769c5b
PT-1865 Update readme, rename tool
2020-07-07 12:06:01 +03:00
Max Dudin
dbb1982321
PT-1865 Clean-up
2020-07-06 12:19:32 +03:00
Max Dudin
36e9a2f07f
PT-1865 add README file
2020-07-03 12:12:45 +03:00
Max Dudin
118110a671
PT-1865 small changes
2020-07-03 12:02:30 +03:00
Max Dudin
faffa70867
PT-1865 Remove archive package
2020-07-01 10:53:28 +03:00
Carlos Salguero
de27179da8
Merge pull request #453 from percona/PT-1853_self_ref_fks
...
PT-1853 Added --no-check-foreing-keys to pt-osc
2020-06-30 21:50:50 -03:00
Carlos
8ff3451362
PT-1853 Changed wording
2020-06-30 20:54:08 -03:00
Carlos
9f2b72e0df
PT-1853 Added disable fk checks in MySQL
2020-06-30 20:09:39 -03:00
Carlos
2e62d07ba0
PT-1853 Disabled FK checks in MySQL
2020-06-30 10:12:27 -03:00
Carlos Salguero
c6b4bd747e
PT-1852 Added --no-check-foreing-keys to pt-osc
2020-06-21 18:53:47 -03:00
Max Dudin
a65dbefbd9
CLOUD-535 Add contexts to errors, small fixes
2020-06-19 16:22:24 +03:00
Max Dudin
1d6da2fdca
CLOUD-535 Rework archive and dumper
2020-06-19 15:53:55 +03:00
Max Dudin
136e506549
CLOUD-535 Add cluster debug collector
2020-06-17 16:14:55 +03:00
Carlos Salguero
89440c1ad1
Merge pull request #446 from percona/PT-1822_pt-mongodb-summary.fails.on.standalone
...
PT-1822 Fixed get hostnames for standalone
2020-06-15 06:36:16 -03:00
PaulJacobs-percona
ec7c62b289
PT-1836 replace U+2019 with U+0027
...
Apostrophe change
2020-06-04 09:50:02 +03:00
PaulJacobs-percona
dd921fd657
PT-1836 replace U+2019 with U+0027 (apostrophe)
2020-06-04 09:00:14 +03:00
PaulJacobs-percona
1dc85c3160
PT-1836 Change apostrophe to standard ascii.
2020-06-04 08:52:38 +03:00
PaulJacobs-percona
14698e6045
PT-1836 fix lintian warnings: spelling error
2020-06-04 08:38:02 +03:00
Carlos Salguero
3530c7bccd
PT-1822 Do not exit if rs is not enabled
2020-06-02 11:59:26 -03:00
PaulJacobs-percona
7002246cd3
Merge pull request #451 from percona/PT-1851-missing-backslash
...
PT-1851 Formatting escape chars as code. Other fixes for Sphinx warni…
2020-06-02 08:42:39 +03:00
Carlos Salguero
1da2cc944b
PT-1822 fixed test
2020-06-01 14:57:36 -03:00
Carlos Salguero
1f62be3279
Fixes fro CR
2020-06-01 11:50:13 -03:00
Nurlan Moldomurov
a91a8decac
PMM-5723 reviewdog check ( #450 )
...
* PMM-5723 Reviewdog checks.
* PMM-5723 Github token for reviewdog.
* PMM-5723 Remove dep check.
* PMM-5723 Comment for secure.
* PMM-5723 Remove unnecessary flags.
2020-05-29 15:57:51 +03:00
Paul Jacobs
c9836d5962
PT-1851 Formatting escape chars as code. Other fixes for Sphinx warnings.
2020-05-29 15:03:43 +03:00
PaulJacobs-percona
b230a9da96
Update release_notes.rst
2020-05-28 15:49:40 +03:00
PaulJacobs-percona
4101d45484
Merge pull request #449 from percona/PT-1833-missing-rn-3-1-0
...
PT-1833 missing Release Notes 3.1.0
2020-05-28 15:38:21 +03:00
Carlos Salguero
596b62c23b
PT-1822 Fixed test
2020-05-27 21:24:18 -03:00
Paul Jacobs
feb79c37c8
PT-1833 3.1.0 release notes missing from documentation
2020-05-26 17:04:56 +03:00
Carlos Salguero
1f33cb97e6
PT-1822 Fixed for CR
2020-05-25 22:35:35 -03:00
Carlos Salguero
40f28d977a
Merge branch '3.0' into PT-1822_pt-mongodb-summary.fails.on.standalone
2020-05-25 22:00:15 -03:00
Carlos Salguero
b97436f0d5
Merge pull request #448 from percona/PT-1829
...
PT-1829 Fixed reconnection in heartbeat
2020-05-20 11:51:24 -03:00
Carlos Salguero
5efb3bd6f1
PT-1829 Fixed reconnection in heartbeat
2020-05-20 10:53:24 -03:00
Carlos Salguero
55502267d6
PT-1822 Fixed get hostnames for standalone
2020-05-14 23:53:01 -03:00
Carlos Salguero
8e7113d457
Merge branch '3.0' of percona.github.com:percona/percona-toolkit into 3.0
2020-05-06 11:16:57 -03:00
Alexander Tymchuk
2c866898ee
Merge pull request #445 from percona/docs-remove-redundant-parenthesis
...
docs: remove a trailing parenthesis
2020-04-28 22:43:53 +03:00
PaulJacobs-percona
51b2d610a2
Merge pull request #444 from percona/RM-505-pt-3.2.0-release-notes-2
...
RM-505 pt 3.2.0 release notes and other sphinx-related fixes (dates, replacement)
2020-04-24 18:03:41 +03:00
PaulJacobs-percona
9d3485e79f
Update release_notes.rst
2020-04-24 18:02:37 +03:00
Paul Jacobs
3943cc5767
RM-505 Updated year for 'COPYRIGHT, LICENSE, AND WARRANTY' section.
2020-04-24 16:51:41 +03:00
Paul Jacobs
cebb1a68db
RM-505 Fixed missing docs for pt-pg-summary and a few historical sphinx warnings.
2020-04-24 16:33:52 +03:00
Paul Jacobs
9dc874a57d
RM-505 Updated release notes to match jirabot output and make them ready for release.
2020-04-24 15:07:03 +03:00
Paul Jacobs
bb1a14658c
Merge branch 'RM-505-pt-3.2.0-release-notes-2' of https://github.com/percona/percona-toolkit into RM-505-pt-3.2.0-release-notes-2
2020-04-24 13:52:20 +03:00