You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by "DaanHoogland (via GitHub)" <gi...@apache.org> on 2023/03/08 15:50:35 UTC

[GitHub] [cloudstack] DaanHoogland opened a new issue, #7324: Event results in unwanted error log

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

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main 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 -->
    * Improvement Request
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main branch.
   -->
   
   ~~~
   
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   The following appears in the event log, while no errors seem to occur:
   ~~~
   (non-prod) 🐵 > list events id=11792702-7314-49a9-9e95-fb57e6981499
   {
     "count": 1,
     "event": [
       {
         "account": "system",
         "created": "2023-03-07T16:00:07-0300",
         "description": "Error while creating entity for allocating snapshot",
         "domain": "ROOT",
         "domainid": "8141c7d0-69b1-11eb-af2b-00505681f744",
         "id": "11792702-7314-49a9-9e95-fb57e6981499",
         "level": "ERROR",
         "state": "Created",
         "type": "SNAPSHOT.CREATE",
         "username": "system"
       }
     ]
   }
   ~~~
   ##### 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 -->
   ~~~
   
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   no error event
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   an event that alerts the user to an error that never happened.
   ~~~
   


-- 
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] shwstppr commented on issue #7324: Event results in unwanted error log

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

   I'm not able to reproduce this. *allocating snapshot* is published by VolumeApiServiceImpl.allocSnapshot (called by CreateSnapshotCmd.create()). If API command's create fails with the exception it shouldn't have called execute() method.
   
   We need more logs to analyze this. From my tests and code investigation on 4.18 branch I don't see this happening


-- 
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 #7324: Event results in unwanted error log

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

   I have no clue how to continue further on this. It seems it is a one time one environement fluke. I suppose we should close this untill we have more data.


-- 
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 #7324: Event results in unwanted error log

Posted by "DaanHoogland (via GitHub)" <gi...@apache.org>.
DaanHoogland closed issue #7324: Event results in unwanted error log
URL: https://github.com/apache/cloudstack/issues/7324


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