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) {
|
protected void logOnErrorReadTimeoutWarning(Throwable t) {
|
||||||
log.warn("{}: onError(). Cancelling subscription, and marking self as failed. KCL will"
|
log.warn("{}: onError(). Cancelling subscription, and marking self as failed. KCL will"
|
||||||
+ " recreate the subscription as neccessary to continue processing. If you "
|
+ " recreate the subscription as necessary to continue processing. If you"
|
||||||
+ "are seeing this warning frequently consider increasing the SDK timeouts "
|
+ " are seeing this warning frequently consider increasing the SDK timeouts"
|
||||||
+ "by providing an OverrideConfiguration to the kinesis client. Alternatively you"
|
+ " by providing an OverrideConfiguration to the kinesis client. Alternatively you"
|
||||||
+ "can configure LifecycleConfig.readTimeoutsToIgnoreBeforeWarning to suppress"
|
+ " can configure LifecycleConfig.readTimeoutsToIgnoreBeforeWarning to suppress"
|
||||||
+ "intermittent ReadTimeout warnings. Last successful request details -- {}",
|
+ " intermittent ReadTimeout warnings. Last successful request details -- {}",
|
||||||
shardInfoId, recordsPublisher.getLastSuccessfulRequestDetails(), t);
|
shardInfoId, recordsPublisher.getLastSuccessfulRequestDetails(), t);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue