zoukankan      html  css  js  c++  java
  • flume 报File Channel transaction capacity cannot be greater than the capacity of the channel capacity错误

      今天在部署flume集群时,在启动collector服务器没报错,启动agent服务器报错:

    File Channel transaction capacity cannot be greater than the capacity of the  channel capacity

    查了下相关解决办法,将配置文件中的

    agent.channels.memoryChannel.capacity = 1000
    调整为

    agent.channels.memoryChannel.capacity = 10000

    再启动服务器正常。

    参考网址:https://issues.apache.org/jira/browse/FLUME-2268

  • 相关阅读:
    MySQL
    php抽象类和接口
    php面向对象三大特征
    php面向对象
    Git
    css3属性
    数据渲染
    ajax(2)
    ajax笔记
    作用域面试题
  • 原文地址:https://www.cnblogs.com/tanglc/p/5219550.html
Copyright © 2011-2022 走看看