pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/elasticsearch Update databases/elasticsearch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc8b291d9d2c
branches:  trunk
changeset: 359180:bc8b291d9d2c
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Mar 01 14:19:27 2017 +0000

description:
Update databases/elasticsearch to 5.2.2.

5.2.2

- The request circuit breaker, which track the size of in-flight
  requests, was not decrementing its counter when the connection was
  closed by the client before the response could be returned. This could
  result in no further requests being accepted until the node has been
  restarted. All users should upgrade to take advantage of this bug fix.
- The cgroup functionality (for reading OS stats for containers) had a
  bug in the regex for parsing /proc/self/cgroup which prevented nodes
  with multiple hierarchies from starting up.
- Requests which have been delayed by a shard lock might be executed
  later on a different thread which lacks the request context, resulting
  in the requests being incorrectly rejected as unauthorised.
- Removal of an undocumented syntax for include/exclude parameters in
  the terms aggregation broke certain aggregations in Kibana.

5.2.1

- When stored fields are configured with best_compression, we rely on
  JVM garbage collection to reclaim Deflater/Inflater instances. However
  these classes use little JVM memory but may use significant native
  memory, so if may happen that the OS runs out of native memory before
  the JVM collects these unreachable Deflater/Inflater instances.
- Certain queries can hold a reference to the IndexReader that was used
  to build them. When these queries are cached, this reference causes
  Lucene to hold onto segments long after they should have been deleted.

diffstat:

 databases/elasticsearch/Makefile |   4 ++--
 databases/elasticsearch/PLIST    |  34 +++++++++++++++++-----------------
 databases/elasticsearch/distinfo |  10 +++++-----
 3 files changed, 24 insertions(+), 24 deletions(-)

diffs (85 lines):

diff -r 7928490b60cd -r bc8b291d9d2c databases/elasticsearch/Makefile
--- a/databases/elasticsearch/Makefile  Wed Mar 01 14:10:14 2017 +0000
+++ b/databases/elasticsearch/Makefile  Wed Mar 01 14:19:27 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2017/02/14 10:36:03 fhajny Exp $
+# $NetBSD: Makefile,v 1.25 2017/03/01 14:19:27 fhajny Exp $
 
-DISTNAME=      elasticsearch-5.2.0
+DISTNAME=      elasticsearch-5.2.2
 CATEGORIES=    textproc
 MASTER_SITES=  https://artifacts.elastic.co/downloads/elasticsearch/
 
diff -r 7928490b60cd -r bc8b291d9d2c databases/elasticsearch/PLIST
--- a/databases/elasticsearch/PLIST     Wed Mar 01 14:10:14 2017 +0000
+++ b/databases/elasticsearch/PLIST     Wed Mar 01 14:19:27 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2017/02/14 10:36:03 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.16 2017/03/01 14:19:27 fhajny Exp $
 bin/elasticsearch
 bin/elasticsearch-plugin
 lib/elasticsearch/bin/elasticsearch.in.sh
@@ -16,21 +16,21 @@
 lib/elasticsearch/lib/log4j-1.2-api-2.7.jar
 lib/elasticsearch/lib/log4j-api-2.7.jar
 lib/elasticsearch/lib/log4j-core-2.7.jar
