7e0b8354a5
* clone the service under lock to avoid a data race * add change log * create a struct and copy the pointer to mutate it to avoid a data race * fix failing test * revert added space * add comments, to clarify the data race.
4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
```release-note:bug
|
|
Mutate `NodeService` struct properly to avoid a data race.
|
|
```
|