You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/12/14 08:40:59 UTC

[GitHub] [incubator-doris] Mlilion opened a new issue #7397: [Bug] Binlog同步Doris任务配置字段不生效bug

Mlilion opened a new issue #7397:
URL: https://github.com/apache/incubator-doris/issues/7397


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   0.15.1-rc09
   
   ### What's Wrong?
   
   配置binlog同步到doris过程中,使用如下命令:
   CREATE SYNC stream.test33
    (  
       FROM report.test2 INTO test2 (id,college_name,is_del,is_valid)
    ) 
    FROM BINLOG 
    (
        "type" = "canal", 
        "canal.server.ip" = "172.1.0.8", 
        "canal.server.port" = "11111", 
        "canal.destination" = "c_test",  
        "canal.username" = "report", 
        "canal.password" = "xxxxxx"
    );
   
   正常mysql里新增、删除、更新数据都可以同步到Doris,但是mysql源表新增字段后,同步任务没有报错,数据也没进来,
   FE日志报错:
    WARN (thrift-server-pool-11|250) [FrontendServiceImpl.loadTxnRollback():888] failed to rollback txn 30: errCode = 2, detailMessage = transaction not found
   
   ### What You Expected?
   
   辛苦帮忙看下这个bug
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] junjie4585 commented on issue #7397: [Bug] Binlog同步Doris任务配置字段不生效bug

Posted by GitBox <gi...@apache.org>.
junjie4585 commented on issue #7397:
URL: https://github.com/apache/incubator-doris/issues/7397#issuecomment-1047340930


   我这边新增也报 failed to rollback txn *: errCode = 2, detailMessage = transaction not found,请问这个问题你解决了吗?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] hf200012 commented on issue #7397: [Bug] Binlog同步Doris任务配置字段不生效bug

Posted by GitBox <gi...@apache.org>.
hf200012 commented on issue #7397:
URL: https://github.com/apache/incubator-doris/issues/7397#issuecomment-1073878827


   Your Doris table should also add fields with the same name, doris binlog load only synchronizes data not schema changes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] yym12 commented on issue #7397: [Bug] Binlog同步Doris任务配置字段不生效bug

Posted by GitBox <gi...@apache.org>.
yym12 commented on issue #7397:
URL: https://github.com/apache/incubator-doris/issues/7397#issuecomment-1073892723


   ![image](https://user-images.githubusercontent.com/41983444/159269818-9e28a710-aa5e-4e69-9620-ca9f84357c18.png)
   是的  w我是按照这样做的  但还是在报错


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] yym12 commented on issue #7397: [Bug] Binlog同步Doris任务配置字段不生效bug

Posted by GitBox <gi...@apache.org>.
yym12 commented on issue #7397:
URL: https://github.com/apache/incubator-doris/issues/7397#issuecomment-1073833852


   ![image](https://user-images.githubusercontent.com/41983444/159261109-86ee91eb-1c1c-46d5-971b-73480fd893f0.png)
   我这边指定了列  也报这个错误


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org