Koorous Vargha

Results 17 comments of Koorous Vargha

Hi @jmcbroome, I tested out the --load-all-metadata flag and my VM ran out of memory, as expected. Is it possible to load the metadata only for extracted samples and not...

I'm experiencing this issue for `@google-cloud/secret-manager` and `@google-cloud/datastore`.

`dropPartition` takes an integer, so you would want to convert to convert `idealPartitionIds` to a set of ints. You can do it like this: ``` import java.util.Set; import java.util.stream.Collectors; Set...

I think this is implemented [here](https://github.com/linkedin/venice/blob/3906ffe5bac017b4e6101cf98c154f491d41f788/clients/da-vinci-client/src/main/java/com/linkedin/davinci/helix/HelixParticipationService.java#L393-L394).

> The thing about doing a hash of the bytecode sounds pretty interesting, but I wonder how reliable it is... I suspect that it probably has _extremely_ low chances of...

It looks like spotBugs is failing. If you run this locally, you'll be able to read the report to see what's wrong. `./gradlew :services:venice-server:spotbugsMain` Make sure to build before running...

Congratulations on merging your first PR into Venice @kristyelee! Thank you for your persistence. 🚀

Thank you for the explanation @jameshadfield. Is there a way to change the scale type on the client side? This is for a case where users upload their own metadata...