You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sviridov Mikhail (Jira)" <ji...@apache.org> on 2020/09/14 10:30:00 UTC

[jira] [Created] (IGNITE-13445) Yardstick. .jfr server nodes are damaged when the test is stopped

Sviridov Mikhail created IGNITE-13445:
-----------------------------------------

             Summary: Yardstick. .jfr server nodes are damaged when the test is stopped
                 Key: IGNITE-13445
                 URL: https://issues.apache.org/jira/browse/IGNITE-13445
             Project: Ignite
          Issue Type: Improvement
          Components: yardstick
            Reporter: Sviridov Mikhail


Good afternoon. About sh stopping the server node from yardstick. Now there are used commands
pkill -9 -f "Dyardstick. server"
pkill -9 -f "benchmark-server-restarter-start.sh"

the -9 key forcibly terminates processes. A problem has been identified that if the jfr recording option is active at startup, then with this method of shutting down the server node, the last jfr file does not correctly complete its recording (it is not possible to open it later), as a result, all jfrs recorded during the test are not stitched into a single jfr file.
Make simple edits for yourself. I just deleted the -9 key from the server node stop command.

pkill-f "Dyardstick. server"
pkill-f "benchmark-server-restarter-start.sh"

I understand that there were probably reasons to use pkill -9-f, so I would like to know if it is possible to leave it like this. If so, how can this be added to the repository so that further builds are built with the corrected sh script?

Thank you very much in advance.

 

Pls check PR [https://github.com/gridgain/yardstick/pull/38] 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)