mogli129 commented on issue #7975:
URL: 
https://github.com/apache/incubator-seata/issues/7975#issuecomment-3859391319

   1.Use demo project 'springboot-feign-seata-xa' to test
   2.Modify the pom.xml of each project,update seata to 2.5.0
   
   <img width="737" height="291" alt="Image" 
src="https://github.com/user-attachments/assets/446b99e2-df77-428e-acc5-32e5ac034973";
 />
   2.Modify project "springboot-feign-seata-order",log level DEBUG
   
   <img width="1153" height="652" alt="Image" 
src="https://github.com/user-attachments/assets/ce85be75-261d-4d47-9eff-e87c928c6bc9";
 />
   3.Modify project "springboot-feign-seata-order",add test code to 
"OrderServiceImpl.create",Make it time out.
   The default timeout period is 60 seconds. We will let it pause for 61 
seconds.
   
   <img width="1067" height="608" alt="Image" 
src="https://github.com/user-attachments/assets/a1553a72-2c06-49f9-965a-37b80f9e9925";
 />
   4.The order service timed out and rolled back, but all other services were 
submitted.
   
   <img width="1810" height="624" alt="Image" 
src="https://github.com/user-attachments/assets/e9a2455c-8445-4145-b249-5cab795f40fa";
 />
   other services were submiited
   
   <img width="1727" height="623" alt="Image" 
src="https://github.com/user-attachments/assets/00f9897c-4b4e-4f69-a195-ccd5a733caca";
 />
   
   <img width="1789" height="584" alt="Image" 
src="https://github.com/user-attachments/assets/165aa8ff-9786-422f-8bec-ef41be9c4e43";
 />
   
   <img width="1752" height="586" alt="Image" 
src="https://github.com/user-attachments/assets/9ea0797b-b336-489f-9b04-e74eb4a5e843";
 />
   The database has been modified but no order records have been generated.
   
   <img width="501" height="110" alt="Image" 
src="https://github.com/user-attachments/assets/a3f007e7-4ff2-4e6c-9469-661eb120da60";
 />
   
   <img width="476" height="119" alt="Image" 
src="https://github.com/user-attachments/assets/56d7eb07-1ed4-4338-a8c1-997bf9b32bec";
 />
   
   <img width="695" height="134" alt="Image" 
src="https://github.com/user-attachments/assets/9dc8c2c9-0828-4db5-809c-99bd12dcfdc3";
 />
   
   This should be a problem.
    


-- 
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