We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClusterInfo
根據 #514 的討論,因balancer在產生假分佈時會需要用到ClusterInfo來餵給CostFunction進行打分,因此要先將balancer產生用來表示replica分佈的ClusterLogAllocation轉成ClusterInfo,在這過程會需要手動填入一些資訊像是ClusterInfo#nodes回傳的NodeInfo中的isOffline需要手動填入false,因為假分佈是不會有上下線的情況發生
ClusterLogAllocation
ClusterInfo#nodes
NodeInfo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
根據 #514 的討論,因balancer在產生假分佈時會需要用到
ClusterInfo
來餵給CostFunction進行打分,因此要先將balancer產生用來表示replica分佈的ClusterLogAllocation
轉成ClusterInfo
,在這過程會需要手動填入一些資訊像是ClusterInfo#nodes
回傳的NodeInfo
中的isOffline需要手動填入false,因為假分佈是不會有上下線的情況發生The text was updated successfully, but these errors were encountered: