yikf commented on code in PR #8245:
URL: https://github.com/apache/incubator-gluten/pull/8245#discussion_r1893388073


##########
gluten-core/src/main/scala/org/apache/gluten/softaffinity/SoftAffinityManager.scala:
##########
@@ -88,6 +90,13 @@ abstract class AffinityManager extends LogLevelUtil with 
Logging {
         }
       })
 
+  private var hashRing: Option[ConsistentHash[ExecutorNode]] = _

Review Comment:
   Because the strategy is fundamentally scalable, and there may be other 
strategies in the future besides the consistentHash strategy, I think we should 
keep a scalable implementation.



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