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

    https://github.com/apache/spark/pull/9143#discussion_r43056920
  
    --- Diff: 
streaming/src/main/scala/org/apache/spark/streaming/util/WriteAheadLogUtils.scala
 ---
    @@ -36,6 +36,7 @@ private[streaming] object WriteAheadLogUtils extends 
Logging {
       val DRIVER_WAL_ROLLING_INTERVAL_CONF_KEY =
         "spark.streaming.driver.writeAheadLog.rollingIntervalSecs"
       val DRIVER_WAL_MAX_FAILURES_CONF_KEY = 
"spark.streaming.driver.writeAheadLog.maxFailures"
    +  val DRIVER_WAL_BATCHING_CONF_KEY = 
"spark.streaming.driver.writeAheadLog.enableBatching"
    --- End diff --
    
    maybe rename this to `spark.streaming.driver.writeAheadLog.allowBatching`, 
just in case we have add a config `driver.wal.enable` (similar to 
`receiver.wal.enable`) in future.


---
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