morningman opened a new pull request #2093: Fix some routine load bugs
URL: https://github.com/apache/incubator-doris/pull/2093
 
 
   Mainly fix the following issues:
   
   1. A null pointer exception is raised when a database or table is dropped. 
The expected behavior is that the routine load job is stopped.
   
   2. Memory leaks. Batch routine load task submissions are no longer 
performed, and modifications are submitted separately for each task.
   
   3. Unreasonable task timeout.
       Routine load tasks should not be queued in the BE thread pool for 
execution. The task sent to the BE should be executed immediately, otherwise 
the task in the FE will be timeout first. Eventually leads to constant timeout 
for all subsequent tasks.
   
   4. All routine load job should be scheduled once it being submitted. Not 
waiting the available BE slot. Otherwise, all later submitted jobs may not be 
scheduled forever.
   
   ISSUE #2065 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to