zhztheplayer commented on code in PR #8245:
URL: https://github.com/apache/incubator-gluten/pull/8245#discussion_r1893656025
##########
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]] = None
Review Comment:
Can we make it a `val`? Likely it's only set once.
--
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]