You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/10/24 07:21:49 UTC

[GitHub] [incubator-seatunnel] 365323507 opened a new issue, #3170: connector-v2 kafka Total automatic shutdown

365323507 opened a new issue, #3170:
URL: https://github.com/apache/incubator-seatunnel/issues/3170

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### What happened
   
   Total automatic shutdown
   
   ### SeaTunnel Version
   
   incubator-seatunnel-2.3.0-beta-release
   
   ### SeaTunnel Config
   
   ```conf
   env {
     execution.parallelism = 1
   }
   
   source {
   	Kafka {
           topic = "ceshi001"
           bootstrap.servers = "hdp01:9092,hdp02:9092,hdp03:9092"
   		schema = {
         		fields {
   				upstream_uri = "string"
         		}
       	}
   		result_table_name = test
       }
   }
   
   transform {
   	sql {
   		sql = "select * from test"
   	}
   }
   
   
   sink {
   	Console {}
   }
   ```
   
   
   ### Running Command
   
   ```shell
   bin/start-seatunnel-flink-connector-v2.sh -c config/kafkatoclickhouse2.conf
   ```
   
   
   ### Error Exception
   
   ```log
   Job has been submitted with JobID 006fbc9cf7dbcc0169b0b1a549a74405
   Program execution finished
   Job with JobID 006fbc9cf7dbcc0169b0b1a549a74405 has finished.
   Job Runtime: 31271 ms
   ```
   
   
   ### Flink or Spark Version
   
   Flink
   
   ### Java or Scala Version
   
   java
   
   ### 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-unsubscribe@seatunnel.apache.org.apache.org

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


[GitHub] [incubator-seatunnel] 365323507 closed issue #3170: connector-v2 kafka Total automatic shutdown

Posted by GitBox <gi...@apache.org>.
365323507 closed issue #3170: connector-v2 kafka Total automatic shutdown
URL: https://github.com/apache/incubator-seatunnel/issues/3170


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


[GitHub] [incubator-seatunnel] 365323507 commented on issue #3170: connector-v2 kafka Total automatic shutdown

Posted by GitBox <gi...@apache.org>.
365323507 commented on issue #3170:
URL: https://github.com/apache/incubator-seatunnel/issues/3170#issuecomment-1288641381

   env {
     execution.parallelism = 1
     job.mode = "STREAMING"
   }


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