OGG-01232 Receive TCP Params Error: TCP/IP Error 104 (Connection Reset By Peer).

ERROR  OGG-01232 Receive TCP params error:TCP/IP error 104(Connection reset by peer),endpoint:192.168.247.16:7812

CASE:

Extract/Pump uses STREAMING mode by default
Most of the tcp-ip errors are treated fatal and results in an immediate abend. 

i.e.
 OGG-01232 Receive TCP params error: TCP/IP error 104 (Connection reset by peer).
 
In STREAMING mode communication between extract and the collector is 
 asynchronous. Extract does not wait for an acknowledgement before sending 
 subsequent messages. When an error occurs in STREAMING mode, extract does 
 not know at which point it should resend data, so an error is deemed fatal.

SOULUTION:

OPTION 1:

Use the NOSTREAMING option if hitting tcp/ip errors too often

 In NOSTREAMING mode communication between extract and the collector is 
 synchronous; extract can only send out new data after it receives an 
 acknowledgement of the previous data from the collector. If an error occurs, 
 extract can simply resend the last transmission. 

NOSTREAMING – will make the data pump more resilient to transient network outages

OPTION 2:(推荐)
add AUTORESTART to the manager prm file
to have all pumps restart when it gets a TCP/IP error

AUTORESTART < process type> , RETRIES .., WAITMINUTES .., RESETMINUTES ..

i.e 
AUTORESTART EXTRACT *, RETRIES 3, WAITMINUTES 5, RESETMINUTES 60 
 
You will need to decide which values work best for you
The GG reference has more details about the syntax.

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值