GitHub user jiangzhileaf opened a pull request:
https://github.com/apache/storm/pull/2773
Blobstore sync bug fix
1.Bug fix for blob sync frequency with time unit error.
2.Bug fix for blob sync delete file, add catch NoSuchFileException.
3.Bug fix for blob sync update blob flie, add catch FileNotFoundException
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jiangzhileaf/storm blobstore-sync-bug-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2773.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2773
----
commit b2d7f31de318109e708eda060d664acb184b31e7
Author: jiangzhileaf <jiangzhileaf@...>
Date: 2018-07-19T08:37:22Z
Bug fix for blobstore sync.
commit 2b75ade3a6789e755945bbdb89c3ee708b5f30ea
Author: jiangzhileaf <jiangzhileaf@...>
Date: 2018-07-24T03:18:31Z
Specially handle for FileNotFoundException, because it take time for leader
nimbus to copy the jar to blobstore
commit 849c74198774e95f7aaa1b89a96a8e28012d6119
Author: jiangzhileaf <jiangzhileaf@...>
Date: 2018-07-24T07:45:46Z
fix blob sync frequency.
----
---