Natan Yellin

Results 399 comments of Natan Yellin
trafficstars

@jainpratik163 yes, can you open an issue for robusta? I have a few questions regarding the implementation and it would be best to discuss there

@integrii would an integration with Robusta (https://github.com/robusta-dev/robusta) be a viable option here? I'm part of the Robusta team and we'd be happy to have an integration

Hi, we're seeing strange behaviour since updating clients to 1.4.0. On the websocket **server** (which uses a different package) the number of open websocket clients seems to infinitely increase. That...

To clarify, the stripping isn't the main issue. The main issue is determining which lines to copy and that should sometimes only be lines with `$` and sometimes all lines.

To clarify, this is a different deadlock than the one pydevd deals with as pydevd code uses `PyRun_SimpleString` whereas python-hunter uses `Py_AddPendingCall`. But you can see in the Python source...

Regarding `PyRun_SimpleString`, assuming you call `PyGILState_Ensure` first (all the debuggers do) and other threads are *not* stopped at that point in time, why is a deadlock possible?

As far as I understand, `PyGILState_Ensure` is re-entrant so you can successfully call it from the thread that gdb stopped even if that thread already holds the GIL. If another...

Cool, I'll give the tests a look. I've been meaning to play around with python-hunter in depth for a long time. I hope to have the justification to do so...

Hi @negz, I'm the maintainer of @robusta-dev and we work fulltime on an open source for auto-remediation in kubernetes clusters. We don't have a node-drain automation right now, but based...

This thread is a little old, but we added [Java troubleshooting actions to Robusta.dev](https://home.robusta.dev/java/) to do this. It's all open source.