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

    https://github.com/apache/spark/pull/9605#discussion_r44495015
  
    --- Diff: 
streaming/src/main/scala/org/apache/spark/streaming/util/BatchedWriteAheadLog.scala
 ---
    @@ -182,6 +182,9 @@ private[util] class BatchedWriteAheadLog(val 
wrappedLog: WriteAheadLog, conf: Sp
           buffer.clear()
         }
       }
    +
    +  /** Method for querying the queue length. Should only be used in tests. 
*/
    +  private def getQueueLength(): Int = walWriteQueue.size()
    --- End diff --
    
    Why do you need this function? Can you use the private method tester to 
directly access `walWriteQueue`?


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to