-lib/elasticsearch/lib/lucene-analyzers-common-6.4.0.jar
-lib/elasticsearch/lib/lucene-backward-codecs-6.4.0.jar
-lib/elasticsearch/lib/lucene-core-6.4.0.jar
-lib/elasticsearch/lib/lucene-grouping-6.4.0.jar
-lib/elasticsearch/lib/lucene-highlighter-6.4.0.jar
-lib/elasticsearch/lib/lucene-join-6.4.0.jar
-lib/elasticsearch/lib/lucene-memory-6.4.0.jar
-lib/elasticsearch/lib/lucene-misc-6.4.0.jar
-lib/elasticsearch/lib/lucene-queries-6.4.0.jar
-lib/elasticsearch/lib/lucene-queryparser-6.4.0.jar
-lib/elasticsearch/lib/lucene-sandbox-6.4.0.jar
-lib/elasticsearch/lib/lucene-spatial-6.4.0.jar
-lib/elasticsearch/lib/lucene-spatial-extras-6.4.0.jar
-lib/elasticsearch/lib/lucene-spatial3d-6.4.0.jar
-lib/elasticsearch/lib/lucene-suggest-6.4.0.jar
+lib/elasticsearch/lib/lucene-analyzers-common-6.4.1.jar
+lib/elasticsearch/lib/lucene-backward-codecs-6.4.1.jar
+lib/elasticsearch/lib/lucene-core-6.4.1.jar
+lib/elasticsearch/lib/lucene-grouping-6.4.1.jar
+lib/elasticsearch/lib/lucene-highlighter-6.4.1.jar
+lib/elasticsearch/lib/lucene-join-6.4.1.jar
+lib/elasticsearch/lib/lucene-memory-6.4.1.jar
+lib/elasticsearch/lib/lucene-misc-6.4.1.jar
+lib/elasticsearch/lib/lucene-queries-6.4.1.jar
+lib/elasticsearch/lib/lucene-queryparser-6.4.1.jar
+lib/elasticsearch/lib/lucene-sandbox-6.4.1.jar
+lib/elasticsearch/lib/lucene-spatial-6.4.1.jar
+lib/elasticsearch/lib/lucene-spatial-extras-6.4.1.jar
+lib/elasticsearch/lib/lucene-spatial3d-6.4.1.jar
+lib/elasticsearch/lib/lucene-suggest-6.4.1.jar
 lib/elasticsearch/lib/securesm-1.1.jar
 lib/elasticsearch/lib/snakeyaml-1.15.jar
 lib/elasticsearch/lib/spatial4j-0.6.jar
@@ -46,7 +46,7 @@
 lib/elasticsearch/modules/lang-expression/asm-commons-5.0.4.jar
 lib/elasticsearch/modules/lang-expression/asm-tree-5.0.4.jar
 lib/elasticsearch/modules/lang-expression/lang-expression-${PKGVERSION}.jar
-lib/elasticsearch/modules/lang-expression/lucene-expressions-6.4.0.jar
+lib/elasticsearch/modules/lang-expression/lucene-expressions-6.4.1.jar
 lib/elasticsearch/modules/lang-expression/plugin-descriptor.properties
 lib/elasticsearch/modules/lang-expression/plugin-security.policy
 lib/elasticsearch/modules/lang-groovy/groovy-2.4.6-indy.jar
diff -r 7928490b60cd -r bc8b291d9d2c databases/elasticsearch/distinfo
--- a/databases/elasticsearch/distinfo  Wed Mar 01 14:10:14 2017 +0000
+++ b/databases/elasticsearch/distinfo  Wed Mar 01 14:19:27 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25 2017/02/14 10:36:03 fhajny Exp $
+$NetBSD: distinfo,v 1.26 2017/03/01 14:19:27 fhajny Exp $
 
-SHA1 (elasticsearch-5.2.0.tar.gz) = aa0e7411b27bc897727517b524e69c7da0694a0a
-RMD160 (elasticsearch-5.2.0.tar.gz) = f576300a75034b348a501c31e56b44ad815550c2
-SHA512 (elasticsearch-5.2.0.tar.gz) = 618ff5338918051cf7a7a92f698a782a769cad7e9caa5a872b88d6cc989a4aec7f5ec650f8a9375c7eccc275754b4b1907ead46ed6fadf457e0b8081b673bfce
-Size (elasticsearch-5.2.0.tar.gz) = 33509642 bytes
+SHA1 (elasticsearch-5.2.2.tar.gz) = 2b19e0e334db8880e352c392a52d464be3d8bc0b
+RMD160 (elasticsearch-5.2.2.tar.gz) = e5ac83048efae16bf3a84391044aa6230c8a056c
+SHA512 (elasticsearch-5.2.2.tar.gz) = 670f8aa81a34191a13cc8c608a9dc7bec60c63bbed8fdb9bc0619585d644867576a7677eb0f14b4e4d064e59def186d4b431930bf79b54bcbf59a29b0b327e85
+Size (elasticsearch-5.2.2.tar.gz) = 33799732 bytes
 SHA1 (patch-bin_elasticsearch) = 5360818fb870c0005e23f0fb247efa247a909f47
 SHA1 (patch-bin_elasticsearch-plugin) = 56db071765b91a4846e1529b5fe8be2c549b449d
 SHA1 (patch-config_elasticsearch.yml) = 8a59f9123b8bc1c40d17131dc51c361fa210c17c



Home | Main Index | Thread Index | Old Index