[jira] [Updated] (HADOOP-13850) s3guard to log choice of metadata store at debug

2016-12-01 Thread Steve Loughran (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-13850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-13850:

Assignee: Mingliang Liu

> s3guard to log choice of metadata store at debug
> 
>
> Key: HADOOP-13850
> URL: https://issues.apache.org/jira/browse/HADOOP-13850
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/s3
>Affects Versions: 3.0.0-alpha2
>Reporter: Steve Loughran
>Assignee: Mingliang Liu
>Priority: Trivial
> Attachments: HADOOP-13850-HADOOP-13345.000.patch
>
>
> People not using s3guard really don't need to know this on every single use 
> of the S3A client. 
> {code}
> INFO  s3guard.S3Guard (S3Guard.java:getMetadataStore(77)) - Using 
> NullMetadataStore for s3a filesystem
> {code}
> downgrade to debug.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-13850) s3guard to log choice of metadata store at debug

2016-12-01 Thread Steve Loughran (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-13850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-13850:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

committed to HADOOP-13345 branch. thanks!

> s3guard to log choice of metadata store at debug
> 
>
> Key: HADOOP-13850
> URL: https://issues.apache.org/jira/browse/HADOOP-13850
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/s3
>Affects Versions: 3.0.0-alpha2
>Reporter: Steve Loughran
>Assignee: Mingliang Liu
>Priority: Trivial
> Attachments: HADOOP-13850-HADOOP-13345.000.patch
>
>
> People not using s3guard really don't need to know this on every single use 
> of the S3A client. 
> {code}
> INFO  s3guard.S3Guard (S3Guard.java:getMetadataStore(77)) - Using 
> NullMetadataStore for s3a filesystem
> {code}
> downgrade to debug.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-13850) s3guard to log choice of metadata store at debug

2016-11-30 Thread Mingliang Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-13850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mingliang Liu updated HADOOP-13850:
---
Status: Patch Available  (was: Open)

> s3guard to log choice of metadata store at debug
> 
>
> Key: HADOOP-13850
> URL: https://issues.apache.org/jira/browse/HADOOP-13850
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/s3
>Affects Versions: 3.0.0-alpha2
>Reporter: Steve Loughran
>Priority: Trivial
> Attachments: HADOOP-13850-HADOOP-13345.000.patch
>
>
> People not using s3guard really don't need to know this on every single use 
> of the S3A client. 
> {code}
> INFO  s3guard.S3Guard (S3Guard.java:getMetadataStore(77)) - Using 
> NullMetadataStore for s3a filesystem
> {code}
> downgrade to debug.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-13850) s3guard to log choice of metadata store at debug

2016-11-30 Thread Mingliang Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-13850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mingliang Liu updated HADOOP-13850:
---
Target Version/s: HADOOP-13345

> s3guard to log choice of metadata store at debug
> 
>
> Key: HADOOP-13850
> URL: https://issues.apache.org/jira/browse/HADOOP-13850
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/s3
>Affects Versions: 3.0.0-alpha2
>Reporter: Steve Loughran
>Priority: Trivial
> Attachments: HADOOP-13850-HADOOP-13345.000.patch
>
>
> People not using s3guard really don't need to know this on every single use 
> of the S3A client. 
> {code}
> INFO  s3guard.S3Guard (S3Guard.java:getMetadataStore(77)) - Using 
> NullMetadataStore for s3a filesystem
> {code}
> downgrade to debug.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-13850) s3guard to log choice of metadata store at debug

2016-11-30 Thread Mingliang Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-13850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mingliang Liu updated HADOOP-13850:
---
Attachment: HADOOP-13850-HADOOP-13345.000.patch

> s3guard to log choice of metadata store at debug
> 
>
> Key: HADOOP-13850
> URL: https://issues.apache.org/jira/browse/HADOOP-13850
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/s3
>Affects Versions: 3.0.0-alpha2
>Reporter: Steve Loughran
>Priority: Trivial
> Attachments: HADOOP-13850-HADOOP-13345.000.patch
>
>
> People not using s3guard really don't need to know this on every single use 
> of the S3A client. 
> {code}
> INFO  s3guard.S3Guard (S3Guard.java:getMetadataStore(77)) - Using 
> NullMetadataStore for s3a filesystem
> {code}
> downgrade to debug.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org