Ryan-Git

Results 68 comments of Ryan-Git

暂时没有发 debug 镜像的功能,可以拉 master 代码做个镜像 ```bash make build-linux docker build -t gravity -f Dockerfile.gravity . ```

没删掉是因为这个表名没有匹配的路由,我们考虑下怎么做这个支持

再找找具体的报错?这样看不出什么。longtext 本身是支持的。 实在不行改一下打日志的代码

报错不在前面,就是很长的那条里面,不确定有没有被你们的 ELK 截断。把报错那行截全了看看? 或者人工/写脚本执行一个同样的 sql 看看报错?这种基本上是碰到 tidb 的什么限制了。 改代码的话在[这里](https://github.com/moiot/gravity/blob/master/pkg/sql_execution_engine/internal_txn_tagger.go#L51)

方便改代码吗?把 pkg/sql_execution_engine/internal_txn_tagger.go:51 从 ```go return errors.Annotatef(err, "query: %v, args: %v", query, args) ``` 改成 ```go return errors.Annotatef(err, "query: %v", query) ```

it's aimed at cloud provider products, a higher level than "plain" systems like kafka, mysql, etc.. it would be better to add additional input/output for such products, leveraging this lib.

So we need to - ignore create table stmt if table name begins with `_` and ends with `_ghc` or `_gho` - ignore alter table stmt if table name begins...

没在生产上测过,不过复制协议没看到有什么变化,应该没问题。

could you provide the configuration and error message?