You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "wangzhiwei61 (via GitHub)" <gi...@apache.org> on 2023/12/03 13:16:34 UTC

Re: [I] [Feature] [rest-api] get finished jobs info. [seatunnel]

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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org