グリアンドロ

Results 9 issues of グリアンドロ

PT-2084 -- Re-adding show slave status outputs to pt-stalk. Work done on PT-80 removed these outputs for versions 5.7+, which is not desirable (and the P_S outputs we get in...

Hi Nickolay! Doing this over here, since you are out :) no rush on it. ``` ./anydbver deploy ps:5.7 mydumper ``` is failing with the following, even though I tried...

Hi! ### Description: Orchestrator will issue a failover from a slave that is not up to date. This can lead to (potentially a lot of) inconsistencies. If either (or both)...

When we create a pg setup with a "dedicated app" node like ``` ./anydbver deploy \ node0 pg:13 \ node1 sysbench sysbench-pg:node0 oltp_read_write \ ``` sysbench will need to connect...

Hi all! I'm trying to build a drone_demo Docker image manually (because I want to introduce some changes to the launch file in use) and I'm getting some errors on...

In mysql 5.5 versions, the information_schema.columns doesn't have the DATETIME_PRECISION column, so there were errors when trying to run against 5.5: ```ERRO[0000] Cannot get table fields: sql: expected 19 destination...

For some reason, it is broken now (used to work correctly): ``` agustin@bm-support01 ~/bin $ mysql_random_data_load --version FATA[0000] required argument 'database' not provided agustin@bm-support01 ~/bin $ mysql_random_data_load --version db FATA[0000]...

Currently, there is no support for tinytext data type: ``` $ ~/src/go/src/github.com/Percona-Lab/mysql_random_data_load/build/mysql_random_data_load --user=root --password=msandbox --host=127.0.0.1 --port=12999 test articles 1000 INFO[2018-03-30T16:12:33-04:00] Starting INFO[2018-03-30T16:12:33-04:00] cannot get field type: summary: tinytext 0s [====================================================================]...

``` mysql [localhost] {msandbox} (sakila) > show create table actor\G *************************** 1. row *************************** Table: actor Create Table: CREATE TABLE `actor` ( `actor_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `first_name` varchar(45)...