BigTailMonkey commented on issue #3999:
URL: https://github.com/apache/seatunnel/issues/3999#issuecomment-1916252880

   > > > Please provide the Click House environment?
   > > 
   > > 
   > > clickhouse ver: 21.8.4.51
   > > I can execute it through the earlier version of waterdrop-1.5.0,However, 
the above error reports were encountered in Seatunnel-2.3.0.
   > 
   > Unfortunately, I did not reproduce the problem described in multiple tests 
with hadoop HA and non-HA clusters
   
   I have the same problem too.This is my config file:
   `env {
     execution.parallelism = 1
     job.mode = "BATCH"
     checkpoint.interval = 10000
   }
   
   source {
     FakeSource {
       parallelism = 1
       result_table_name = "fake"
       row.num = 1
       schema = {
         fields {
           id = "int"
           a = "string"
           b = "string"
         }
       }
     }
   }
   
   sink {
     Clickhouse {
       source_table_name = "fake"
       host = "192.168.1.110:8123"
       database = "test_seatunnel"
       table = "table_a"
       username = "default"
       password = ""
     }
   }`
   
   But I succeeded twice and failed once with same ClickHouse Database and 
ClickHouse Driver.
   The one success was on my own macbook pro with seatunnel 2.3.3+jdk 1.8.0_321.
   And the other was also using seatunnel 2.3.3+jdk 11.0.21 on my own macbook 
pro
   The one failure was on centos 7 with seatunnel 2.3.3+jdk 11.0.21.
   
   So I'm guessing it's the OS env? That's a bad guess.


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

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

Reply via email to