Is there any way for me to kill a long running query?
while exploring various mapping types, on several occasions I've
attempted to sort a few thousand records, and this resulted in a query
the appears to run forever.
is there any way to see what ES is doing and/or to kill those actions
without having to kill the ES process?
No, there isn't an option to stop a query that is executing. One of the
possible reasons why a query with sort takes a long time for the first time
is because it needs to load the values to be sorted to memory (and check
the logs to see if there are no failures doing that).
Is there any way for me to kill a long running query?
while exploring various mapping types, on several occasions I've
attempted to sort a few thousand records, and this resulted in a query
the appears to run forever.
is there any way to see what ES is doing and/or to kill those actions
without having to kill the ES process?
No, there isn't an option to stop a query that is executing. One of the
possible reasons why a query with sort takes a long time for the first time
is because it needs to load the values to be sorted to memory (and check
the logs to see if there are no failures doing that).
Is there any way for me to kill a long running query?
while exploring various mapping types, on several occasions I've
attempted to sort a few thousand records, and this resulted in a query
the appears to run forever.
is there any way to see what ES is doing and/or to kill those actions
without having to kill the ES process?
No, there isn't an option to stop a query that is executing. One of the
possible reasons why a query with sort takes a long time for the first
time
is because it needs to load the values to be sorted to memory (and check
the logs to see if there are no failures doing that).
Is there any way for me to kill a long running query?
while exploring various mapping types, on several occasions I've
attempted to sort a few thousand records, and this resulted in a query
the appears to run forever.
is there any way to see what ES is doing and/or to kill those actions
without having to kill the ES process?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.