xufengfeng

Results 16 comments of xufengfeng

> Yes, encapsulate such a data structure, dynamically load by spelling the URL on the sink side, and add a keyby operator before sink > […](#) > ------------------ 原始邮件 ------------------ 发件人: "apache/doris"...

{ "job" : { "content" : [ { "reader" : { "parameter" : { "username" : "fle_development", "password" : "xxx", "cat" : "insert,delete,update", "jdbcUrl" : "jdbc:mysql://192.168.0.229:3306/xxx?useSSL=false", "host" : "192.168.0.229", "port"...

> What kind of task, this might be sub process created by the worker. Scheduled Task ,Why does the number of processes continue to increase? My understanding is that once...

> > Scheduled Task ,Why does the number of processes continue to increase? My understanding is that once a process finishes running, it should disappear. > > pf -eLf will...

> check the path of /proc/${worker-server pid}/task/ ,you can get the detail about the sub threads of the worker-server.Check the task to see if there is a scheduled thread pool...

> @simmonn Could you please provide the heap dump file or stack info? Maybe this is caused by thread leak. I encountered the same problem #15812

> Yes, I changed the heartbeat to IGNORE then the thread leak can be resolved. Please test. @simmonn @peak-xu Do I need to package and compile the dev branch code...