Github user yssharma commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17467#discussion_r112346805
  
    --- Diff: 
external/kinesis-asl/src/main/scala/org/apache/spark/streaming/kinesis/KinesisBackedBlockRDD.scala
 ---
    @@ -147,6 +152,14 @@ class KinesisSequenceRangeIterator(
       private var lastSeqNumber: String = null
       private var internalIterator: Iterator[Record] = null
     
    +  // variable for kinesis wait time interval between next retry
    +  private var kinesisWaitTimeMs = JavaUtils.timeStringAsMs(
    --- End diff --
    
    No, this value is modified after waits -
    `kinesisWaitTimeMs *= 2  // if you have waited, then double wait time for 
next round`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to