From 97cd3926a039dc16ad29c264b8a384842a0be48e Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 7 Feb 2014 10:45:59 -0800 Subject: [PATCH] diskpacked index syncing TODO Change-Id: Icdd834aacf73d2a1e5ad3e6ddd212493a31be0bb --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index d6b4e431c..711bbb214 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,11 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac Offline list: +-- diskpacked doesn't seem to sync its index quickly enough. + A new blob receieved + process exit + read in a new process + doesn't find that blob. kv bug? Seems to need an explicit Close. + This feels broken. Add tests & debug. + -- also rename serverinit/serverconfig.go to serverinit.go -- websocket upload protocol. different write & read on same socket,