Phillip Kuznetsov
Phillip Kuznetsov
Can't edit the description, so writing the progress in this comment - [x] Operator should detect when NATS is in a bad state - [x] Operator should restart NATS when...
A temporary fix for anyone who experiences this is to remove the `bool` type annotation.
@JamesMBartlett was able to track number of open files with the following bpftrace probe: ``` sudo bpftrace -e 'kretprobe:alloc_fd /comm == "px"/{ printf("%s %d\n", comm, retval); }'```
``` 0 / 1,544] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (3 actions, 0 running) ERROR: /root/.cache/bazel/_bazel_root/4b2a6651efb8be1e285d05f4edee89cf/external/maven/BUILD:1040:11: Creating compile jar for @maven//:io_netty_netty_codec_http2 failed: (Aborted): AddJarManifestEntry failed: error executing command (cd /root/.cache/bazel/_bazel_root/4b2a6651efb8be1e285d05f4edee89cf/sandbox/linux-sandbox/1410/execroot/px && \...
We released 0.7.0 with this fix. Thanks for raising this!
When you switch this over, will it fix: https://github.com/pixie-io/pixie/issues/524 ?
Can you update it and make a PR?
Have you been able to load the data into tensorflow?
Thanks for letting us know. I wasn't able to reproduce following your instructions, here's what I did. ``` pyenv virtualenv pxapi pyenv activate pxapi pip install pxapi==0.6.0 python -c "import...
Did you try a hard refresh of your UI (CTRL/CMD + shift + R)? Sometimes cache keeps around an old version.