mirror of https://github.com/grpc/grpc-java.git
fix tsan data race in attributes (#10805)
This commit is contained in:
parent
4e163361d4
commit
6efa9ee37d
|
|
@ -131,7 +131,7 @@ class NettyClientHandler extends AbstractNettyHandler {
|
|||
|
||||
private WriteQueue clientWriteQueue;
|
||||
private Http2Ping ping;
|
||||
private Attributes attributes;
|
||||
private volatile Attributes attributes;
|
||||
private InternalChannelz.Security securityInfo;
|
||||
private Status abruptGoAwayStatus;
|
||||
private Status channelInactiveReason;
|
||||
|
|
|
|||
Loading…
Reference in New Issue