clouddriver icon indicating copy to clipboard operation
clouddriver copied to clipboard

fix(clouddriver): Return a call stack for better error handling

Open wattdave opened this issue 2 years ago • 5 comments

We are seeing large numbers of "NullPointerException" from this particular exception in our CloudDriver logs, and we would like to isolate where underneath the problem lies. The code as written prints only the exception name in the logs, with no stack trace.

wattdave avatar Nov 29 '21 21:11 wattdave

The following commits need their title changed:

  • c9c7ee7a4634b2b35010fb39c33d8d2851835f35: Return a call stack for better error handling

Please format your commit title into the form:

<type>(<scope>): <subject>, e.g. fix(kubernetes): address NPE in status check

This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here.

spinnakerbot avatar Nov 29 '21 21:11 spinnakerbot

The build errors here puzzle me. Can anyone provide some information on how my changes might have caused them?

wattdave avatar Dec 02 '21 20:12 wattdave

@mergifyio update

dbyron-sf avatar Dec 02 '21 20:12 dbyron-sf

update

✅ Branch has been successfully updated

mergify[bot] avatar Dec 02 '21 20:12 mergify[bot]

The build errors here puzzle me. Can anyone provide some information on how my changes might have caused them?

Pretty sure https://github.com/spinnaker/clouddriver/pull/5585 fixes that error, which is why I updated your branch to pick it up.

dbyron-sf avatar Dec 02 '21 20:12 dbyron-sf