liugddx commented on issue #5830:
URL: https://github.com/apache/seatunnel/issues/5830#issuecomment-1822878600

   > when i choose disrutor as the queue-type in seatunnel.yaml specific 
configuration: 
![image](https://user-images.githubusercontent.com/3350711/283049864-8da6f77b-888d-4b90-b270-d8cc23ea6b7c.png)
 then i run the class SeaTunnelEngineServerExample,and call rest api to submit 
a job ,so i can call the url of /hazelcast/rest/maps/running-job to get the job 
info,such as 
![image](https://user-images.githubusercontent.com/3350711/283050748-1237c899-db4e-4a8a-bb32-cafa13e02445.png)
 and then i call the rest api to stop running job, the request url is 
/hazelcast/rest/maps/stop-job 
![image](https://user-images.githubusercontent.com/3350711/283051084-d4e15ad1-e05d-47b5-9812-48d58cc045af.png)
 but when i call the url of /hazelcast/rest/maps/running-job to get the job 
info 
![image](https://user-images.githubusercontent.com/3350711/283051610-18070f35-81fa-40b1-a207-5046a7c1b7c4.png)
 the status of job is canceling,not the end state of job
   > 
   > but when i choose blockingqueue as the queue-type in seatunnel.yaml,repeat 
the above steps,i can see the status of job is canceled. so are there any 
problems when using disruptor as the queue type in seatunnel.yaml?
   
   yes, disruptor has some problem ,now don't use it.


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

Reply via email to