Skip to content

Releases: opendedup/CopyCat

CopyCat 1.6.1

20 Feb 05:30

Choose a tag to compare

Fixed Modify After Delete Issue

CopyCat 1.6

24 Jan 17:03

Choose a tag to compare

added ignore-md-update option

Version 1.5

22 Jan 16:48

Choose a tag to compare

Added the new json parameters to the config.json to support auto mounting from copycat. Copycat will now automout and unmount on start and stop if the volumes are determined to be local.

  • update-interval: Optional parameter that sets how soon after an event occurs, in milliseconds, before other nodes are notified. This defaults to 20000 ( 20 seconds)

  • check-interval : Optional parameter that sets how often copycat will loop through events to see if any have reached the update-threshold. This defaults to 5 seconds

  • automount : Optional parameter that mounts the associated filesystem if its local. The local filesystem is determined based on hostname or ip match from the "host" parameter. If set, "volumename" and "mountpoint" must also be set.

  • volumename : Optional paramater that is required if automount and is set to true. Specifies the name of the sdfs volume to be mounted.

  • mountpoint : Optional paramater that is required if automount and is set to true. The mountpoint for the automount to mount the volume to. The mountpoint must exist beforehand.

  • autounmount : Optional parameter that determines if the volume is unmounted on shutdown.

Version 1.4

15 Jan 21:15

Choose a tag to compare

Updated Logging

Fixed Time out issue with triggering updating event
Added server json parameter update-interval and check-interval.
update-interval is how soon to notify servers that update has occured.
check-interval is the loop-thread timeout for internally checking the
transaction log for updates.
Added global json log variable log-file="path to log file" defaults to
persist-path + "oddcopycat.log"

Version 1.3

15 Jan 03:39

Choose a tag to compare

Fixed Transaction log corruption when copycat not closed gracefully

Version 1.2

10 Jan 18:49

Choose a tag to compare

Added Daemon Service

Release to support ODD 3.5

08 Jan 17:37

Choose a tag to compare

v1.1

updates to support ODD 3.5

Version 1.0

22 Aug 17:42

Choose a tag to compare

Intitial release of copycat