parent
28cb185e9c
commit
0535193394
1 changed files with 5 additions and 5 deletions
|
|
@ -200,11 +200,11 @@ class ShardConsumerSubscriber implements Subscriber<RecordsRetrieved> {
|
|||
|
||||
protected void logOnErrorReadTimeoutWarning(Throwable t) {
|
||||
log.warn("{}: onError(). Cancelling subscription, and marking self as failed. KCL will"
|
||||
+ " recreate the subscription as neccessary to continue processing. If you "
|
||||
+ "are seeing this warning frequently consider increasing the SDK timeouts "
|
||||
+ "by providing an OverrideConfiguration to the kinesis client. Alternatively you"
|
||||
+ "can configure LifecycleConfig.readTimeoutsToIgnoreBeforeWarning to suppress"
|
||||
+ "intermittent ReadTimeout warnings. Last successful request details -- {}",
|
||||
+ " recreate the subscription as necessary to continue processing. If you"
|
||||
+ " are seeing this warning frequently consider increasing the SDK timeouts"
|
||||
+ " by providing an OverrideConfiguration to the kinesis client. Alternatively you"
|
||||
+ " can configure LifecycleConfig.readTimeoutsToIgnoreBeforeWarning to suppress"
|
||||
+ " intermittent ReadTimeout warnings. Last successful request details -- {}",
|
||||
shardInfoId, recordsPublisher.getLastSuccessfulRequestDetails(), t);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue