sujith71955 commented on issue #24036: [SPARK-27036][SPARK-SQL] Cancel the 
running jobs in the background if broadcast  future timeout error occurs
URL: https://github.com/apache/spark/pull/24036#issuecomment-471398707
 
 
   @ajithme 
   1. Yes, the query will fail as it will not get any result for broadcast once 
timeout occur.
   2. broadcast jobs  tasks will be running in the background because future 
timeout wont ensure termination of the tasks. since the task may run  for long 
time also, it will unnecesarily occupy the resources.

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