Dom Delnano

Results 105 issues of Dom Delnano

**Describe the bug** When running the `example/gpu/launchlate` code the v0.2.0 release, I'm always seeing a latency of 0. This occurs when a GPU is idle and even when there are...

bug

Summary: Fix openssl bpf test failure introduced by python 3.12 upgrade The `OpenSSLTraceTest/5.ssl_capture_ruby_client` test began failing on main after #2288 was merged. This PR resolves the failure and renames the...

Summary: Upgrade bazel to v6.5.0, upgrade protobuf, tensorflow and dependent deps Relevant Issues: #2282 Type of change: /kind cleanup Test Plan: Build should pass

Our version of bazel is set to be EOL this month. This issue tracks the work to upgrade Pixie's bazel setup to version 7.

Summary: Upgrade hydra and kratos to the latest v2 and v1 releases respectively This upgrades hydra to the latest v2 release and kratos to a v1 release. In order to...

**Describe the Task** The vizier metadata service is currently using the deprecated v1 Endpoints API which is deprecated in Kubernetes v1.33+. The service is logging deprecation warnings: ``` app W0812...

area/k8s-metadata

The [collect_heap_pprofs.sh](https://github.com/pixie-io/pixie/blob/56c9fc7f88ef674bba63e0061e158f80e4625c76/scripts/collect_heap_pprofs.sh) script is our main tool for debugging PEM memory use. On large clusters, the results of the [px._HeapGrowthStacks](https://github.com/pixie-io/pixie/blob/56c9fc7f88ef674bba63e0061e158f80e4625c76/src/pxl_scripts/px/collect_heap_dumps.pxl#L24) UDTF can be so large that the output is truncated....

kind/new-pxl-script

**Describe the bug** ASAN detects multiple memory safety violations in perf_profile_connector.cc including stack buffer overflow and undefined behavior due to misaligned memory access. The ASAN crash reports that `stack_trace_key_t` structures...

area/datacollector

Summary: Update handling of missing kernel headers to better reflect warning status The `px` cli was updated to include a warning when it detected that a cluster didn't have kernel...