Bronek Kozicki

Results 99 comments of Bronek Kozicki

> Seems good to me overall. I'm not a paasta repo expert, but looks good for Kafka :) > > * Is the `yelp.com/paasta_service` label in [paasta_tools/setup_kubernetes_crd.py](https://github.com/Yelp/paasta/blob/cd520ec556ee4161eed0d03cf1ca405c36634441/paasta_tools/setup_kubernetes_crd.py#L119) left here on...

> Can we document the side-effects of this change in the PR. Can this be applied in-place or does this require re-creation of objects (statefulsets, deployments etc.). Thanks. This will...

@flavray , do you mind rebasing from master?

I have the same problem, it is a regression in 0.8.2 release (it worked fine in 0.8.1)

@pdp2121 is the problem only showing in subscriptions , or are you missing responses/replies from other methods ?

> Hi @Bronek, thanks for working on this issue! Currently we only send other requests based on the subscription stream so I'm not sure if other methods would fail as...

Thank you - could this be a connectivity problem between `rippled` and your client app ?

This has cleared performance testing in https://ripplelabs.atlassian.net/browse/RPFC-85

> `XXH64_update` instead of `XXH3_64bits_update` Yes, this the upgrade to SIMD instructions part. In both cases (old and new code) we are operating on 64-bit data type.

> Everything looks good. I'm not very familiar with this library, so I took a quick look through the [documentation example](https://github.com/Cyan4973/xxHash/tree/v0.8.2?tab=readme-ov-file#example). I noticed that it does a lot more error...