# Each channel's type is defined.
agent.channels.fileChannel.type=file
agent.channels.fileChannel.capacity=200000
agent.channels.fileChannel.transactionCapacity=1000
agent.channels.fileChannel.keep-alive=30
agent.channels.fileChannel.checkpointDir=/home/uh/flume/checkpointsuc
agent.channels.fileChannel.dataDirs=/home/uh/flume/datasuc
# The channel can be defined as follows.
agent.sources.spoolDir.channels=fileChannel
@hasqjh7
我们项目组是使用flume+kafka的,最近也是碰到了
org.apache.avro.AvroRuntimeException: java.io.IOException: Block size invalid or too large for this implementation: -2685
你是加了什么策略解决这些问题的呢?还请大神赐教哦