You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2016/10/05 18:05:03 UTC

svn commit: r16376 - in /dev/incubator/mnemonic/0.3.0-incubating-rc3: ./ src/

Author: garyw
Date: Wed Oct  5 18:05:03 2016
New Revision: 16376

Log:
0.3.0-incubating-rc3

Added:
    dev/incubator/mnemonic/0.3.0-incubating-rc3/
    dev/incubator/mnemonic/0.3.0-incubating-rc3/CHANGES.txt
    dev/incubator/mnemonic/0.3.0-incubating-rc3/src/
    dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz   (with props)
    dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz.asc
    dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz.md5
    dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz.sha512

Added: dev/incubator/mnemonic/0.3.0-incubating-rc3/CHANGES.txt
==============================================================================
--- dev/incubator/mnemonic/0.3.0-incubating-rc3/CHANGES.txt (added)
+++ dev/incubator/mnemonic/0.3.0-incubating-rc3/CHANGES.txt Wed Oct  5 18:05:03 2016
@@ -0,0 +1,69 @@
+Release Notes - Mnemonic - Version 0.3.0-incubating
+
+This release optionally depends on the latest version PMalloc library and NVM Library
+
+Bug
+
+    [MNEMONIC-90] - String.join() is only supported in Java 8
+    [MNEMONIC-91] - Missing the implementation of Iterator.remove()
+    [MNEMONIC-111] - Remove proxy settings from site dockerfile
+    [MNEMONIC-113] - NullPointerException when set buffer in a durable object
+    [MNEMONIC-114] - nvml-vmem-service compilation warnings
+    [MNEMONIC-116] - Mnemonic test case DurablePersonNGTest fails after repeating runnings.
+    [MNEMONIC-119] - PMemServiceImpl.capacity() returns incorrectly when opening existing memory pool
+    [MNEMONIC-121] - Incorrectly retrieve the handler of durable object managed buffer and chunk
+    [MNEMONIC-122] - Undefined function in vmem-service
+    [MNEMONIC-124] - Conform to VMEM_MIN_POOL in nvml-vmem service
+    [MNEMONIC-125] - Conform to PMALLOC_MIN_POOL_SIZE pmalloc service
+    [MNEMONIC-127] - Misused id as key in native pmalloc memory service
+    [MNEMONIC-128] - Overhaul nvml-vmem native service
+    [MNEMONIC-130] - Bad HTML entity Errors
+    [MNEMONIC-131] - Missing nvml-pmem service for assembling
+    [MNEMONIC-132] - Terminate called without an active exception
+    [MNEMONIC-134] - Not used write locker to guard close()/fini()
+
+Improvement
+
+    [MNEMONIC-9] - Add logging dependencies
+    [MNEMONIC-79] - Packaging services with Architecture and Operation System information
+    [MNEMONIC-92] - Rename DurableNodeValue<E> to DurableSinglyLinkedList<E>
+    [MNEMONIC-99] - Set no proxy as default with comments in Dockerfile
+    [MNEMONIC-102] - Rename allocatorservice to memoryservice
+    [MNEMONIC-107] - Use MNEMONIC_HOME Environment Variable
+    [MNEMONIC-112] - cleaning up org_apache_mnemonic_service_computingservice_internal_PrintServiceImpl.c
+    [MNEMONIC-117] - Remove mutex because nvml-pmem library is threadsafe
+    [MNEMONIC-126] - Add description to README.md for new pmem service
+    [MNEMONIC-129] - Refactor pmalloc native service
+    [MNEMONIC-133] - Make some common functions inline
+    [MNEMONIC-135] - Refactor function/structure names of pmalloc service
+    [MNEMONIC-136] - Upgrade commons-resgc to v0.8.10
+
+New Feature
+
+    [MNEMONIC-60] - Apply Transaction, Retrievable interfaces to class VolatileMemAllocator
+    [MNEMONIC-94] - Durable native sorting service
+    [MNEMONIC-95] - Create a Durable Set
+    [MNEMONIC-101] - Create a runall.sh script
+    [MNEMONIC-103] - Durable native sorting service testcases
+    [MNEMONIC-104] - Create a Durable Map
+    [MNEMONIC-105] - Add a set of testcases for Durable Map
+    [MNEMONIC-106] - Define the interface of durable in-memory stream
+    [MNEMONIC-108] - Compose a dockerfile for website dev.
+    [MNEMONIC-115] - Add a new memory service nvml-pmem
+    [MNEMONIC-118] - Add persist()/flush()/drain() as persistent memory operations
+    [MNEMONIC-120] - Add flush()/sync() support on block level
+
+Task
+
+    [MNEMONIC-80] - Simplify the process of dev. enviroment setup
+    [MNEMONIC-81] - Deploy all artifacts on Apache maven repository
+    [MNEMONIC-86] - Link external native libraries in static way
+    [MNEMONIC-87] - Attach OS and ARCH info to platform specific artifacts
+    [MNEMONIC-89] - Add commented plugins to the build of example for repo. managed artifacts
+    [MNEMONIC-93] - Add Readme.md about Dockerfile build and Usage
+    [MNEMONIC-96] - Verify the functionalities on latest version of nvml
+    [MNEMONIC-97] - Create a testcase of object managed buffer and chunk
+    [MNEMONIC-98] - Rename MemFile class to MemStream class
+    [MNEMONIC-100] - Use checkstyle to ensure Unix-style end of line
+    [MNEMONIC-109] - Create a testcase to manage durable object on volatile memory service
+    [MNEMONIC-123] - Set base address as NULL for nvml-vmem service.

