You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/09/04 05:31:27 UTC

[GitHub] [spark] jainshashank24 removed a comment on pull request #28828: [SPARK-24634][SS][FOLLOWUP] Rename the variable from "numLateInputs" to "numRowsDroppedByWatermark"

jainshashank24 removed a comment on pull request #28828:
URL: https://github.com/apache/spark/pull/28828#issuecomment-686435584


   Hi i have used this MR and the other one https://github.com/apache/spark/pull/28607/files
   even after that i cant see counter value increasing
   Though i can see the counter under "stateOperators"
   
   "stateOperators" : [ {
       "numRowsTotal" : 0,
       "numRowsUpdated" : 0,
       "memoryUsedBytes" : 1344,
       "numRowsDroppedByWatermark" : 0,
       "customMetrics" : {
         "loadedMapCacheHitCount" : 0,
         "loadedMapCacheMissCount" : 0,
         "stateOnCurrentVersionSizeBytes" : 480
       }
     } ],
   
   @HeartSaVioR if you can help out


----------------------------------------------------------------
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:
users@infra.apache.org



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