GitHub user arunmahadevan opened a pull request:
https://github.com/apache/storm/pull/2871
[STORM-3252] Bug fix for blobstore sync
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/arunmahadevan/storm STORM-3252
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2871.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 #2871
----
commit 94e6bbcc873c04034c55977653910b9921bc014c
Author: jiangzhileaf <jiangzhileaf@...>
Date: 2018-07-19T08:37:22Z
Bug fix for blobstore sync.
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
----
---