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

(WIP) support dropping server from the cluster #2234

Closed
wants to merge 11 commits into from
Closed

Commits on May 2, 2015

  1. influxql: add DROP SERVER

    dgnorton authored and influxdb-denver-pair committed May 2, 2015
    Configuration menu
    Copy the full SHA
    ecc626b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    462d937 View commit details
    Browse the repository at this point in the history
  3. make consts package level

    dgnorton authored and influxdb-denver-pair committed May 2, 2015
    Configuration menu
    Copy the full SHA
    16aba4b View commit details
    Browse the repository at this point in the history
  4. remove base param

    dgnorton authored and influxdb-denver-pair committed May 2, 2015
    Configuration menu
    Copy the full SHA
    26753cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a281fb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8698e98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    659904e View commit details
    Browse the repository at this point in the history
  8. Server.applyDropServer; don't lock because our parent already does. N…

    …ode.dropAndExit requires config because Broker.close and DataNode.close erase their path.
    influxdb-denver-pair committed May 2, 2015
    Configuration menu
    Copy the full SHA
    53fb7e7 View commit details
    Browse the repository at this point in the history
  9. Server.applyDropServer - wip

    applyDropServer: can't lock because our caller already holds a lock.
    
    Node.dropAndExit requires config because the Broker and DataNode
    (Server) Close methods erase their path.
    levicook authored and influxdb-denver-pair committed May 2, 2015
    Configuration menu
    Copy the full SHA
    8d6ec23 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d8c304 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2015

  1. Configuration menu
    Copy the full SHA
    82923ce View commit details
    Browse the repository at this point in the history