Skip to content

Lock writes to trace stream

Kamil Trzciński requested to merge lock-trace-writes into master

What does this MR do?

Adds needed locking on trace writes. Otherwise, we can execute two concurrent #appends and this could result in the noticed errors, of chunks not having valid length.

What are the relevant issue numbers?

Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/51502

Does this MR meet the acceptance criteria?

Merge request reports