Added: dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz.asc
==============================================================================
--- dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz.asc (added)
+++ dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz.asc Wed Oct  5 18:05:03 2016
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iQIcBAABAgAGBQJX9T4uAAoJEJ2baeUdpDXZXoUP/2d4tsyBm/Z1zu0pSOufxlvW
+sTPfGMsMOmq9B58bEgyNJM2WL9uJFDYzTnfDc5ISsRSRuptxMh+7pS3za+yqTOiR
+bG1g5hfr8s7RSm/wBodI7eLHl+I4coyQG7ESoXx6qzgXLPceZ/n81emz0E/yW4T1
+diWjG8OFSWqe/8xOu91VybznGJnCfiTFSfVEpjocKYWhBhYTfBUG7FZk8Uy2ptYD
+mvg773Hf3IczXbOsXhXNq6oOS/CzxiDpR011EZB+ZiYFnchelNFcLNr9rL2eQdLJ
+Hzdj9tp3Rpl0NY5srCTkAmIwJ3hKVSE2VMnHNs8DALq2t8nsMA3TV7hjRziRuTyf
+MfJ79Mj+Sing7Fx8t9xEtSkl3slyKhFPYX/PPFnQxXuAV4d/3NLljnlb0Y20WK4y
+8W3WBVpBV/LWsxSIqH7YvJPd675Ezfp7El2TcXHR4ET7mv9RjVaZCLWvJuDwEn3M
+VM2mU8Ug+sWXbel4z1/3EsD8OWCXYOlbDG1km+qgb5oGJo9YCSnR3IGrYKuKoYlM
+O3pg9f3BHESxI697Bw1r5jQBDn8kSNAq0npTYMYv61fbIc7NsjpKJoYSh1qQg0mQ
+dW/TZT64+TSChL/fP9+BXwCK6zyYBxkuSVUpqj7AeBOLUUud7LI41HjxUyoewYUM
+F7knVtYNHb8bWMdmA85k
+=sH6A
+-----END PGP SIGNATURE-----

Added: dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz.md5
==============================================================================
--- dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz.md5 (added)
+++ dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz.md5 Wed Oct  5 18:05:03 2016
@@ -0,0 +1 @@
+4339a6ca266e45c017b29c6f39138e6e  apache-mnemonic-0.3.0-incubating-src.tar.gz

Added: dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz.sha512
==============================================================================
--- dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz.sha512 (added)
+++ dev/incubator/mnemonic/0.3.0-incubating-rc3/src/apache-mnemonic-0.3.0-incubating-src.tar.gz.sha512 Wed Oct  5 18:05:03 2016
@@ -0,0 +1 @@
+fb6baa26f9c8fc20136a7005ff5acdc4b7a124a8ac6b187d65ddde61155b6d754b81618feb9accd920352af96a3f603f5cccaaacabdbae62766f047c9e2bee63  apache-mnemonic-0.3.0-incubating-src.tar.gz