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

Blocking writes on a tribe node creates a "blocks" tribe #5389

Closed
bodgit opened this issue Mar 11, 2014 · 1 comment
Closed

Blocking writes on a tribe node creates a "blocks" tribe #5389

bodgit opened this issue Mar 11, 2014 · 1 comment

Comments

@bodgit
Copy link

bodgit commented Mar 11, 2014

From the configuration a tribe node can block write operations with the following configuration:

tribe:
  blocks:
    write: true
  t1:
    cluster: ...

However when I do this, as well as getting the t1 tribe, I also end up with a blocks tribe that fails to find a cluster:

$ curl 'localhost:9200/_cluster/state/nodes?pretty'
...
    "rOnYeMT2QmSQAWVeNjCypg" : {
      "name" : "Kohl Harder Boulder Man/blocks",
      "transport_address" : "inet[/10.0.0.1:9302]",
      "attributes" : {
        "tribe.name" : "blocks",
        "client" : "true",
        "data" : "false"
      }
    },
...
@kimchy
Copy link
Member

kimchy commented Mar 11, 2014

aye, this is a bug, will work on a fix

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

No branches or pull requests

3 participants