diskpacked index syncing TODO

Change-Id: Icdd834aacf73d2a1e5ad3e6ddd212493a31be0bb
This commit is contained in:
Brad Fitzpatrick 2014-02-07 10:45:59 -08:00
parent 9a9da7196b
commit 97cd3926a0
1 changed files with 5 additions and 0 deletions

5
TODO
View File

@ -4,6 +4,11 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac
Offline list: 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 -- also rename serverinit/serverconfig.go to serverinit.go
-- websocket upload protocol. different write & read on same socket, -- websocket upload protocol. different write & read on same socket,