当前位置: 首页 > article >正文

obesi-daemon.log这个日志一直在不断输出?

处理办法:

 干掉obesi这个进程就不再输出了。


 

测试了ob还是可连接,并不影响使用,官网没找到关于obesi这个进程的说明,先这样。

obclient [GISTAR]> SHOW PARAMETERS LIKE '%syslog_level%';
+-------+----------+-----------------+----------+---------------------+-----------+-------+----------------------------------------------------------------------------------------------------------------------------------------+----------+---------+---------+-------------------+
| ZONE  | SVR_TYPE | SVR_IP          | SVR_PORT | NAME                | DATA_TYPE | VALUE | INFO                                                                                                                                   | SECTION  | SCOPE   | SOURCE  | EDIT_LEVEL        |
+-------+----------+-----------------+----------+---------------------+-----------+-------+----------------------------------------------------------------------------------------------------------------------------------------+----------+---------+---------+-------------------+
| zone1 | observer | 192.168.207.143 |     2882 | ob_esi_syslog_level | NULL      | ERROR | specifies the current level of logging for obesi. There are DEBUG, TRACE, WDIAG, EDIAG, INFO, WARN, ERROR, seven different log levels. | OBSERVER | CLUSTER | DEFAULT | DYNAMIC_EFFECTIVE |
| zone1 | observer | 192.168.207.143 |     2882 | syslog_level        | NULL      | ERROR | specifies the current level of logging. There are DEBUG, TRACE, WDIAG, EDIAG, INFO, WARN, ERROR, seven different log levels.           | OBSERVER | CLUSTER | DEFAULT | DYNAMIC_EFFECTIVE |
+-------+----------+-----------------+----------+---------------------+-----------+-------+----------------------------------------------------------------------------------------------------------------------------------------+----------+---------+---------+-------------------+
2 rows in set (0.006 sec)
 

obclient [GISTAR]> SHOW PARAMETERS LIKE '%ob_esi%';
+-------+----------+-----------------+----------+------------------------------+-----------+-------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------+---------+-------------------+
| ZONE  | SVR_TYPE | SVR_IP          | SVR_PORT | NAME                         | DATA_TYPE | VALUE | INFO                                                                                                                                                                                                                                                      | SECTION  | SCOPE   | SOURCE  | EDIT_LEVEL        |
+-------+----------+-----------------+----------+------------------------------+-----------+-------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------+---------+-------------------+
| zone1 | observer | 192.168.207.143 |     2882 | ob_esi_max_syslog_file_count | NULL      | 0     | specifies the maximum number of the log files for obesithat can co-exist before the log file recycling kicks in. Each log file can occupy at most 256MB disk space. When this value is set to 0, no log file will be removed. Range: [0, +∞) in integer   | OBSERVER | CLUSTER | DEFAULT | DYNAMIC_EFFECTIVE |
| zone1 | observer | 192.168.207.143 |     2882 | ob_esi_syslog_level          | NULL      | ERROR | specifies the current level of logging for obesi. There are DEBUG, TRACE, WDIAG, EDIAG, INFO, WARN, ERROR, seven different log levels.                                                                                                                    | OBSERVER | CLUSTER | DEFAULT | DYNAMIC_EFFECTIVE |
| zone1 | observer | 192.168.207.143 |     2882 | ob_esi_memory_limit          | NULL      | 0M    | specifies the memory usage upper limit for the obesi process. Range: [64M,], 0 stands for adaptive                                                                                                                                                        | OBSERVER | CLUSTER | DEFAULT | DYNAMIC_EFFECTIVE |
| zone1 | observer | 192.168.207.143 |     2882 | ob_esi_io_concurrency        | NULL      | 0     | The number of concurrent io for obesi process. Range: [0,] in integer                                                                                                                                                                                     | OBSERVER | CLUSTER | DEFAULT | DYNAMIC_EFFECTIVE |
| zone1 | observer | 192.168.207.143 |     2882 | ob_esi_session_timeout       | NULL      | 10m   | timeout period for the obesi to hold active session resources. Range: [10s, 30m] in integer                                                                                                                                                               | OBSERVER | CLUSTER | DEFAULT | DYNAMIC_EFFECTIVE |
| zone1 | observer | 192.168.207.143 |     2882 | enable_ob_esi_process        | NULL      | False | control if enable use obesi(external storage interface) process                                                                                                                                                                                           | OBSERVER | CLUSTER | DEFAULT | DYNAMIC_EFFECTIVE |
| zone1 | observer | 192.168.207.143 |     2882 | ob_esi_rpc_port              | NULL      | 2501  | the communication port between obesi process and observer. Range: (1024, 65536) in integer                                                                                                                                                                | OBSERVER | CLUSTER | DEFAULT | DYNAMIC_EFFECTIVE |
+-------+----------+-----------------+----------+------------------------------+-----------+-------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+---------+---------+-------------------+
7 rows in set (0.006 sec)
 


http://www.kler.cn/news/364361.html

相关文章:

  • (一)Mysql篇---Mysql整体架构
  • 循环双链表,将L改造为L=(a1,a3,…,an,a4,a2)
  • 【32】C++流
  • sqli-labs靶场安装以及刷题记录-docker
  • 【Linux】总线-设备-驱动模型
  • AI自动生成PPT哪个软件好?智能生成PPT不再熬夜做课件
  • Centos编写mysql备份脚本
  • 好用的vscode内置GPT中文版插件 ,可问答 , 可生成代码! (AI程序员 , 出列 !)
  • 新手向-C接口调用dbus
  • 软件部署-Docker容器化技术(二)
  • (清晰易懂版)(multi)map和set--C++
  • 数据结构~红黑树
  • Linux基础环境搭建(CentOS7)- 安装Scala和Spark
  • webassembly之typescript支持
  • OpenCV系列教程五:图像的分割与修复
  • 代谢组数据分析(二十):通过WGCNA识别核心代谢物
  • 面向对象进阶(下)(JAVA笔记第二十二期)
  • 数据结构(8.2_2)—希尔排序
  • 了解 WebSocket
  • 【格物刊】龙信刊物已上新
  • 【linux开发-驱动】SPI驱动开发相关
  • node和npm
  • 指增和中性产品的申赎加减仓及资金调拨自动化伪代码思路
  • 【数据仓库】数据仓库面试题
  • ANSI C、ISO C、POSIX标准、GNU的含义
  • 【机器学习】多元线性回归