-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PID/HostPID and PPID/HostPPID values getting printed in e-notation #123
Comments
Valid for PID and PPID as well, when you keep the containers running long enough... |
please assign me this issue, I want to work on this. |
Thanks a lot @sahilsarawagi for your interest to work on this, feel free to ask anything related to this issue in this thread or on our slack channel ✌🏽 |
Hey @sahilsarawagi! Is there any update on this issue? Do you need any help? |
@Ankurk99, this happens when the process ID gets a value greater than a million. I am still trying to solve the problem that is causing this output. |
@sahilsarawagi , it is completely normal to get a PID/PPID value greater than a million. The default pid_max value in Linux kernel is 2^22. The ask here is to print the pid/ppid in a regular non-enotation format. |
@nyrahul, I was saying that the |
@sahilsarawagi no worries, take your time. A hint here might be this started happening when we changed to a generic printing format for all the fields in the telemetry event, kubearmor-client/log/logClient.go Line 446 in 129a626
|
Hi @nyrahul, has this been completed, or is it still open for contributions? |
I am not sure if this was fixed. I just tried in my env, but I was unable to get higher order PIDs/PPIDs and hence couldn't reproduce. @daemon1024 , WDYT? |
Thanks @nyrahul for the update. Since it seems like the issue hasn't been fully addressed yet, I’d be happy to take a look and work on reproducing the issue. Let me know if you'd like me to dive deeper into it. |
Go for it! Many thanks for handling this. |
All done @nyrahul! Take a look and let me know what you think. |
PID/PPID, HostPID/HostPPID needs to be printed in normal integer notation.
The text was updated successfully, but these errors were encountered: