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
Balancer
未來會推出其他類型的 Balancer 實作,對此我們需要一個機制來可靠的比較各個 Balancer 的好壞。
由於 Balancer 運作本身會牽涉到很多因素,這裡我打算先推出一個工具能在固定下面的幾項因素的情況下做比較
計算資源的部分就是整個測試設備的所有資源,如果有 Balacner 使用多個 thread 做搜尋,但另外一個 Balancer 只使用一個 thread 做搜尋而得出比較劣勢的結果,這個算 Balancer 實作的好壞範疇之一,這部分不會做任何公平上的處理。
AlgorithmConfig
未來如果發現現有的 cost function 不夠提升解空間的複雜度,可能會考慮推一些比較複雜的 cost function 上來,比如要求特定 topic 被放在 ssd 的 data directory 的 cost function。
The text was updated successfully, but these errors were encountered:
這個概念很棒,期待看到實作
Sorry, something went wrong.
ClusterInfo
ClusterInfoBuilder
MetricSeriesBuilder
BalancerBenchmark
garyparrot
No branches or pull requests
未來會推出其他類型的
Balancer
實作,對此我們需要一個機制來可靠的比較各個 Balancer 的好壞。由於 Balancer 運作本身會牽涉到很多因素,這裡我打算先推出一個工具能在固定下面的幾項因素的情況下做比較
計算資源的部分就是整個測試設備的所有資源,如果有 Balacner 使用多個 thread 做搜尋,但另外一個 Balancer 只使用一個 thread 做搜尋而得出比較劣勢的結果,這個算 Balancer 實作的好壞範疇之一,這部分不會做任何公平上的處理。
預期簡單的測試方法
Balancer
實作,雙方進行比較(只能兩套,不能三套或更多)AlgorithmConfig
添加一個建議使用的 Random Number Generator #1072)預期的程式碼實作
未來如果發現現有的 cost function 不夠提升解空間的複雜度,可能會考慮推一些比較複雜的 cost function 上來,比如要求特定 topic 被放在 ssd 的 data directory 的 cost function。
The text was updated successfully, but these errors were encountered: