jerrypeng commented on code in PR #56055:
URL: https://github.com/apache/spark/pull/56055#discussion_r3315587350


##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -2396,6 +2396,26 @@ package object config {
       .booleanConf
       .createWithDefault(true)
 
+  private[spark] val STREAMING_REALTIME_MODE_SLOTS_CHECK_DISABLED =

Review Comment:
   The intent is that slot checking is enabled by default and you should 
disable it in extra ordinary circumstances.  That is why it was named this way. 
 If you don't feel strongly about this I would rather keep it as it is.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to