Peter Bourgon

Results 363 comments of Peter Bourgon

Ah, okay. I'm on board with this!

Reading the logs, if an `oklog` process in your environment tries to resolve the string `oklog-1`, will it get a routable IP? edit: Maybe you can paste the complete set...

OK, so the first error you get is telling you that `oklog-1` doesn't parse as an IP, which I guess is obvious :) But this is actually a red herring,...

> Hi ok yeah that works now - although did you make a functional change or was the logging just misleading? No functional change, just logging (so far). > Sort...

> I guess to make this work with things like autoscaling (or manual scaling of the 'click a button type') we would have to get into 'service discovery' territory? As...

Thanks for these use cases, we're actively thinking about what an indexing/searching component would look like, concrete requirements are extremely useful for that. With that said, I think you can...

Hmm, yes, potentially! I'd have to do a bit more research, but it seems like each store node could keep a Merkle tree of the segments it knows about, and...

@untoldone If you're running a 3-node cluster with a replication factor of 2, and a single node dies, and (let's say) is replaced by a new, empty node, then ca....

> would it be safe to have the date directory frequently synced (like every hour) to alternative durable storage (e.g. s3 etc) Yes. > in the case of node failure,...

OK Log system write throughput should be approximately equal to disk write capacity on the ingest nodes, and should scale linearly. That is, if you have 10 ingest nodes that...