Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Riak initialization logic faulty #83

@StabbyCutyou

Description

@StabbyCutyou

Currently, our code to init riak based on a list of servers is not correct.

It takes what one might assume is a comma-delimited string, and puts it into an array. But that doesn't actually turn the string into a proper array, it just makes element 0 the same thing as the comma-ed string.

We should fix that to properly turn it into an array, or change the intention of the code.

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