Bflren opened a new issue, #658:
URL: https://github.com/apache/incubator-seata-go/issues/658

   <!-- Please use this template while reporting a bug and provide as much info 
as possible. Not doing so may result in your bug not being addressed in a 
timely manner. Thanks!
   
   -->
   
   
   # 启动example中的AT,gin:client,server  sampleUpdate方法
   
   ## client报错:panic: tm update data err, first phase error: first phase error: 
undo log parser type jackson not found, second phase error: <nil>, second phase 
error: <nil>
   
   
   ### debug发现:default undo log parser 只有jsonparser,没有jacksonparser
   ### 配置文件配置(如下),好像没用
       undo:
         # Judge whether the before image and after image are the same,If it is 
the same, undo will not be recorded
         data-validation: true
         # Serialization method
         log-serialization: json
   
![image](https://github.com/apache/incubator-seata-go/assets/72384753/d0f44b2e-5b5e-4609-91b5-a677b5e062fe)
   
![image](https://github.com/apache/incubator-seata-go/assets/72384753/55f398c1-f21a-4e82-b45d-0f43179c7e40)
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to