Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pc.wait_prim and pc.wait_prim_timeout not real config options #360

Closed
temeo opened this issue Oct 27, 2015 · 3 comments
Closed

pc.wait_prim and pc.wait_prim_timeout not real config options #360

temeo opened this issue Oct 27, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@temeo
Copy link
Contributor

temeo commented Oct 27, 2015

Galera documentation in http://galeracluster.com/documentation-webpages/galeraparameters.html#pc-wait-prim-timeout states that pc.wait_prim and pc.wait_prim_timeout can be given as parameters in wsrep_provider_options. However, according to code

    bool wait_prim(
        gu::from_string<bool>(
            uri_.get_option(Conf::PcWaitPrim, Defaults::PcWaitPrim)));

    const gu::datetime::Period wait_prim_timeout(
        gu::from_string<gu::datetime::Period>(
            uri_.get_option(Conf::PcWaitPrimTimeout,
                            Defaults::PcWaitPrimTimeout)));

this is not so.

@temeo temeo added the bug label Oct 27, 2015
@tom--
Copy link

tom-- commented Dec 27, 2015

Perhaps this also explains why the invalid default value "P30S" for pc.wait_prim_timeout is tolerated. I guess it would otherwise be "PT30S".

@cofyc
Copy link

cofyc commented Apr 29, 2016

hi, when will this be fixed? I need to configure pc.wait_prim_timeout.

@philip-galera philip-galera added this to the 25.3.19 milestone Nov 8, 2016
@philip-galera
Copy link
Contributor

Pushed and released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants