« Previous | Next » 

Revision 8a3b30ca

ID8a3b30ca2b2afd389440889f2bfcb36b00cc88f6
Parent 2cae47e9
Child c3c7a0c1

Added by Iustin Pop over 13 years ago

Introduce per-metric weights

Currently all metrics have the same weight (we just sum them together).
However, for the hard constraints (N+1 failures, offline nodes, etc.)
we should handle the metrics differently based on their meaning. For
example, an instance living on a primary offline node is worse than an
instance having its secondary node offline, which in turn is worse than
an instance having its secondary node failing N+1.

To express this case in our code, we introduce a table of weights for
the metrics, with which we can influence their relative importance.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences