Skip to content
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

Aerospike 3.9.1 #2083

Merged
merged 1 commit into from
Aug 23, 2016
Merged

Aerospike 3.9.1 #2083

merged 1 commit into from
Aug 23, 2016

Conversation

volmarl
Copy link
Contributor

@volmarl volmarl commented Aug 23, 2016

http://www.aerospike.com/enterprise/download/server/notes.html#3.9.1

Improvements

[AER-4454] - (KVS) Enhanced heartbeat subsystem.
[AER-5146] - (KVS) Socket API refactoring.
[AER-5172] - (KVS) Add new error codes for map_add() operations - ELEMENT_NOT_FOUND & ELEMENT_EXISTS.
[AER-5187] - (KVS) Add deleted_last_bin stat for record deleted via last bin deleted.
[AER-5060] - (KVS) Log when set-delete reverts to false.
[AER-4669] - (KVS) Obsolete "mesh-address" configuration.
[AER-5128] - (Fabric) Obsolete migrate_progress_send/recv.
[AER-4587] - (Cluster) Allow seed node to accept hostnames - via tip and via config.

Bug Fixes

[AER-5184] - (KVS) Unexpected binless record created by Rapid Rebalance.
[AER-5127] - (KVS) Full bin data incorrectly returned when querying for a non-existent map key - Respond_all_ops reads now consistent.
[AER-5143] - (KVS) Return cluster config also in "config-get:" call.
[AER-5166] - (KVS) cf_fault_event_nostack() should respect log-local-time.
[AER-5199] - (KVS) Generation & TTL in client response incorrect (zero) for writes that duplicate resolve and replicate.
[AER-5213] - (KVS) Crash or garbage returned on list/map read-only operations that has empty results.
[AER-5140] - (UDF) Correctly adjust storage stats when record is deleted via no-more bins in UDF.
[AER-5178] - (UDF) Log entries generated from Lua should display the Lua file name and line number.
[AER-5113] - (Scan) Partial scans can cause memory/stack corruption.
[AER-5145] - (Fabric) Race conditions and object reference fixes for fb and fne.
[AER-4822] - (Cluster) Server crash paxos-max-cluster-size set differently on different nodes.
[AER-5136] - (Cluster) Unstable cluster formation if the cluster size reaches paxos-max-cluster-size.
[AER-5108] - (XDR) Bin-level shipping not handling deleted bins.
[AER-5124] - (XDR) Failed node processing to other DCs is aborted if a link is down.
[AER-5131] - (XDR) xdr-info-timeout dynamic config change is not reflected properly.

http://www.aerospike.com/enterprise/download/server/notes.html#3.9.1

Improvements

    [AER-4454] - (KVS) Enhanced heartbeat subsystem.
    [AER-5146] - (KVS) Socket API refactoring.
    [AER-5172] - (KVS) Add new error codes for map_add() operations - ELEMENT_NOT_FOUND & ELEMENT_EXISTS.
    [AER-5187] - (KVS) Add deleted_last_bin stat for record deleted via last bin deleted.
    [AER-5060] - (KVS) Log when set-delete reverts to false.
    [AER-4669] - (KVS) Obsolete "mesh-address" configuration.
    [AER-5128] - (Fabric) Obsolete migrate_progress_send/recv.
    [AER-4587] - (Cluster) Allow seed node to accept hostnames - via tip and via config.

Bug Fixes

    [AER-5184] - (KVS) Unexpected binless record created by Rapid Rebalance.
    [AER-5127] - (KVS) Full bin data incorrectly returned when querying for a non-existent map key - Respond_all_ops reads now consistent.
    [AER-5143] - (KVS) Return cluster config also in "config-get:" call.
    [AER-5166] - (KVS) cf_fault_event_nostack() should respect log-local-time.
    [AER-5199] - (KVS) Generation & TTL in client response incorrect (zero) for writes that duplicate resolve and replicate.
    [AER-5213] - (KVS) Crash or garbage returned on list/map read-only operations that has empty results.
    [AER-5140] - (UDF) Correctly adjust storage stats when record is deleted via no-more bins in UDF.
    [AER-5178] - (UDF) Log entries generated from Lua should display the Lua file name and line number.
    [AER-5113] - (Scan) Partial scans can cause memory/stack corruption.
    [AER-5145] - (Fabric) Race conditions and object reference fixes for fb and fne.
    [AER-4822] - (Cluster) Server crash paxos-max-cluster-size set differently on different nodes.
    [AER-5136] - (Cluster) Unstable cluster formation if the cluster size reaches paxos-max-cluster-size.
    [AER-5108] - (XDR) Bin-level shipping not handling deleted bins.
    [AER-5124] - (XDR) Failed node processing to other DCs is aborted if a link is down.
    [AER-5131] - (XDR) xdr-info-timeout dynamic config change is not reflected properly.
@tianon
Copy link
Member

tianon commented Aug 23, 2016

warning: insecure protocol git:// detected: git://github.com/aerospike/aerospike-server.docker
diff --git a/aerospike_latest/Dockerfile b/aerospike_latest/Dockerfile
index bc801cc..04b30ac 100644
--- a/aerospike_latest/Dockerfile
+++ b/aerospike_latest/Dockerfile
@@ -6,8 +6,8 @@

 FROM ubuntu:xenial

-ENV AEROSPIKE_VERSION 3.9.0.3
-ENV AEROSPIKE_SHA256 49597f4d82da22fe3d6b10a54676a7b0a864279f90cc2f92928f1dbbc76385c8           
+ENV AEROSPIKE_VERSION 3.9.1
+ENV AEROSPIKE_SHA256 7bb3236d478559cc19658b87cb5877aa023dba7d5dd788c89b7cf75cad3fdf89           

 # Install Aerospike

@tianon
Copy link
Member

tianon commented Aug 23, 2016

LGTM

Build test of #2083; 559c313 (aerospike):

$ bashbrew build aerospike:3.9.1
warning: insecure protocol git:// detected: git://github.com/aerospike/aerospike-server.docker
Building bashbrew/cache:e6d0fa02c8c8dc51d4b2ffad88517e743f6721bfa25f851893944a11f8bdc94c (aerospike:3.9.1)
Tagging aerospike:3.9.1
Tagging aerospike:latest

$ test/run.sh aerospike:3.9.1
testing aerospike:3.9.1
    'utc' [1/4]...passed
    'cve-2014--shellshock' [2/4]...passed
    'no-hard-coded-passwords' [3/4]...passed
    'override-cmd' [4/4]...passed

@tianon tianon merged commit b3395ca into docker-library:master Aug 23, 2016
@volmarl
Copy link
Contributor Author

volmarl commented Aug 24, 2016

@tianon is there a way to fast track the pull request I just submitted for aerospike 3.9.1.1 which fixes a regression in the 3.9.1 docker container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants