https://github.com/elastic/elasticsearch

sort by:
Revision Author Date Message Commit Date
0d3159b release [1.7.4] 15 December 2015, 11:01:25 UTC
207026b Update geo_shape/query docs This commit adds the following: * SpatialStrategy documentation to the geo-shape reference docs. * Updates relation documentation to geo-shape-query reference docs. 12 December 2015, 00:41:56 UTC
c5df211 Merge pull request #15195 from s1monw/1.7 Take ingored unallocated shards into account when making allocation decision 03 December 2015, 09:16:04 UTC
afbff53 Take ingored unallocated shards into account when makeing allocation decision ClusterRebalanceAllocationDecider did not take unassigned shards into account that are temporarily marked as ingored. This can cause unexpected behavior when gateway allocator is still fetching shards or has marked shareds as ignored since their quorum is not met yet. Closes #14670 Closes #14678 02 December 2015, 16:52:08 UTC
f0de5a2 Polish doc Closes #15011 28 November 2015, 17:25:15 UTC
14946aa Fix calculation of next delay for delayed shard allocation Currently the next delay is calculated based on System.currentTimeMillis() but the actual shards to delay based on the last time the GatewayAllocator tried to assign/delay the shard. This introduces an inconsistency for the case where shards should have been delay-allocated between the GatewayAllocator-based timestamp and System.currentTimeMillis(). Closes #14765 16 November 2015, 13:18:06 UTC
d342200 Fix missing reroute in case of multiple delayed shards After a delayed reroute of a shard, RoutingService misses to schedule a new delayed reroute of other delayed shards. Closes #14494 Closes #14010 Closes #14445 12 November 2015, 18:16:47 UTC
15ba56a Merge pull request #14652 from s1monw/17_backport_pull/14591 Only allow rebalance operations to run if all shard store data is available 11 November 2015, 13:04:57 UTC
479711d Only allow rebalance operations to run if all shard store data is available This commit prevents running rebalance operations if the store allocator is still fetching async shard / store data to prevent pre-mature rebalance decisions which need to be reverted once shard store data is available. This is typically happening on rolling restarts which can make those restarts extremely painful. Closes #14387 10 November 2015, 12:49:21 UTC
1c7bf02 Fixed ES version in docs 08 November 2015, 13:14:59 UTC
36c83d5 Merge pull request #14571 from achow/achow/patterntokenizer Fork Lucene PatternTokenizer to apply LUCENE-6814 (closes #13721) 06 November 2015, 19:45:45 UTC
1f90852 Restore original lucene license header 06 November 2015, 19:18:24 UTC
81fddea Update PatternTokenizer to XPatternTokenizer in tests 06 November 2015, 00:00:50 UTC
61ea461 Fork Lucene PatternTokenizer to apply LUCENE-6814 (closes #13721) 05 November 2015, 23:41:37 UTC
c9f198d Use fresh index settings for shards With this commit fresh index settings are used when creating a shard. This works around a problem with Guice regarding too aggressive caching. Fixes #14319 04 November 2015, 13:35:14 UTC
eb56bad Java API docs should point to ES ref 1.7 27 October 2015, 21:58:06 UTC
8ab696e Backs out early link fix. 22 October 2015, 22:03:31 UTC
96a307d Fixes broken links. 22 October 2015, 21:44:29 UTC
423715d Adds links to Logstash plugins under the Integrations page. 21 October 2015, 23:28:26 UTC
62a64e2 [REST specs] point doc urls to 1.7 docs 21 October 2015, 16:53:22 UTC
8ecd570 Build: Prepare for next release iteration Bumped to 1.7.4-SNAPSHOT, added BWC indices, changed Version.java to add new snapshot version. 15 October 2015, 09:55:21 UTC
05d4530 release [1.7.3] 15 October 2015, 09:12:42 UTC
44283ef Upgrade Netty to 3.10.5.final This fixes a critical bug in SSL handling. See http://netty.io/news/2015/10/13/3-10-5-Final.html See #14105 14 October 2015, 09:01:54 UTC
ce18919 Merge pull request #14096 from speedplane/patch-2 Fixed a typo ("when when") 13 October 2015, 19:13:44 UTC
1d0f1d9 Fixed a typo ("when when") 13 October 2015, 19:11:08 UTC
38d421a Merge pull request #14079 from ashwinkumar01/patch-1 Fixed Typos 13 October 2015, 11:53:45 UTC
87404bd Fixed Typos 13 October 2015, 07:31:25 UTC
4f7d813 Merge pull request #14060 from s1monw/issues/14023 Ensure more specific analyzer is used independent of the mapping order 12 October 2015, 19:23:28 UTC
cfafde9 Ensure more specific analyzer is used independent of the mapping order Today in the 1.x series `search_analyzer` or `index_analyzer` will be overwritten by `analyzer` dependent on the hash map interation order. if the `analyzer` key comes last all previously set analzyers are lost. This commit removes the ambigutiy such that `search_analyzer` is always used if specified. Closes #14023 12 October 2015, 19:23:00 UTC
fa36cbc TransportNodesAction shouldn't hold to cluster state Long running TransportNodesAction requests can retain old cluster states in memory for much longer than needed. This can cause nodes with frequent cluster state updates and long running requests to run out of memory. 07 October 2015, 23:44:04 UTC
5ff8f6e Expose nodes operation timeout in REST API Currently it's not possible to specify a timeout for nodes operations (such as node info, node stats, cluster stats and hot threads) via REST-based APIs. 07 October 2015, 21:27:15 UTC
5c2643f Snapshot restore operations throttle more than specified Lucene's RateLimiter can do too much sleeping on small values (see also #6018). The issue here is that calls to "pause" are not properly guarded in "restoreFile". Instead of simply adding the guard, this commit uses the RateLimitingInputStream similar as for "snapshotFile". Closes #13828 03 October 2015, 14:56:41 UTC
5840980 Update get-settings.asciidoc Fixed docs for filtering index settings in get-settings API Closes #13872 02 October 2015, 14:43:53 UTC
ce8be32 Merge pull request #13868 from hafkensite/patch-1 Update example with parameters 02 October 2015, 14:23:01 UTC
a25f819 Update example with parameters Update to show how to use the 'Request Parameters', not as a javascript object, but as query arguments. 30 September 2015, 06:23:21 UTC
d7faab1 Internal: an inactive shard is activated by triggered synced flush When a shard becomes in active we trigger a sync flush in order to speed up future recoveries. The sync flush causes a new translog generation to be made, which in turn confuses the IndexingMemoryController making it think that the shard is active. If no documents comes along in the next 5m, the shard is made inactive again , triggering a sync flush and so forth. To avoid this, the IndexingMemoryController is changed to ignore empty translogs when checking if a shard became active. This comes with the price of potentially missing indexing operations which are followed by a flush. This is acceptable as if no more index operation come in, it's OK to leave the shard in active. A new unit test is introduced and comparable integration tests are removed. Relates #13802 Includes a backport of #13784 Closes #13824 28 September 2015, 12:28:22 UTC
aa45407 Merge pull request #13733 from mcku/patch-1 Update core-types.asciidoc 25 September 2015, 12:17:13 UTC
3250a87 Merge pull request #13764 from franklanganke/patch-1 Docu typo: Fixed parameter value 25 September 2015, 11:45:42 UTC
aaf5565 Internal: pending operations in the translog prevent shard from being marked as inactive The IndexingMemoryController checks periodically if there is any indexing activity on the shard. If no activity is sean for 5m (default) the shard is marked as inactive allowing it's indexing buffer quota to given to other active shards. Sadly the current check is bad as it checks for 0 translog operation. This makes the inactive wait for a flush to happen (~30m). This commit fixes the check so it will work with any translog size. Closes #13759 24 September 2015, 10:41:26 UTC
bf29118 Merge pull request #13716 from ulkas/patch-1 Update phrase-suggest.asciidoc 23 September 2015, 13:15:19 UTC
b7d5159 Update core-types.asciidoc Fix a trivial typo hes --> has 23 September 2015, 09:49:24 UTC
7a26f9d Update phrase-suggest.asciidoc small sentence fix 22 September 2015, 13:31:17 UTC
1a9c714 Merge pull request #13688 from nik9000/docs_http_settings Note that no http settings are dynamic 22 September 2015, 09:56:17 UTC
c20ec54 Increment tribe node version on updates Currently the tribe node version always stays 0, which can cause issues for the services that rely on cluster state version. For example, ClusterStateObserver doesn't revalidate the cluster state after change, which leads to cluster health check with wait flags to take much longer then actually needed. 21 September 2015, 17:32:29 UTC
29838a0 Update compound-word-tokenfilter.asciidoc Improved the docs for compound work token filter. Closes #13670 Closes #13595 21 September 2015, 09:18:18 UTC
529a0b5 Docs: Always quote "@file" argument to --data-binary Closes #13500 19 September 2015, 15:29:16 UTC
2140262 SELECT state, COUNT(*) for clarity Adding state to the SQL syntax to make it more clear, given that the buckets returned include the values of state AND count for each. Closes #13597 19 September 2015, 13:02:33 UTC
e2bd48f Release: preparing for next development iteration * Moved to 1.7.2-SNAPSHOT * Added BWC indices * Added snapshot version to Version.java * Fixed create_bwc_index to use localhost instead of localhost and 127.0.0.1 (problem with ipv4/6 setup) 14 September 2015, 10:37:02 UTC
e43676b release [1.7.2] 14 September 2015, 09:48:05 UTC
c8a261c Snapshot restore request should accept indices options Fixes an issue introduced in #10744 as a result of which the restore request stopped accepting indices options such as ignore_unavailable. Fixes #13335 11 September 2015, 16:31:59 UTC
8e0e880 Fixes #13417 11 September 2015, 15:05:53 UTC
f4145d7 Take relocating shard into consideration during awareness allocation Previous fix #12551 counted twice for relocating shard (source and target). Fix it to consider only target node. 11 September 2015, 13:20:32 UTC
cbf7b07 Merge pull request #13455 from apepper/fsts [docs] Document meaning of "FST" and "FSTs". 11 September 2015, 09:23:59 UTC
a78373e Merge pull request #13504 from mjohnst/patch-1 Added documentation for default execution value (range filter) 11 September 2015, 07:52:54 UTC
00c54f3 Added documentation for default execution value Specified which value for execution is default if no value is specified. 11 September 2015, 07:45:38 UTC
f480ad7 Take initializing shards into consideration during awareness allocation It makes decision consistent. Fixes #12522 11 September 2015, 05:52:55 UTC
ef657dc [docs] Document meaning of "FST" and "FSTs". 10 September 2015, 09:13:02 UTC
e65c384 Merge pull request #12635 from SergVro/1.7 Add a check if FieldMappers exists 08 September 2015, 14:55:24 UTC
63f4af5 Docs: Added array include/exclude example back into terms agg 08 September 2015, 10:48:30 UTC
c262500 Merge pull request #13358 from jasontedor/fix/shade-joda-convert Shade joda-convert 05 September 2015, 12:48:05 UTC
7f68cdd Shade joda-convert Closes #13356 04 September 2015, 21:49:55 UTC
656fae9 [doc] remove comment about function_score faster than script sort. It is not so. 03 September 2015, 11:54:36 UTC
cbef323 Merge pull request #13281 from w33ble/bool-filter-docs use query_string in bool filter docs 02 September 2015, 19:46:31 UTC
3cbfece use query_string in bool filter docs 02 September 2015, 17:33:16 UTC
67e8464 Document transport.ping_schedule Closes #13241 01 September 2015, 11:44:34 UTC
d01539c Merge pull request #13193 from gmile/patch-1 [DOC] Fix link 29 August 2015, 11:12:49 UTC
7fae94f Fix link Add missing ">" symbol 28 August 2015, 22:15:02 UTC
306056e Merge pull request #13127 from c4urself/patch-4 Explain node restart for plugin install 27 August 2015, 09:47:52 UTC
9e96f33 Explain node restart for plugin install 26 August 2015, 18:20:37 UTC
f6de172 nested: child level filter should be a regular filter! 25 August 2015, 09:27:04 UTC
921587f Merge pull request #13018 from dylan8902/patch-1 adds grammar correction 24 August 2015, 12:59:03 UTC
4350db6 Update completion-suggest.asciidoc Corrected "length" in result output Closes #13011 24 August 2015, 11:32:14 UTC
c43b0d6 adds grammer correctiion adds you 20 August 2015, 17:16:05 UTC
b6bb1cc Fix a documentation typo and a code comment typo to path.repo This commit backports a0243200e03393d1a99b6e5c8b34ed70a6486229 to 1.7 from master. 20 August 2015, 02:17:09 UTC
33f22f3 Fix documentation typo to path.repo for UNC path example This commit backports a documentation fix for #13008 to 1.7 from master. 20 August 2015, 01:59:52 UTC
f9c50bd Docs: Added placeholder for new plugin docs 15 August 2015, 17:21:44 UTC
b71d850 Docs: Add elasticsearch-flavor to list of community plugins Closes #12488 15 August 2015, 14:04:35 UTC
e9baa60 Merge pull request #12502 from zhzhzoo/patch-1 Docs: Fix typo in scripting 15 August 2015, 14:00:30 UTC
20d6f48 Fixes #11571 - update "Cluster Stats" documentation with valid example 13 August 2015, 10:10:00 UTC
30b12b7 Add an examples of using UNC path in path.repo Closes #12665 12 August 2015, 16:36:26 UTC
df4faf5 Explain which nodes participate in master election This commit backports the documentation change #12728 for #12727 from master to 1.7. 07 August 2015, 22:21:41 UTC
986b520 Warning in the docs for negative histogram values As requested in https://github.com/elastic/elasticsearch/issues/8082#issuecomment-127962374 07 August 2015, 11:12:43 UTC
4c7e660 Docs: Add warning about allow_primary to the cluster reroute docs Closes #12503 07 August 2015, 10:03:34 UTC
a7da1f1 `multi_match` query applies boosts too many times. The `multi_match` query groups terms that have the same analyzer together and then applies the boost of the first query in each group. This is not necessary given that boosts for each term are already applied another way. 06 August 2015, 18:03:17 UTC
6a997b7 Do not track named queries that are null This commit backports the fix #12691 for #12683 from master to 1.7. 06 August 2015, 14:00:28 UTC
7f22fa1 Merge pull request #12670 from nomoa/1.7 Prevent DirectCandidateGenerator to reuse an unclosed analyzer 05 August 2015, 19:17:45 UTC
13ce22a Rethrow exception during recovery finalization even if source if not broken Today we miss to throw / rethrow an recovery exception if it happens during the finalization of phase 1 if the source files are not affected. Even worse this can cause some dataloss if the reason for this exception is a failure of deleting a corruption marker or similar pre-existing corruptions since we continue with the recovery and mark the target shared as started which will in-turn open an engine with an empty index. 05 August 2015, 18:54:56 UTC
93ac27a Avoid extra reroutes of delayed shards in RoutingService In order to avoid extra reroutes, `RoutingService` should avoid scheduling a reroute of any shards where the delay is negative. To make sure that we don't encounter a race condition between the GatewayAllocator thinking a shard is delayed and RoutingService thinking it is not, the GatewayAllocator will update the RoutingService with the last time it checked in order to use a consistent "view" of the delay. Resolves #12456 Relates to #12515 and #12456 05 August 2015, 18:28:02 UTC
19553a8 Prevent DirectCandidateGenerator to reuse an unclosed analyzer add comments 05 August 2015, 13:42:48 UTC
7d421e1 Prevent DirectCandidateGenerator to reuse an unclosed analyzer When postFilter generates a token that is identical to the input term DirectCandidateGenerator should not preFilter this token. If postFilter and preFilter are the same analyzer instance it would fail with : "TokenStream contract violation: close() call missing" 05 August 2015, 13:03:45 UTC
08b07aa Update multi-match-query.asciidoc Corrected note about which field is boosted in a cross-fields multi_match query. Relates to #12294 05 August 2015, 08:50:37 UTC
049bc82 Add a check if FieldMappers exists in ExistsFilterParser and MissingFilterParser 05 August 2015, 08:30:26 UTC
a370e2d Packaging: Fix upgrade RPM script This is a partial backport of #12298. This fixes an issue that rpms could not be upgraded, because of a bad number check in the postrm script, which exits with a failure. Closes #12606 Closes #12630 05 August 2015, 07:09:55 UTC
1ebe228 Change capitalization of "as" The documentation has "Running As a Service on Linux" and "Running as a Service on Windows." The capitalization ought to be consistent. 04 August 2015, 19:27:39 UTC
00bf5d5 Update nested-type.asciidoc mapping example 04 August 2015, 18:49:32 UTC
aae9a17 Tests: Remove `shards:1` from SearchPreferenceTests.testStopOneNodePreferenceWithRedState. This preference is incompatible with the test. 04 August 2015, 08:53:31 UTC
b0d7c25 Fix concurrency issue in PrioritizedEsThreadPoolExecutor. Tasks can be registered with a timeout, which runs as a task in a separate threadpool. The idea is that the timeout runner cancels the main task when the time is out, and the timeout runner is cancelled when the main task starts executing. However, the following statement: ```java timeoutFuture = timer.schedule(new Runnable() { @Override public void run() { if (remove(TieBreakingPrioritizedRunnable.this)) { runAndClean(timeoutCallback); } } }, timeValue.nanos(), TimeUnit.NANOSECONDS); ``` is not atomic: the removal task is first started, and then the (volatile) variable is assigned. As a consequence, there is a short window that allows a timeout task to wait until the time is out even if the task is already completed. See http://build-us-00.elastic.co/job/es_core_17_centos/496/ for an example of such a failure. 04 August 2015, 08:06:17 UTC
d490687 Fixed official api name in docs 04 August 2015, 08:03:33 UTC
9eebf03 Merge pull request #12614 from kagel/patch-2 Update elision-tokenfilter.asciidoc 03 August 2015, 22:24:10 UTC
3e347ed Update elision-tokenfilter.asciidoc Typo fix 03 August 2015, 22:22:34 UTC
back to top