You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/09/22 06:03:10 UTC

[GitHub] [cloudstack] rohityadavcloud opened a new issue, #6757: Warning statement for SetMonitorServiceCommand command sent to VR due to additional answers received

rohityadavcloud opened a new issue, #6757:
URL: https://github.com/apache/cloudstack/issues/6757

   Unnecessary warning statement was seen for SetMonitorServiceCommand command sent to VR (for health checks), as 3 answer sent but one expected:
   
   2022-09-21 12:39:34,773 WARN  [resource.virtualnetwork.VirtualRoutingResource] (agentRequest-Handler-4:null) (logid:d5969a8f) <b>Expected 1 answers while executing SetMonitorServiceCommand but received 3</b>
   2022-09-21 12:39:34,775 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:null) (logid:d5969a8f) Seq 214-1179380152417660442:  { Ans: , MgmtId: 12345, via: 214, Ver: v1, Flags: 10, [{"com.cloud.agent.api.routing.GroupAnswer":{"results":["null - success: Creating file in VR, with ip: a.b.c.d, file: monitor_service.json.1d4987b3-85ef-481a-8d48-33b5b853fa5e","null - success: ","null - success: "],"result":"true","wait":"0","bypassHostMaintenance":"false"}}] }
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   VR
   ~~~


-- 
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: commits-unsubscribe@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on issue #6757: Warning statement for SetMonitorServiceCommand command sent to VR due to additional answers received

Posted by "DaanHoogland (via GitHub)" <gi...@apache.org>.
DaanHoogland commented on issue #6757:
URL: https://github.com/apache/cloudstack/issues/6757#issuecomment-1401543498

   fixed in #7050


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on issue #6757: Warning statement for SetMonitorServiceCommand command sent to VR due to additional answers received

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #6757:
URL: https://github.com/apache/cloudstack/issues/6757#issuecomment-1254633570

   any reproduction scheme/situation in which you ran into this?


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on issue #6757: Warning statement for SetMonitorServiceCommand command sent to VR due to additional answers received

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #6757:
URL: https://github.com/apache/cloudstack/issues/6757#issuecomment-1254596546

   @rohityadavcloud I think a warning is in place here, why do you think this is a bug?


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on issue #6757: Warning statement for SetMonitorServiceCommand command sent to VR due to additional answers received

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #6757:
URL: https://github.com/apache/cloudstack/issues/6757#issuecomment-1289036509

   investigating:
   
   - an empty vpc does not yield this error.
   - an isolated network with only 1 vm doe not trigger the superfluent answers either…
   - starting a vm in the tier of the vpc does not trigger it.
   


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] rohityadavcloud commented on issue #6757: Warning statement for SetMonitorServiceCommand command sent to VR due to additional answers received

Posted by GitBox <gi...@apache.org>.
rohityadavcloud commented on issue #6757:
URL: https://github.com/apache/cloudstack/issues/6757#issuecomment-1254686540

   Nope, just deploy an advn zone env with VMs on VPC and isolated networks and track this command. (This is a minor low-hanging fruit issue, perhaps something in the script parsing the output is taking the unnecessary results and throwing back as `null - success`)


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland closed issue #6757: Warning statement for SetMonitorServiceCommand command sent to VR due to additional answers received

Posted by "DaanHoogland (via GitHub)" <gi...@apache.org>.
DaanHoogland closed issue #6757: Warning statement for SetMonitorServiceCommand command sent to VR due to additional answers received
URL: https://github.com/apache/cloudstack/issues/6757


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] rohityadavcloud commented on issue #6757: Warning statement for SetMonitorServiceCommand command sent to VR due to additional answers received

Posted by GitBox <gi...@apache.org>.
rohityadavcloud commented on issue #6757:
URL: https://github.com/apache/cloudstack/issues/6757#issuecomment-1254606416

   The bug is perhaps why 3 things are returned and not just one. (what's with the `"null - success: ","null - success: "]`)


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org