刘安
刘安
## Description mysql-mysql job full repl stage: big data cause the job to be stuck ## Steps to reproduce the issue 1. src MySQL insert 2GB data ``` drop table...
## Description DROP FUNCTION IF EXISTS not_exists cause job dead ## Steps to reproduce the issue 0. execute on dest MySQL ``` mysql> GRANT CREATE ROUTINE, SUPER ON *.* TO...
## Description oracle ddl drop table error ## Steps to reproduce the issue 1. create oracle to mysql job 2. src oracle execute sql ``` CREATE TABLE TEST.T4(col1 VARCHAR(20), col2...
## Description GENERATED ALWAYS cause dtle job failed whatever full or incr ## Steps to reproduce the issue 1. create table with GENERATED ALWAYS column on src mysql ``` CREATE...
When using TableSchemaRegex or Table.TableRegex to select the database or table, rename must be set. I hope that when the rename configuration is empty, use the original database name and...
如何开启使用ACL: https://learn.hashicorp.com/tutorials/nomad/access-control?in=nomad/access-control api中使用token: https://www.nomadproject.io/api-docs#acls 如果开启了nomad的ACL功能,DTLE API将不能工作 更进一步应该同时支持开启consul的ACL功能
1. nomad acl -- https://learn.hashicorp.com/tutorials/nomad/access-control 2. consul acl -- https://learn.hashicorp.com/tutorials/nomad/consul-service-mesh
## Description MySQL circle - two jobs send ddl cyclically ## Steps to reproduce the issue 1. MySQL-1 create table test.tb1, MySQL-2 create table test.tb2 ``` MySQL-1> CREATE TABLE tb1...
## Steps to reproduce the issue 1. create kafka job 2. execute sql ```sql create table binary_columns(id int(11) not null primary key, c_binary binary(255))ENGINE=InnoDB DEFAULT CHARSET=utf8; ``` 3. execute sql...