Skip to content

Commit

Permalink
fix tsan data race in attributes (grpc#10805)
Browse files Browse the repository at this point in the history
  • Loading branch information
YifeiZhuang committed Jan 8, 2024
1 parent 4e16336 commit 6efa9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netty/src/main/java/io/grpc/netty/NettyClientHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ protected void handleNotInUse() {

private WriteQueue clientWriteQueue;
private Http2Ping ping;
private Attributes attributes;
private volatile Attributes attributes;
private InternalChannelz.Security securityInfo;
private Status abruptGoAwayStatus;
private Status channelInactiveReason;
Expand Down

0 comments on commit 6efa9ee

Please sign in to comment.