Julien Laurenceau

Results 114 comments of Julien Laurenceau

Thanks for the answer ![pcl-process-piping](https://user-images.githubusercontent.com/6950247/153559452-8c243957-ef6a-4de3-be93-a4a201a57186.png) FYI the attached png can be opened in https://excalidraw.com/ for further editing. I added your proposal, but I am not convinced since the input dataset...

Is there a tool to parse/convert the JSON graph given by Istio (for example the workload graph) to the standard DOT format that can be more easily manipulated with graphviz...

absolutely ! I'll give it a try https://apps.cytoscape.org/apps/dotapp DOT is one of the most standard graph format. I was not aware of cytoscape. Export feature would be nice even using...

FYI Please find below a poetry configuration that seems to work on ubuntu20.04: ``` [jlu@linux-gp75]> cat ~/carla-test/pyproject.toml [tool.poetry] name = "carla-test" version = "0.0.1" description = "test carla" [tool.poetry.dependencies] python...

Any plan to release this as is ? Maybe adding the client queue size as input parameter and drop requests when queue is filled (to avoid OOM) would be ok...

In addition regarding the write path due to the key suffix capped at maxId=1000000 in com.thelastpickle.tlpstress.PartitionKeyGenerator#generateKey : - there is a strong chance that when doing a lot of queries...

Note for myself for quick'n'dirty secondary index test : - pre-create scheme keyvalue with SI - In the source code change the insert query: Insert value = *key* where key...

Up... 3 years after. I am using DCOS OSS 1.11 and I want to spin two different version of spark in this cluster. Then I have one spark service named...