From bf86e877accc6b33b940367e926986f61b32f0fb Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Thu, 17 Feb 2011 21:10:31 +0100 Subject: [PATCH] reminder to a protocol violation in rrr-mirror --- Todo | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Todo b/Todo index 6e048f3..184c44e 100644 --- a/Todo +++ b/Todo @@ -1,3 +1,13 @@ +2011-02-17 Andreas J. Koenig + + * ALERT rrr: we have a piece of code somewhere in the mirror() + subroutine that reads the raw YAML file with normal open() and cuts it + off for efficiency, then feeds it to yaml::load in order to get some + metadata. Reading the thing with the whole tail of the recent array + kills the whole idea. The whole thing will not work with JSON. + + So we must invent a protocol 3 that works with two index files. + 2011-02-09 Andreas J. Koenig * I think interval guaranteed with the $last_aggregate_call -- 2.11.4.GIT