During our research on non-blocking concurrency bugs in gRPC, we discovered a potential Data Race in the program. Specifically,there are two confilicting operations on the field "items", where
the read operation at:.../grpc/internal/wrr/random.go:90, and the write operation at:.../grpc/internal/wrr/random.go:86
I don't know whether it is accurate, so I 'm looking forward to your reply.