DalongZhenZ commented on issue #37:
URL: 
https://github.com/apache/doris-streamloader/issues/37#issuecomment-4705836157

   
   func calculateAndCheckWorkers(reader *file.FileReader, size int64) {
        if workers > 0 {
                return
        }
   
        if !enableConcurrency {
                loadInfo.Workers = 1
                workers = 1 #1.0.2版本需要补充这一行代码
                return
        }    
   
   
   the problem is  not workers  default param and value 。 in the version 1.0.3 
is fix。 please fix the 1.0.2 version


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to