I'm using Alluxio
2.0 to accelerate compute layer's performance.
When no query is performing, I found there are about verbose netty
output appendding to $Alluxio_home/logs/master.log
.
2019-11-25 10:26:32,141 DEBUG NettyServerHandler - {} {} HEADERS: streamId={} headers={} streamDependency={} weight={} exclusive={} padding={} endStream={}
2019-11-25 10:26:32,141 DEBUG NettyServerHandler - {} {} DATA: streamId={} padding={} endStream={} length={} bytes={}
Dozens of above message are appeneded to master.log
each second.
Is it a normal behavior? If sure, what's it used for? For heartbeat amoung components?