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 2020/09/24 11:18:26 UTC

[GitHub] [cloudstack] borisstoyanov opened a new issue #4343: java.lang.ArithmeticException: / by zero - when scaling VR

borisstoyanov opened a new issue #4343:
URL: https://github.com/apache/cloudstack/issues/4343


   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   VR Scaling
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   4.11.3
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   with VMWARE 6.5
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   Version used: 4.11.3
   
   Steps: 
   1. Set the new system offering with 2 cores instead of 1 and fill in the same details as the default one. 
   2. Scale the VR to the new Offering
   
   2020-09-23 13:26:51,689 ERROR [c.c.h.v.r.VmwareResource] (DirectAgent-132:ctx-85f479ac 10.10.2.140, job-306/job-310, cmd: ScaleVmCommand) (logid:3407676c) Unexpected exception:
   java.lang.ArithmeticException: / by zero
   ~~~
   
   


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd commented on issue #4343: java.lang.ArithmeticException: / by zero - when scaling VR

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


   4.14+ is okay


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] shwstppr edited a comment on issue #4343: java.lang.ArithmeticException: / by zero - when scaling VR

Posted by GitBox <gi...@apache.org>.
shwstppr edited a comment on issue #4343:
URL: https://github.com/apache/cloudstack/issues/4343#issuecomment-698909366


   @rhtyd I've checked and was able to reproduce the issue on latest master as well. I've created a draft PR for fixes. Adding fix for 4.14 is okay or do we need it for any previous release as well? cc @borisstoyanov 


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] shwstppr commented on issue #4343: java.lang.ArithmeticException: / by zero - when scaling VR

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


   @rhtyd I've checked and was able to reproduce the issue on latest master as well. I've created a draft PR for fixes. Adding fix 4.14 is okay or do we need it for any previous release as well? cc @borisstoyanov 


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] shwstppr edited a comment on issue #4343: java.lang.ArithmeticException: / by zero - when scaling VR

Posted by GitBox <gi...@apache.org>.
shwstppr edited a comment on issue #4343:
URL: https://github.com/apache/cloudstack/issues/4343#issuecomment-698909366


   @rhtyd I've checked and was able to reproduce the issue on latest master as well. I've created a draft PR for fixes. Adding fix for 4.14 is okay or do we need it for any previous release as well? cc @borisstoyanov 


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] shwstppr commented on issue #4343: java.lang.ArithmeticException: / by zero - when scaling VR

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


   no idea @rhtyd. I'll check


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd commented on issue #4343: java.lang.ArithmeticException: / by zero - when scaling VR

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


   ping @shwstppr - do you remember if that's fixed?


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] shwstppr commented on issue #4343: java.lang.ArithmeticException: / by zero - when scaling VR

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






----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd closed issue #4343: java.lang.ArithmeticException: / by zero - when scaling VR

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #4343:
URL: https://github.com/apache/cloudstack/issues/4343


   


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd commented on issue #4343: java.lang.ArithmeticException: / by zero - when scaling VR

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


   ping @shwstppr - do you remember if that's fixed?


----------------------------------------------------------------
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.

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