Bryan Duxbury
Bryan Duxbury
I ran into a similar issue. It looks like it has to do with the < and > being interpreted as HTML tags in some way. If you replace "
How does the Ruby side handle this?
No, ActiveRecord requires you to call save to persist stuff to the database. On Tue, Oct 11, 2011 at 3:39 PM, Takashi Yonebayashi < [email protected]>wrote: > Doesn't ruby make the...
I think there might be a race condition between the part daemon going restarting and ZK deleting the ephemeral status node. I would have thought that the node being recreated...
My initial thinking is to put a small bloomfilter in Cueball files that can be loaded on startup. Then, when making requests, we can check the filter first and decide...
There are some tradeoffs, though - for instance, it will be impossible to tell what actual keys are being queried from the server's perspective.
I've taken a first pass at this, but there's probably a fair bit more we can do to make this easy.
And possibly upon recovery?
You are correct about why there's no enum value serialization - getField for an enum returns a descriptor and not a type. I'm not averse to adding a serializer for...
This LGTM, but it's probably good for @nmalkin to weigh in before merging