tgravescs commented on a change in pull request #29906:
URL: https://github.com/apache/spark/pull/29906#discussion_r500600788



##########
File path: core/src/main/scala/org/apache/spark/status/api/v1/api.scala
##########
@@ -82,10 +82,11 @@ class ExecutorStageSummary private[spark](
     val shuffleWriteRecords : Long,
     val memoryBytesSpilled : Long,
     val diskBytesSpilled : Long,
-    val isBlacklistedForStage: Boolean,
+    val isBlacklistedForStage: Boolean, // deprecated

Review comment:
       the problem with that is that this is the rest api and we can't really 
deprecate it without having some new api, which would like be a v2 instead of 
v1 or a different endpoint. Since we don't have that I don't think it makes 
sense to deprecate the entire structure.  I think this is the first time this 
has happened as well so I'm open to ideas on how we want to handle.




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

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