Release Notes

Public

9.0.16.4068: Mar 11 2020

New

All platforms - Proxy: We improved the log details. Now all requests will include these in each line:

*A request Id to identify all the messages that are part of a given call

*The name of the user who performs the call

*The client address of the caller

See an example:

2020-03-06 18:09:11,658 W-12 1 tester@codicesoftware.com CRONUS DEBUG Proxy - Written 2 objects to disk 16 ms. 0.00 Mb
2020-03-06 18:09:11,669 W-12 1 tester@codicesoftware.com CRONUS DEBUG Proxy - Thread 12 notifying data arrived and pulsing sleepers
2020-03-06 18:09:11,674 W-12 1 tester@codicesoftware.com CRONUS INFO Proxy - Type: downl. Files requested: 2. Cache misses: 2. Total time: 906 ms. Downloaded: 0.00 Mb from 1@myorg@cloud. Total returned: 0.00 Mb.
2020-03-06 18:09:11,674 W-12 1 tester@codicesoftware.com CRONUS DEBUG DataPacket - 0.00 Mb in 906 ms. Total sent 0.00 Mb
2020-03-06 18:09:11,682 W-12 1 tester@codicesoftware.com CRONUS INFO ChannelCall - conn: 1 protocol:plasticproto sec:none recb: 224|rect: 0|sentb: 940|sendt: 0|queuedt: 0|prt: 932|th: 12|dest: 4|mt: 904|sert: 2|zip: 0|cpu: 140| 127.0.0.1|user:tester@codicesoftware.com|GetObjectsDataFromCacheHandler

You need to update your plasticcached.log.conf file with the default one provided with the installer.

New

Windows - Plastic: We don't distribute the Leap Motion libraries for licensing issues. If someone wants to use it, please get the Leap Motion SDK, and copy the following files to the Plastic SCM client installation:

* Leap.dll

* LeapCsharp.dll

* LeapCharp.NET4.0.dll

New

All platforms - Server: Jet can store blobs to different paths.

We added a new setting to jet.conf to allow storing blobs and metadata in different paths.

Example:

basepath=/mnt/metadata
blobspath=/mnt/blobs
maxcachedtrees=50
datafilesize=4

This way it is now possible to put metadata in faster storage, and blobs in slightly slower one.

Bug

All platforms - Proxy: The proxy incorrectly cleaned recently used data to free space. It always targeted data downloaded from the Plastic Cloud server as the best option to purge. It's fixed now.

Bug

All platforms - Server: We have re-enabled logging for the proxy, using plasticcached.log.conf, after accidentally disabling it back in release 8.0.16.4035. Sorry about that!