Fenzo icon indicating copy to clipboard operation
Fenzo copied to clipboard

Extensible Scheduler for Mesos Frameworks

Results 22 Fenzo issues
Sort by recently updated
recently updated
newest added

https://github.com/Netflix/Fenzo/blob/8c82038d8021b06711e2dc88157db078638d7524/fenzo-core/src/test/java/com/netflix/fenzo/SampleLargeNumTasksToInit.java#L85 The program can potentially fail to release a system resource.

https://github.com/Netflix/Fenzo/blob/8c82038d8021b06711e2dc88157db078638d7524/fenzo-core/src/test/java/com/netflix/fenzo/TestLotsOfTasks.java#L181 This variable is never used.

This is a test refactoring. Problem: The exception handling test smell occurs when a test method explicitly a passing or failing of a test method is dependent on the production...

https://nvd.nist.gov/vuln/detail/CVE-2018-7489 FasterXML jackson-databind before 2.7.9.3, 2.8.x before 2.8.11.1 and 2.9.x before 2.9.5 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable...

We want to enforce dynamic task group constraints. E.g., this task group can use no more than 40% of the total # of cores. We can do this with `ResAllocs`,...

# Feature request Fenzo supports a concept of preferential named consumable resource, which models a collection of two-level resources. The top level resource is tagged with a name during task...

**Problem Description** Fenzo misinterprets offers containing a mix of reserved and unreserved resources, causing it to fail to consider all offered resources. For example, given an offer of 2 reserved...

Fenzo misunderstands offers that contain numerous disk resources, as can occur when an agent is configured with multiple disks (as described [here](http://mesos.apache.org/documentation/latest/multiple-disk/)). Fenzo consequently miscalculates the available disk resources. The...

I'd like the "good enough" calculation to vary with the urgency of the task. For example, imagine that a task should be scheduled within 30 seconds. At first, the fitness...