Jasper Siepkes
Jasper Siepkes
As far as I can tell with Envoy the problem is that Envoy doesn't send the needed TLV's in the `upstream_proxy_protocol`. I've checked with Wireshark and I don't see TLV's...
Yeah I see what you mean ;-). The `V3` in Envoy's configuration is about the API / config version Envoy should use to interpret the configuration as.
Since Envoy already has support for the PROXY v2 protocol itself adding the TLV's for certificate information shouldn't be that hard I think. I might take a stab at it...
@os72 Will do! I'll check if I can do it today or otherwise in the weekend.
@os72 I've created a PR!
Will take a look at it this week!
A really good way to learn about Ambry (and it's tools) is by looking at the Javadoc in the code. For example if you look at the Javadoc of the...
Have you tried it? As far as I know if there is no `fallocate` support the disk segments simply don't get preallocated but Ambry will still work.
For example when using the `HelixBootstrapUpgradeTool` tool with the following arguments: ``` $ java -Dlog4j.configuration=file:/etc/ambry/log4j.properties \ -cp /opt/ambry/ambry.jar \ com.github.ambry.clustermap.HelixBootstrapUpgradeTool \ --hardwareLayoutPath /etc/ambry/HardwareLayout.json \ --partitionLayoutPath /etc/ambry/PartitionLayout.json \ --clusterNamePrefix "" \...
That's an interesting problem you point out @pnarayanan . I think the burden of uniqueness is, as you proposed, one the client should solve. If I understand it correctly that...