You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by HeartSaVioR <gi...@git.apache.org> on 2018/04/02 00:46:04 UTC

[GitHub] storm issue #2591: STORM-2979: WorkerHooks EOFException during run_worker_sh...

Github user HeartSaVioR commented on the issue:

    https://github.com/apache/storm/pull/2591
  
    Yeah the valid patch should deserialize them only once while initializing worker state, and use them from both places (start and shutdown). Current implementation will not work properly if the implementation of worker hook is something stateful (since we deserialize and initialize two separate objects).
    
    @hummelm 
    Could you address this issue? You would want to craft a patch against master branch and 1.x-branch.


---