vagetablechicken edited a comment on issue #3143: Non blocking OlapTableSink
URL: https://github.com/apache/incubator-doris/pull/3143#issuecomment-604855354
 
 
   I wanna change yeild() to sleep(), to avoid CPU busy. I need to prove "even 
sleep() after each loop, non-blocking sink is faster than blocking one" through 
testing.
   So in the first step, I want the sleep interval to be the config param of 
BE, and I'll give a default value.
   
   One more thing, the add_row() may be blocked cause mem limit exceeded, I'll 
add the blocking time to time profile.
   
   Your comments are welcome.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to