jackierwzhang commented on PR #50746:
URL: https://github.com/apache/spark/pull/50746#issuecomment-2840641389

   @HeartSaVioR I actually had to revert some `lazy vals` in `StreamExecution` 
back to `vals` because 
[this](https://github.com/apache/spark/pull/50746/files#diff-7e8a99d76adb60a2d85609ab46bb2867cd83de106b3c048d6d955805824c9bb6R173)
 access to `id` within `streamMetadata` would actually forces initialize the 
subclass's lazy val but at that time the input parameter 
`asyncWritesExecutorService` 
[here](https://github.com/apache/spark/pull/50746/files#diff-a1227731d4b0a7bb5f6f6b3ca3baa67a9c9bdf717a474f22dd73dd8c2cf9d398R93)
 is still null. 
   


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