当前位置:网站首页>[event center azure event hub] interpretation of error information found in event hub logs
[event center azure event hub] interpretation of error information found in event hub logs
2020-11-06 01:17:00 【itread01】
Problem description
Use Event Hub Consumption Events , The interpretation of various client errors .( In the later stage, we encounter new wrong information , This description will continue to be added )
One : Again Linux In the implementation of Event Hub Consumer side programs , Come on Too many open files
Reading : This information refers to java The number of operating system file control codes opened by the program exceeds the operating system limit , Check whether the file control code limit of the operating system is preset 1024, If it is , Please change to unlimited .
Use ulimit -a perhaps ulimit -n View control code number open files (-n) 1024
Configuration file /etc/security/limits.conf
Add... To the configuration file
* soft nofile 65535 * hard nofile 65535
Two :New receiver 'nil' with higher epoch of '197' is created hence current receiver 'nil' with epoch '196' is getting disconnected
Error message : java.util.concurrent.CompletionException: com.microsoft.azure.eventhubs.ReceiverDisconnectedException: New receiver 'nil' with higher epoch of '197' is created hence current receiver 'nil' with epoch '196' is getting disconnected. If you are recreating the receiver, make sure a higher epoch is used. TrackingId:xxxxxxxxxxxxxxx, SystemTracker:xxxxxxx:eventhub:xxxxxxx|$default, Timestamp:2020-10-20T15:50:16, errorContext[NS: xxxxxxxxx.servicebus.chinacloudapi.cn, PATH: xxxxxxxxx/ConsumerGroups/$Default/Partitions/3, REFERENCE_ID: xxxxxxxxxx, PREFETCH_COUNT: 300, LINK_CREDIT: 300, PREFETCH_Q_LEN: 0] java.util.concurrent.ExecutionException: com.microsoft.azure.eventprocessorhost.ExceptionWithAction: java.lang.RuntimeException: Lease lost while updating checkpoint |
Reading : The consumer program creates a separate consumption thread for each message segmentation slot , The consumption thread has a one-to-one relationship with the slot , When there is an extra consumer program to consume the same eventhub When , And store checkpoint In the same place , It will happen partition The redistribution of , perhaps , When one of the consumption threads goes wrong , The client will try to recover and take over all the slots of the failed thread . Usually, the error can be ignored .
3、 ... and :com.microsoft.azure.eventprocessorhost.ExceptionWithAction:The client could not finish the operation within specified maximum execution timeout.
Reading : After the client program is consumed , Will consume offset Deposit in Storage When , Network timeout occurred , It is recommended that you check the client network .
Four :com.microsoft.azure.eventhubs.EventHubException: The specified partition is invalid for an EventHub partition sender or receiver. It should be between 0 and 1.
Reading : The client program is consuming eventhub Information time , Wrong slot information specified .
5、 ... and :com.microsoft.azure.eventhubs.EventHubException: The supplied offset '0' is invalid. The last offset in the system is '-1'
Reading : The client is consuming eventhub Information time , Submitted the wrong offset value , You can't set the initial value to 0.
&n
版权声明
本文为[itread01]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢
How to demote a domain controller in Windows Server 2012 and later
快快使用ModelArts,零基础小白也能玩转AI!
Grouping operation aligned with specified datum
阿里云Q2营收破纪录背后,云的打开方式正在重塑
有关PDF417条码码制的结构介绍
分布式ID生成服务,真的有必要搞一个
快快使用ModelArts,零基礎小白也能玩轉AI!
向北京集结!OpenI/O 2020启智开发者大会进入倒计时
数字城市响应相关国家政策大力发展数字孪生平台的建设
(1)ASP.NET Core3.1 Ocelot介紹
随机推荐
Top 10 best big data analysis tools in 2020
(2)ASP.NET Core3.1 Ocelot路由
Can't be asked again! Reentrantlock source code, drawing a look together!
从海外进军中国,Rancher要执容器云市场牛耳 | 爱分析调研
Cos start source code and creator
Network programming NiO: Bio and NiO
Skywalking series blog 5-apm-customize-enhance-plugin
【新閣教育】窮學上位機系列——搭建STEP7模擬環境
至联云解析:IPFS/Filecoin挖矿为什么这么难?
微服務 - 如何解決鏈路追蹤問題
分布式ID生成服务,真的有必要搞一个
《Google軟體測試之道》 第一章google軟體測試介紹
幽默:黑客式编程其实类似机器学习!
PN8162 20W PD快充芯片,PD快充充电器方案
阿里云Q2营收破纪录背后,云的打开方式正在重塑
多机器人行情共享解决方案
Vue 3 responsive Foundation
Vuejs development specification
选择站群服务器的有哪些标准呢?
How long does it take you to work out an object-oriented programming interview question from Ali school?