-
Notifications
You must be signed in to change notification settings - Fork 25.2k
A search with an empty fields param causes a NullPointerException or a runaway process #55
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
Comments
A search with an empty fields param causes a NullPointerException or a runaway process. Changed logic for an empty fields array, where it won't return the source in this case. Closed by 4b04db9. |
fixed++ |
StefanGor
pushed a commit
to StefanGor/elasticsearch
that referenced
this issue
Mar 17, 2017
Update Coordination.md
ywelsch
pushed a commit
to ywelsch/elasticsearch
that referenced
this issue
May 24, 2018
A true Discovery implementation must expose newly-committed cluster states to the rest of the system via the ClusterApplier interface. This change adds this functionality to the Legislator.
henningandersen
pushed a commit
to henningandersen/elasticsearch
that referenced
this issue
Jun 4, 2020
* Fixing some grammer issues. Re ordered parts that I got stuck on that are described later in the readme. * Just adding some clarity around the number_of_days field. * Fixing up some syntax and adding back in some examples. * Fixing some additional typos * Still more typos. * Fixed some errors in the markup, and I found my self constantly having to lookup how to pass a particular challenge, so I added that.
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hiya
An empty fields[] array either returns a NullPointerException, or causes a runaway process. Try this:
thanks
Clint
The text was updated successfully, but these errors were encountered: