Open Alvenshi opened 1 year ago
when i choose disrutor as the queue-type in seatunnel.yaml specific configuration: 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 and then i call the rest api to stop running job, the request url is /hazelcast/rest/maps/stop-job but when i call the url of /hazelcast/rest/maps/running-job to get the job info 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?
when i choose disrutor as the queue-type in seatunnel.yaml specific configuration: 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 and then i call the rest api to stop running job, the request url is /hazelcast/rest/maps/stop-job but when i call the url of /hazelcast/rest/maps/running-job to get the job info 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.
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
Hello, my seatunnel version is also 2.2.3 , why i call restapi (/hazelcast/rest/maps/stop-job) return { "status": "fail", "message": "Missing map name" } Have you done any processing before?
Hello, my seatunnel version is also 2.2.3 , why i call restapi (/hazelcast/rest/maps/stop-job) return { "status": "fail", "message": "Missing map name" } Have you done any processing before?
my seatunnel version is 2.3.3,you can upgrade to version 2.3.3,then try again
my seatunnel version is also 2.3.3,request restAPI(/hazelcast/rest/maps/stop-job) return result is also
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
my seatunnel version is also 2.3.3,request restAPI(/hazelcast/rest/maps/stop-job) return result is also
use 2.3.4 and try again
Search before asking
What happened
when i call rest api(/hazelcast/rest/maps/stop-job) to stop the running job,the status of job update to canceling,but can not update to canceled
SeaTunnel Version
2.3.3
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
No response
Java or Scala Version
No response
Screenshots
No response
Are you willing to submit PR?
Code of Conduct