Avi Apelbaum

Results 12 comments of Avi Apelbaum

@zwass Sure. SO we have a huge amount of assets and some users were used to pickup the number of assets and then hit cntrl+f to search for the relevant...

command is ``` gh-ost \ --max-load=Threads_running=500 \ --critical-load=Threads_running=1000 \ --chunk-size=1000 \ --throttle-control-replicas="db-mysql-REDACTED1" \ --max-lag-millis=150000 \ --user="dbschema" \ --password="REDACTED" \ --host=db-mysql-REDACTED2 \ --database="shoutout" \ --table="messages" \ --alter="ADD visibility_status TINYINT,ADD INDEX (visibility_status)"...

The only column where a Unicode character can exist is the data column the message_id is actually uuid.

``` 2018/02/12 16:25:06 binlogsyncer.go:79: ^[[0;37m[info] create BinlogSyncer with config {99999 mysql db-mysql-shoutout0a.42.wixprod.net 3306 dbschema false false }^[[0m 2018/02/12 16:25:06 binlogsyncer.go:246: ^[[0;37m[info] begin to sync binlog from position (mysq.001362, 964919904)^[[0m 2018/02/12...

Hi, sorry for the delayed answer i was not at work yesterday. Actually, it's not a copy past I did, I was playing with flags and forgot to remove the...

@zmoazeni Good idea, I will try to dump the table and see if it happens, the annoying part is that the table is 220G and dump will take a long...

[gh-ost.log.gz](https://github.com/github/gh-ost/files/1723147/gh-ost.log.gz) here you go

It's all the log , nothing was printed to screen that is not in file.

My bad, I was running it with "quiet" mode :-) Re-running with debug and verbose on ``` gh-ost \ --max-load=Threads_running=500 \ --critical-load=Threads_running=1000 \ --chunk-size=1000 \ --throttle-control-replicas="db-mysql-shoutout0a.96.wixprod.net" \ --max-lag-millis=150000 \ --user="dbschema"...

[gh-ost.log.gz](https://github.com/github/gh-ost/files/1723442/gh-ost.log.gz)