Skip to content

Create a utility script to find the bad node in a cluster using non brute force algorithm #865

@harishvs

Description

@harishvs

The brute force approach would be to run pair test of every possible combination and identify the slow performing pairs and then identify the node that is common in all pairs - So for a 16 node it would be $\binom{16}{2}$ = 120 combinations.
but using binary search we can find the problem faster and smaller number of runs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions