mirror of
https://github.com/google/nomulus
synced 2026-01-11 00:10:36 +00:00
Remove some unnecessary loggings from the proxy
We confirmed that the retry is working. Instead of logging the messages them selves, we only need to log the message hash to ensure that the same message is retried. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=208883712
This commit is contained in:
@@ -79,7 +79,8 @@ public class BackendMetricsHandler extends ChannelDuplexHandler {
|
||||
|
||||
@Override
|
||||
public void channelRegistered(ChannelHandlerContext ctx) throws Exception {
|
||||
// Backend channel is always established after a frontend channel is connected, so this
|
||||
// Backend channel is always established after a frontend channel is connected, so this call
|
||||
// should always return a non-null relay channel.
|
||||
relayedChannel = ctx.channel().attr(RELAY_CHANNEL_KEY).get();
|
||||
checkNotNull(relayedChannel, "No frontend channel found.");
|
||||
relayedProtocolName = relayedChannel.attr(PROTOCOL_KEY).get().name();
|
||||
|
||||
Reference in New Issue
Block a user