Terraform lock loss

Suppose your Terraform plan or apply processes are stuck in the state of: Or you were faced with an error: The reason most likely is that you had a Terraform plan or apply process stop after acquiring the lock but before its release.Thus, it is left in a locked state. Every new try is going […]

READ MORE

Opencensus GCP class tried to access private field

If you getting these opencensus errors in GCP from time to time: It worth to recheck dependency version of each opencensus component, that actually presented in your final jar: You may have opencensus-api version 0.19.2, and opencensus-impl version 0.15.0. Thus solution is to equalize all these versions. You can review your dependency versions with following […]

READ MORE