texera icon indicating copy to clipboard operation
texera copied to clipboard

UDF framework doesn't clean up the resources used by the user

Open avinash0161 opened this issue 3 years ago • 2 comments

If the user creates threads in his UDF code, but forgets to destroy them, our UDF framework should destroy those threads. This issue was seen in the issue here #1141 . As a temporary fix, we can tell users to make sure they are destroying all threads, but it can be difficult if user himself is using a third party library.

So, we should try to incorporate logic in the UDF framework, to destroy the resources user has created.

avinash0161 avatar Jun 08 '21 21:06 avinash0161

Discussion 1/13: we need further deeper investigation

zuozhiw avatar Jan 13 '22 22:01 zuozhiw

Discussion 2022.05.12: Related to this issue. We leave it open.

Xiao-zhen-Liu avatar May 12 '22 20:05 Xiao-zhen-Liu

Discussion 2022.12.07: Won't be fixed in the near future.

Xiao-zhen-Liu avatar Dec 08 '22 00:12 Xiao-zhen-Liu