FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix tsan data race in attributes (#10805) · Java-Edge/grpc-java@6efa9ee · GitHub

forked from grpc/grpc-java

Commit 6efa9ee

Browse files
authored
fix tsan data race in attributes (grpc#10805)
1 parent 4e16336 commit 6efa9ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎netty/src/main/java/io/grpc/netty/NettyClientHandler.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ protected void handleNotInUse() {
131131

132132
private WriteQueue clientWriteQueue;
133133
private Http2Ping ping;
134-
private Attributes attributes;
134+
private volatile Attributes attributes;
135135
private InternalChannelz.Security securityInfo;
136136
private Status abruptGoAwayStatus;
137137
private Status channelInactiveReason;

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL