Andrew Gerrand

Results 144 comments of Andrew Gerrand

My pull request #21 should fix this. Or at least address it, by putting WIPs in a separate category to those that are simply without reviewer.

@mih-kopylov There are some concerns that [Russ outlined in an earlier comment](https://github.com/golang/go/issues/11862#issuecomment-168733265) and also there are [compatibility promises](https://golang.org/doc/go1compat) that we must heed. So if someone wants to address this issue...

Comment 1: I think this is worthwhile. I have an unfinished proposal in my email drafts that is basically exactly what Gustavo describes in his bson release announcement mail. It...

Comment 2: https://golang.org/cl/13180043 _Status changed to **Started**._

Comment 3: _This issue was closed by revision 466001d05d366cbc97edfb65dc6f5cb883df049._ _Status changed to **Fixed**._

Comment 4: Submitted the CL by mistake. _Status changed to **Started**._

Comment 5: _This issue was closed by revision 27f4166e372084e1d78119183d14b76391c803c._ _Status changed to **Fixed**._

Comment 6: And that was the undo CL closing it again :/ New CL https://golang.org/cl/13324045/ _Status changed to **Started**._

How do official Docker containers usually deal with persistent state? The upspinserver writes directory server logs and (optionally) block data to local disk. Incidentally, in what context would you use...