Kimbro Staken
Kimbro Staken
Not sure if this is helpful but I took a look at some metrics to see counts and uniqueness ratios for ipv4 and ipv6 addresses in one of our target...
@PSeitz We have fields with both scenarios.
It's just a field that contains an array of IP addresses. We have some fields that just contain an ip address like `ip:123.2.32.3` and some that contain arrays `ips:['12.32.4.4', '123.0.2.9']`...
Is there a ticket that covers the design and reason for introducing the control plane service type and the plans for what it will solve? It looks like it's mirroring...
Something that I had added in the metastore checkpoint table schema that I backed out of #1798 was a per partition serial number. The idea was that as soon as...
If you're talking about storing a log and then replicating the local state you're rapidly heading down the path of duplicating what Kafka already does. That replication is going to...
> I don't think a rest PushAPI that does not queue documents, produces a split right away and blocks until this is done is something someone with a lot of...
This isn't working for me. I see the pre_rebalance event but never see the post_rebalance event, it looks like it's blocking waiting for ack_rx in pre_rebalance.
It looks like RebalanceEvent::Starting never makes it to emit_batches so the whole process blocks on the first rebalance.
FYI, in relation to this as part of the Kafka offset storage I've been working on metastore level changes to move checkpoints into a separate table on Postgres backed metastores....