You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »


NOTE:

  • DataSync agent will only run with Java 11 and greater.
  • A DataSync agent can only point to a single database across all its tasks. This is to prevent issues with data from one Agent being saved to multiple targets.  
  • All tasks must have a unique queue. That is, no queue can be used in more than one task. This is to prevent race conditions that lead to a discrepancy of data. 

Version 

Release Date: TBD

Enhancements

A Delete column is now included to show the delete date/time for a deleted record.

Agent now restricts one queue per task in the agent.xml.

Agent has been updated to only send counter messages for records shared by the instance.

Bug Fixes

Tasks without instances attribute defined will now get counted in the total number of threads. 

IODateTimePlugin inserts will no longer have a null insert time. 

Re-queued delete messages will no longer throw decryption error.