zhouyuan commented on code in PR #7041:
URL: https://github.com/apache/incubator-gluten/pull/7041#discussion_r1738053469


##########
cpp/velox/memory/VeloxMemoryManager.cc:
##########
@@ -316,22 +316,27 @@ bool VeloxMemoryManager::tryDestructSafe() {
 
   // Velox memory manager considered safe to destruct when no alive pools.
   if (veloxMemoryManager_) {
-    if (veloxMemoryManager_->numPools() > 1) {
+    if (veloxMemoryManager_->numPools() > 2) {

Review Comment:
   note this is due to 
   
https://github.com/facebookincubator/velox/commit/763c19c0c767035ce03573ca2dc852b1303eeb6f



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