GitHub user erikdw opened a pull request:

    https://github.com/apache/storm/pull/1755

    error log for blobstore was missing a space between string 'key' and …

    …the actual key value
    
    Example:
    
    2016-11-01 06:09:58.001 o.a.s.b.BlobStoreUtils [ERROR] Could not download 
blob with keysmoketest-l-1-1460514403-stormconf.ser
    
    Notice how 'key' and 'smoketest...' run together?
    
    Solution: make the error log similar to the one in the following function 
for when a blob couldn't be updated.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/erikdw/storm fix-error-log

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/1755.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 #1755
    
----
commit b635b0c8ad6437e1a2c265f3d0d3960ef9771747
Author: Erik Weathers <[email protected]>
Date:   2016-11-01T06:16:47Z

    error log for blobstore was missing a space between string 'key' and the 
actual key value
    
    Example:
    
    2016-11-01 06:09:58.001 o.a.s.b.BlobStoreUtils [ERROR] Could not download 
blob with keysmoketest-l-1-1460514403-stormconf.ser
    
    Notice how 'key' and 'smoketest...' run together?
    
    Solution: make the error log similar to the one in the following function 
for when a blob couldn't be updated.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to