Quilian opened a new issue, #9119:
URL: https://github.com/apache/seatunnel/issues/9119

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   The memory of the node server is displayed as 0.
   
   ### SeaTunnel Version
   
   2.3.10
   
   ### SeaTunnel Config
   
   ```conf
   env{
     execution.parallelism = 1
     job.mode = "STREAMING"
     checkpoint.interval = 1000
   
   }
   source {
     Oracle-CDC {
         username = "xxx"
         password = "xxx"
         database-names = ["a"]
         schema-names = ["b"]
         table-names = ["a.b.c"]
         base-url = "xxx"
         source.reader.close.timeout = 120000
       }
   }
   
   
   sink {
      Doris {
         fenodes = "xxxx"
         username = xx
         password = "xxx"
         database = "b"
         sink.enable-2pc = "false"
         sink.label-prefix = "aa"
         sink.enable-delete = "true"
         doris.config = {
               format="json"
               read_json_by_line="true"
           }
       }
   }
   ```
   
   ### Running Command
   
   ```shell
   bin/seatunnel.sh -c xx.template -n xxx --async
   ```
   
   ### Error Exception
   
   ```log
   There is no error message.
   ```
   
   ### Zeta or Flink or Spark Version
   
   zeta
   
   ### Java or Scala Version
   
   1.8
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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-unsubscr...@seatunnel.apache.org.apache.org

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

Reply via email to