Elasticsearch 1.7.0 Released

rdn

Well-known member
Breaking changes
  • Allocation:
    • Default delayed allocation timeout to 1m from 0 #12166
New features
  • Allocation:
    • Optional Delayed Allocation on Node leave #11712
  • Recovery:
    • Add basic recovery prioritization to GatewayAllocator #11975 (issue: #11787)
Enhancements
  • Allocation:
    • Simplify ShardRouting and centralize move to unassigned #11634
  • Cluster:
    • Remove scheduled routing #11776
    • Reset registeredNextDelaySetting on reroute #11759
    • Add Unassigned meta data #11653
  • Exceptions:
    • Reduce the size of the XContent parsing exception #11642
  • Internal:
    • Remove reroute with no reassign #11804
    • Mark store as corrupted instead of deleting state file on engine failure #11769
  • REST:
    • Create Snapshot: remove _create from POST path to match PUT #11928 (issue: #11897)
    • Add rewrite query parameter to the indices.validate_query API spec #11580 (issue: #10147)
  • Search:
    • Search preference based on node specification #11464 (issue: #5925)
  • Snapshot/Restore:
    • Backport to 1.7 - Snapshot info should contain version of elasticsearch that created the snapshot #12162 (issues: #11980, #11985)
    • Add validation of snapshot FileInfo during parsing #12108
  • Term Vectors:
    • Only load term statistics if required #11737
  • Upgrade:
    • Upgrade groovy from 2.4.0 to 2.4.4 #12288
 
I am thinking of adding ElasticSearch to my site, but have a couple questions...

  1. Where can I find a Xenforo forum with ElasticSearch, so that I may register as a user to see how it works?
  2. Does anyone have experience installing ElasticSearch on AWS? And if so, can you comment on issues, hosting cost impact.
Thank you.
 
Did you update on your centmin server? I did a yum update but nothing came up
Yes.
On what version you're currently on?
Check your repo for correct value: Repositories
Code:
[elasticsearch-1.7]
name=Elasticsearch repository for 1.7.x packages
baseurl=http://packages.elastic.co/elasticsearch/1.7/centos
gpgcheck=1
gpgkey=http://packages.elastic.co/GPG-KEY-elasticsearch
enabled=1
 
Yes.
On what version you're currently on?
Check your repo for correct value: Repositories
Code:
[elasticsearch-1.7]
name=Elasticsearch repository for 1.7.x packages
baseurl=http://packages.elastic.co/elasticsearch/1.7/centos
gpgcheck=1
gpgkey=http://packages.elastic.co/GPG-KEY-elasticsearch
enabled=1
I'm on 1.7.0
I have the same repo value.
This is my first time trying to upgrade it via yum as I installed/upgrade it from source in the past.

Do you just run yum update to find it?
 
Elasticsearch 1.7.2
Enhancements
  • Allocation:
    • Avoid extra reroutes of delayed shards in RoutingService #12532 (issues: #12456, #12515)
  • Packaging:
  • Query DSL:
Bug fixes
  • Allocation:
    • Take relocating shard into consideration during awareness allocation #13512 (issue: #12551)
    • Take initializing shards into consideration during awareness allocation #12551 (issue: #12522)
    • Fix messaging about delayed allocation #12515 (issue: #12456)
  • Internal:
    • Fix concurrency issue in PrioritizedEsThreadPoolExecutor. #12599
  • Nested Docs:
    • Nested query should only use bitset cache for parent filter #13087
  • Packaging:
  • Plugins:
    • Plugin script: Fix ES_HOME with spaces #12508 (issue: #12504)
  • Query DSL:
    • Do not track named queries that are null #12691 (issue: #12683)
    • multi_match query applies boosts too many times. #12294
  • Recovery:
    • Rethrow exception during recovery finalization even if source is not broken #12667
  • Snapshot/Restore:
  • Suggesters:
    • Prevent DirectCandidateGenerator to reuse an unclosed analyzer
 
Version: 1.7.3 released.
dJvtIll.png
 
Updated few days ago and working good too:

Elasticsearch Server:
Version:2.2.0
Documents:282,080 (172.7 MB)
Index Updates:12,714 (0.0034 seconds average)
Searches:422,595 (0.0018 seconds average)
Fetches:247,399 (0.0001 seconds average)
 
Elasticsearch 2.2.1 released

Updated and all is looking good :)

Code:
# yum update
Loaded plugins: fastestmirror, priorities
base                                                     | 3.6 kB     00:00   
elasticsearch-2.x                                        | 2.9 kB     00:00   
epel/x86_64/metalink                                     |  27 kB     00:00   
extras                                                   | 3.4 kB     00:00   
mariadb                                                  | 2.9 kB     00:00   
remi-safe                                                | 2.9 kB     00:00   
rpmforge                                                 | 1.9 kB     00:00   
updates                                                  | 3.4 kB     00:00   
(1/2): remi-safe/primary_db                                | 359 kB   00:00   
(2/2): elasticsearch-2.x/primary_db                        | 4.7 kB   00:00   
Loading mirror speeds from cached hostfile
* base: ftp.plusline.de
* epel: mirror.23media.de
* extras: mirror.23media.de
* remi-safe: remi.schlundtech.de
* rpmforge: mirror.de.leaseweb.net
* updates: ftp.plusline.de
227 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package elasticsearch.noarch 0:2.2.0-1 will be updated
---> Package elasticsearch.noarch 0:2.2.1-1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package             Arch         Version         Repository               Size
================================================================================
Updating:
elasticsearch       noarch       2.2.1-1         elasticsearch-2.x        28 M

Transaction Summary
================================================================================
Upgrade  1 Package

Total download size: 28 M
Is this ok [y/d/N]: y
Downloading packages:
No Presto metadata available for elasticsearch-2.x
elasticsearch-2.2.1.rpm                                    |  28 MB   00:07   
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : elasticsearch-2.2.1-1.noarch                                 1/2
  Cleanup    : elasticsearch-2.2.0-1.noarch                                 2/2
  Verifying  : elasticsearch-2.2.1-1.noarch                                 1/2
  Verifying  : elasticsearch-2.2.0-1.noarch                                 2/2

Updated:
  elasticsearch.noarch 0:2.2.1-1                                               

Complete!

Code:
Version:2.2.1
Documents:287,808 (173.1 MB)
Index Updates:11 (0.0199 seconds average)
Searches:350 (0.0100 seconds average)
Fetches:229 (0.0006 seconds average)
Note that statistics will be reset if Elasticsearch is restarted or if the index is temporarily closed.
 
Top Bottom