dmwm / DDM

Dynamic Data Management - Cache release and auto-replication of hot data
1 stars 9 forks source link

Evaluate dependence of Victor on dq2 libraries #79

Open nikmagini opened 9 years ago

nikmagini commented 9 years ago

The Victor code includes a rather old version of the dq2 libraries, which are the main source of 'future' incompatibilities in https://github.com/dmwm/DDM/issues/78

Evaluate how much of dq2 is still needed and what can be replaced with system libraries

nikmagini commented 9 years ago

It turns out that only a handful of modules in the dq2 common lib are actually needed by Victor:

https://github.com/nikmagini/DDM/commit/ebf3ed47055a15f2483840e555cc68ffa0aac24d

After dropping the rest of them, the agent is working fine.