spodila

Results 16 comments of spodila

You are right in that the included bin packing fitness calculator is relatively simple in giving equal weights to the three resources. A different one can be composed with multiple...

This thought of making fitness good enough evaluation dynamic existed since the beginning. But, it hasn't manifested itself in the implementation yet. For this to work effectively, I believe there...

These are certainly possible with some changes in Fenzo. I see why approach 2 may be more optimal for you. Although, one aspect you may be giving up from approach...

Your "Approach 1" sounds reasonable. This may work well for a lot of cases until the scale and complexity of the use case increases. It is too early to say...

Here are some thoughts: - Use Fenzo's tiered queues to define priority tiers for service versus batch tasks. We actually created two tiers - one for "critical" tasks that need...

Hello @senior7515 thank you, hope you find it useful. Could you elaborate on what you mean by the OR operation here? Fitness functions are expected to return a double value...

OK, this sounds good. Looking forward to your PR.

Thank you. The `OptimizingShortfallEvaluator` needs to work in conjunction with `TaskSchedulingService` and as such wouldn't do well implemented outside. However, the shortfall evaluation can provide plugins based extensibility that you...

I can see how this can be customized for your example. And likely other examples as well. My initial thought was more on handling the complexity in the "optimizing shortfall...

The "SlaveID" value is more ephemeral than the "hostname" field. That is, there could be multiple "slaveId" values for the same physical host, for example when the mesos agent times...