DomGarguilo commented on PR #234:
URL: https://github.com/apache/accumulo-testing/pull/234#issuecomment-1270628677

   I ran the agitator on this branch and it doesn't look like the compactors or 
sservers were killed. According to the monitor the compactors were still up.
   
   It might have to do with how the names of these services are gathered/used 
as they don't seem to print in the logs as nicely as the other:
   
   <details open>
   <summary>Compactor agitator logs</summary>
   
   ```
   20221006 15:10:56 Starting compactor agitation. Kill every 20 minutes, 
restart every 10 minutes.
   20221006 15:10:56 Will randomly kill between 1 and 1 of the following: 
COMPACTOR_HOSTS_q1
   COMPACTOR_HOSTS_q2
   
   20221006 15:10:56 Sleeping for 20 minutes
   20221006 15:30:56 Killing compactor at COMPACTOR_HOSTS_q1
   COMPACTOR_HOSTS_q2
   
   ssh: Could not resolve hostname compactor_hosts_q1
   compactor_hosts_q2
   : Name or service not known
   20221006 15:30:56 Sleeping for 10 minutes.
   20221006 15:40:56 Restarting compactor at COMPACTOR_HOSTS_q1
   COMPACTOR_HOSTS_q2
   
   ssh: Could not resolve hostname compactor_hosts_q1
   compactor_hosts_q2
   : Name or service not known
   20221006 15:40:56 Sleeping for 20 minutes
   20221006 16:00:56 Killing compactor at COMPACTOR_HOSTS_q1
   COMPACTOR_HOSTS_q2
   
   ssh: Could not resolve hostname compactor_hosts_q1
   compactor_hosts_q2
   : Name or service not known
   20221006 16:00:56 Sleeping for 10 minutes.
   20221006 16:10:57 Restarting compactor at COMPACTOR_HOSTS_q1
   COMPACTOR_HOSTS_q2
   
   ssh: Could not resolve hostname compactor_hosts_q1
   compactor_hosts_q2
   : Name or service not known
   20221006 16:10:57 Sleeping for 20 minutes
   ```
   
   </details>
   
   <details open>
   <summary>sserver agitator logs</summary>
   
   ```
   20221006 15:10:56 Starting sserver agitation. Kill every 20 minutes, restart 
every 10 minutes.
   20221006 15:10:56 Will randomly kill between 1 and 1 of the following: 
SSERVER_HOSTS_default
   
   20221006 15:10:56 Sleeping for 20 minutes
   20221006 15:30:56 Killing sserver at SSERVER_HOSTS_default
   
   ssh: Could not resolve hostname sserver_hosts_default
   : Name or service not known
   20221006 15:30:56 Sleeping for 10 minutes.
   20221006 15:40:56 Restarting sserver at SSERVER_HOSTS_default
   
   ssh: Could not resolve hostname sserver_hosts_default
   : Name or service not known
   20221006 15:40:56 Sleeping for 20 minutes
   20221006 16:00:56 Killing sserver at SSERVER_HOSTS_default
   
   ssh: Could not resolve hostname sserver_hosts_default
   : Name or service not known
   20221006 16:00:56 Sleeping for 10 minutes.
   20221006 16:10:57 Restarting sserver at SSERVER_HOSTS_default
   
   ssh: Could not resolve hostname sserver_hosts_default
   : Name or service not known
   20221006 16:10:57 Sleeping for 20 minutes
   
   ```
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to