Explicitly set default value to "UNFINISHED" for TraceBuilder's ResultType #349
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Symptom
There has been a report that some race condition can cause
resultType
being referenced as required constructor argument from a builder (during trace build) before it is being set.StackTrace is as below:
Invesetigation
It is intermittent so it is rather hard to reproduce. By inspecting the code, it is also not clear when
setResultType
was be exempted from being called sometimes.Impact assessment
The issue should only impact trace and we don't get such report for years. Only two users ever reported and both claim to be intermittent. I think we can set a default value of "UNFINISHED" so the exception won't be thrown during the run time. We therefore let the "bad" trace to be surfaced and investigated if the trace itself does not make sense.
Details about code change
ResultType.UNFINISHED
Testing done
./gradlew build
and./gradlew test