From 4a3d307de0da2a03f9845ed414f513b7942f333c Mon Sep 17 00:00:00 2001 From: "Louwrentius@gmail.com" Date: Mon, 29 Aug 2011 01:40:36 +0000 Subject: [PATCH] Edited wiki page Changelog through web user interface. --- wiki/Changelog.wiki | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/Changelog.wiki b/wiki/Changelog.wiki index 59fde63..59f26d3 100644 --- a/wiki/Changelog.wiki +++ b/wiki/Changelog.wiki @@ -16,6 +16,8 @@ The version may not have changed much but PPSS has. * Fixed issue 57: PPSS now keeps track of failed items. It reports if items have failed or not. Works also in distributed mode. + * Added feature for distributed mode: every node gets the same list of items. Nodes then try to process them by 'claiming' them through locking. At a certain moment, all items will be locked and it is not necessary for nodes to mindlessly continue to try and obtain a lock on all items. PPSS will now detect this and make the node finish and quit. It does this by comparing the number of item locks on the SSH server and the total number of items to process. + === 2.85 === * Fixed issue 38: daemon mode lockup when using inotify