-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53194/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-18704
https://issues.apache.org/jira/browse/AMBARI-18704
Repository: ambari
Description
-------
This is necessary to debug issues on agent level. Where logs doesn't give
enough insight.
The commit will include:
* possibility to debug second agent process without restarting agent
* show stack traces of where the process threads are without installing any
additional modules as a separate commit
Diffs
-----
ambari-agent/src/main/python/ambari_agent/HeartbeatHandlers.py 4a3d372
ambari-agent/src/main/python/ambari_agent/RemoteDebugUtils.py f2a462b
ambari-agent/src/main/python/ambari_agent/StatusCommandsExecutor.py 8959640
Diff: https://reviews.apache.org/r/53194/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk