From e678088e66b5680e673678e9379fefb4a59b4d48 Mon Sep 17 00:00:00 2001 From: Serdar Ozmen Date: Fri, 25 Mar 2016 09:58:58 +0200 Subject: [PATCH] Update release_notes.txt --- .../src/main/resources/release_notes.txt | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/hazelcast/src/main/resources/release_notes.txt b/hazelcast/src/main/resources/release_notes.txt index 6e6b613b73e45..6ca53283ee2ca 100644 --- a/hazelcast/src/main/resources/release_notes.txt +++ b/hazelcast/src/main/resources/release_notes.txt @@ -81,27 +81,27 @@ The following are the issues solved for Hazelcast 3.6 and 3.6.x releases. The following are the fixed issues for 3.6.2 release. -- In Hazelcast 3.6.1, the OSGi bundle install fails. [7772] -- Timeout happens at the `ClientMapBasicTest`. [7718] -- IMap does not send invalidations to the client's near caches after `putAll`/`loadAll` operations at member side. [7715] -- The test `ClientXAStressTest.testCommitConcurrently` fails due to an assertion error that reads as "the size of the map is not correct". [7709] -- The test `ClientTransactionalMapQuorumTest` fails since it timed out. [7693] -- Wildcards do not work with permissions. For example, when a queue permission is defined using wildcard, i.e. `` and the queue `secure.orders` is created at the client, Hazelcast throws `AccessControlException` is created using that name- [7616] -- The FREE_HEAP_PERCENTAGE eviction policy does not work as documented because the `EvictionChecker` is incorrectly calculating available memory percentage in `checkFreeHeapPercentageEviction`. [7599] -- `DiscoveryStrategy`'s `destroy()` method is not called on shutdown. [7545] -- The method `MapStore.storeAll()` is never called when the objects are updated with a delay. [7464] -- WebFilter(3.6-RC1): Session attributes are lost or overwritten with old values when using `deferred-write` by reading them. [7291] -- The method `HazelcastHttpSession.getAttributeNames()` returns entries that were only read but not written. [7033] -- Hazelcast 3.5.3 conflicts with FUSE 6.1. When Hazelcast is integrated into a system with JBoss Fuse 6.1, there appeared some warnings in the logs. [6821] -- An exception is thrown on the server when attempting to deserialize `HIBERNATE4_TYPE_HIBERNATE_CACHE_ENTRY` value. [6683] -- The test `IOBalancerMemoryLeakTest.testMemoryLeak` fails due to a socket exception that reads as "unexpected end of file from server". [6496] +- In Hazelcast 3.6.1, the OSGi bundle install fails. [7772] +- Timeout happens at the `ClientMapBasicTest`. [7718] +- IMap does not send invalidations to the client's near caches after `putAll`/`loadAll` operations at member side. [7715] +- The test `ClientXAStressTest.testCommitConcurrently` fails due to an assertion error that reads as "the size of the map is not correct". [7709] +- The test `ClientTransactionalMapQuorumTest` fails since it timed out. [7693] +- Wildcards do not work with permissions. For example, when a queue permission is defined using wildcard, i.e. `` and the queue `secure.orders` is created at the client, Hazelcast throws `AccessControlException`. [7616] +- The FREE_HEAP_PERCENTAGE eviction policy does not work as documented because the `EvictionChecker` is incorrectly calculating available memory percentage in `checkFreeHeapPercentageEviction`. [7599] +- `DiscoveryStrategy`'s `destroy()` method is not called on shutdown. [7545] +- The method `MapStore.storeAll()` is never called when the objects are updated with a delay. [7464] +- WebFilter(3.6-RC1): Session attributes are lost or overwritten with old values when using `deferred-write` by reading them.[7291] +- The method `HazelcastHttpSession.getAttributeNames()` returns entries that were only read but not written. [7033] +- Hazelcast 3.5.3 conflicts with FUSE 6.1. When Hazelcast is integrated into a system with JBoss Fuse 6.1, there appeared some warnings in the logs. [6821] +- An exception is thrown on the server when attempting to deserialize `HIBERNATE4_TYPE_HIBERNATE_CACHE_ENTRY` value. [6683] +- The test `IOBalancerMemoryLeakTest.testMemoryLeak` fails due to a socket exception that reads as "unexpected end of file from server". [6496] The following are the enhancement issues fixed for 3.6.2 release. -- Hazelcast Docker images are big in size; it would be better to clean them up and reduce their sizes. [7553] -- It would be better to provide an `enterprise-javadoc.jar` in the Hazelcast Enterprise bundle. This way IDEs can auto-import the Javadocs for the Enterprise APIs and provide context sensitive completion/help within the IDE. [7245] -- Management Center WAN Replication metrics take a long time to stabilize. The responsiveness of the Outbound records/sec. metric should be improved. It currently seems to under-report WAN replication performance for 10s of seconds before reaching the same figure as the client side reported metrics.[7244] +- Hazelcast Docker images are big in size; it would be better to clean them up and reduce their sizes. [7553] +- It would be better to provide an `enterprise-javadoc.jar` in the Hazelcast Enterprise bundle. This way IDEs can auto-import the Javadocs for the Enterprise APIs and provide context sensitive completion/help within the IDE. [7245] +- Management Center WAN Replication metrics take a long time to stabilize. The responsiveness of the Outbound records/sec. metric should be improved. It currently seems to under-report WAN replication performance for 10s of seconds before reaching the same figure as the client side reported metrics.[7244] *3.6.1 Fixes*