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

Querying mapping on a non-master throws an error #261

Closed
clintongormley opened this issue Jul 15, 2010 · 1 comment
Closed

Querying mapping on a non-master throws an error #261

clintongormley opened this issue Jul 15, 2010 · 1 comment

Comments

@clintongormley
Copy link

Start three local nodes, and run this script: http://gist.github.com/477132

Note: don't change the :9201 to :9200

You will see that the GET _mapping request against :9200 works, but the one against :9201 fails

@kimchy
Copy link
Member

kimchy commented Jul 15, 2010

Querying mapping on a non-master throws an error, closed by c987e8a.

ClaudioMFreitas pushed a commit to ClaudioMFreitas/elasticsearch-1 that referenced this issue Nov 12, 2019
Fixing boolean expressions syntax when installing templates/license
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…est elastic#261)

[MPC-3028] improvements to network quality control script

* a script to simulate UDP network losses

* if/while code style

* feedback from Can

* mention default value for loss level

* remove default identity

* limit udp ports

* improvements suggested by Serge

* merge conflict resolved
costin pushed a commit that referenced this issue Dec 6, 2022
Add Page and Block data abstractions to support compute.

A page is a column-oriented data abstraction that allows data to be
passed between operators in batches. A page is further composed of a
number of blocks. A Block is a columnar data representation that has a
position (row) count, and various data retrieval methods for accessing
the underlying data that is stored at a given position. Pages and Blocks
are immutable and can be passed between threads.

The data abstractions are added to the org.elasticsearch.compute.data
package of server, since they are fundamental to how data moves through
the compute engine.
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
Ansible 2.9.1 is the first version that is compatible with macOS and
Python >=3.8.0, so currently running Ansible via `make configure` fails
on macOS.

Unfortunately, so far, we've relied on installing requirements defined
in `setup.py` by directly invoking `python3 setup.py ...` which uses
`easy_install` to install the dependencies[1]. Apart from being a big
anti-pattern, Ansible >= 2.9 fails to install with
easy_install regardless of OS.

Install Ansible 2.9.6 (matching the version in esbench) via pip and
clean up Python version deps in setup.py and left-over Ansible
configuration options.

[1] http://cerfacs.fr/coop/python3_doc/pip_install/
This issue was closed.
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

2 participants