Open madamkiwi opened 6 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/153647845
The labels on this github issue will be updated when the story is started.
created a gist with the output from wats in our CI where we saw the same error https://gist.github.com/jvshahid/5c551119a123b02a8cbf4ca3af3de32c
We have tried to reproduce this by continuously/concurrently pushing the nora
test app and curling it but have not been successful in seeing this issue again. We can open this up again if it resurfaces/becomes a blocker for y'all.
Gotcha. If it happens again, I'll keep the env around and let you guys know.
On Wed, Jan 3, 2018, 12:11 Sunjay Bhatia notifications@github.com wrote:
Closed #21 https://github.com/cloudfoundry/wats/issues/21.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cloudfoundry/wats/issues/21#event-1408456232, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4kkddaiFRbK8l_lBMMD7ALD3-WNzHuks5tG97YgaJpZM4RBHhi .
@sunjayBhatia we've seen this error in two more environments today. Would you like to take a look at one? Is there any other log output that would be helpful?
@ljfranklin we saw this recently too in our CI and reopened the story so I will reopen this issue as well
I don’t think you need to keep the environment around for us. The cell BOSH logs and Windows Event Log have not told us much as we have an environment up with the same issue but there are some things we can do with a modified buildpack to get some more .NET debug tracing out
It looks like the issue is coming from an exception in the actual .NET Framework in initializing a lock, not in the app so that could be fortunate/unfortunate depending on your point of view
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/154384516
The labels on this github issue will be updated when the story is started.
This issue will be sorted out once the next release of hwc
reaches the hwc-buildpack
(this commit: https://github.com/cloudfoundry-incubator/hwc/commit/19ed675a69b616fbef03b47f66f70b65a762db13 ensures that the compilation mutex that is failing to be acquired/created is unique per app)
While running wats the following test failed:
Our cf was running diego 1.7.1, garden windows 0.7.0, wats f7b4ea2715c15e479eaf45331d90081af9145a06.
This was a flake because the wats passed afterwards. Just wanted to let you know so this flake can be resolved.
cc @kkallday