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

   when i choose disrutor as the queue-type in seatunnel.yaml
   specific configuration:
   
![image](https://github.com/apache/seatunnel/assets/3350711/8da6f77b-888d-4b90-b270-d8cc23ea6b7c)
   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://github.com/apache/seatunnel/assets/3350711/1237c899-db4e-4a8a-bb32-cafa13e02445)
   and then i call the rest api to stop running job, the request url is 
/hazelcast/rest/maps/stop-job
   
![image](https://github.com/apache/seatunnel/assets/3350711/d4e15ad1-e05d-47b5-9812-48d58cc045af)
   but when i call the url of /hazelcast/rest/maps/running-job to get the job 
info
   
![image](https://github.com/apache/seatunnel/assets/3350711/18070f35-81fa-40b1-a207-5046a7c1b7c4)
   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?


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