You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
当数据未发送完成producer就destroyed时,上报如下错误
result : 10, log bytes : 3675821, compressed bytes : 3685827, request id : , error message : producer is being destroyed, producer has no time to send this buffer out
当数据未发送完成producer就destroyed时,上报如下错误
result : 10, log bytes : 3675821, compressed bytes : 3685827, request id : , error message : producer is being destroyed, producer has no time to send this buffer out
除了“程序可靠退出方案”方案外,是否有其他函数或变量来检测数据是否发送完成?
因为log_producer_client_add_log()后执行destroy_log_producer()前时间无法预估,发送的数据大小无法预估,当数据量大时设置的时间总会超时。
The text was updated successfully, but these errors were encountered: