wangzhiwei61 commented on issue #5772:
URL: https://github.com/apache/seatunnel/issues/5772#issuecomment-1837477967
@liugddx I don't know if it's appropriate to ask a question on this
bug,Because I'm getting the data empty for the
/hazelcast/rest/maps/running-job/:jobId , but I think it might be the same
problem
-------------------
environment:
1.Apache SeaTunnel 2.3.3
2.SeaTunnel Engine
3.cluster-mode,But in reality, I'm just a single service, because I want to
start in the background, just for testing
steps:
1./hazelcast/rest/maps/submit-job,return jobId and jobname
2./hazelcast/rest/maps/running-job/{jobid} ,return {}
-------------------
log:
[log.txt](https://github.com/apache/seatunnel/files/13539022/log.txt)
-------------------
config:
hazelcast:
cluster-name: seatunnel
network:
rest-api:
enabled: true
endpoint-groups:
CLUSTER_WRITE:
enabled: true
DATA:
enabled: true
join:
tcp-ip:
enabled: true
member-list:
- localhost
port:
auto-increment: false
port: 5801
properties:
hazelcast.invocation.max.retry.count: 20
hazelcast.tcp.join.port.try.count: 30
hazelcast.logging.type: log4j2
hazelcast.operation.generic.thread.count: 50
I don't know if there is any lack of information, can you tell me to see the
first time to complete,sir
--
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]