NCache v4.6.0._SP3 Release Notes

Release Date: 2018-03-08 // about 6 years ago
  • Download latest version (.msi)

    Introduction
    ⬆️ NCache 4.6 SP3 contains a few additional features and optimizations. There are also various bug fixes reported by customers. This is a recommended upgrade for all NCache Open source users.

    Enhancements and New Additions
    🚀 Following are some enhancements made in this release:

    Each Cache in Separate Process
    Each cache in NCache is now hosted in its own process which runs independent of all other caches. Management of this process is done via NCache service which has information about all the cache processes running on the machine.

    Data Reader
    🐎 Queries can now be executed on cache using data reader just like the databases do. Using data reader, result set can be retrieved from servers in multiple chunks of configurable size. This approach gives a better performance and uses less memory on client end.

    🛠 List of Bugs Fixed

    744152 FIX: Connection fail-over problem in replicated topology. Client only connected to single server node, if that server node down client was unable to connect to other server.
    744151 FIX: State transfer takes too much time.
    744150 FIX: Execute Reader call throws state transfer lost exception on node up or down.
    744149 FIX: Cache operations timeout if application is using thread pool extensively.
    744146 FIX: Bulk Calls return data from just one node in case of node down.
    744142 FIX: "Key already exists" exception is thrown when caching a Parsed Query.
    744139 FIX: A few commands are not automatically retried on failure.
    744130 FIX: Cache-all function for caching all queries is missing.
    744129 FIX: Cache host process is left un-killed between service restarts, hence resulting in multiple orphaned processes.
    744126 FIX: "Input string was not in a correct format" exception is thrown on service start for various locales.
    744115 FIX: Session locking is turned off by default.
    744114 FIX: Eviction is turned off by default.