You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/11 18:57:00 UTC

[jira] [Commented] (SAMZA-1900) Logging improvement: Changelog restore logs should log store name including task name/store path

    [ https://issues.apache.org/jira/browse/SAMZA-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646906#comment-16646906 ] 

ASF GitHub Bot commented on SAMZA-1900:
---------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/653


> Logging improvement: Changelog restore logs should log store name including task name/store path
> ------------------------------------------------------------------------------------------------
>
>                 Key: SAMZA-1900
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1900
>             Project: Samza
>          Issue Type: Bug
>          Components: kv-store
>            Reporter: Daniel Chen 
>            Assignee: Daniel Chen 
>            Priority: Major
>
> Add logging in changelog restores and log store to include the TaskName and the Store path in printing info logs.
>  
> Example changes:
> 1.
> From: 2018-05-15 20:10:31.423 [main]RocksDbKeyValueStore$ [INFO] Opening RocksDB store with TTL value: 14400
> To: 2018-05-15 20:10:31.423 [main]RocksDbKeyValueStore$ [INFO] Opening RocksDB store at path <store directory> with TTL value: 14400
> 2. 
> From: 2018-05-15 20:10:31.421 [main]KeyValueStorageEngine [INFO] Restoring entries for store storageRankingEventStore
> To: 2018-05-15 20:10:31.421 [main]KeyValueStorageEngine [INFO] Restoring entries for store storageRankingEventStore for task <TaskName>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)