[jira] [Updated] (HBASE-19274) Log IOException when unable to determine the size of committed file

2017-11-17 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-19274:
---
Fix Version/s: (was: 2.0)
   2.0.0-beta-1

> Log IOException when unable to determine the size of committed file
> ---
>
> Key: HBASE-19274
> URL: https://issues.apache.org/jira/browse/HBASE-19274
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Guangxu Cheng
>Priority: Trivial
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19274.master.001.patch
>
>
> During troubleshooting of slow response, I saw the following in region server 
> log:
> {code}
> 2017-10-26 14:03:53,080 WARN org.apache.hadoop.hbase.regionserver.HRegion: 
> Failed to find the size of hfile 
> hdfs://BETA/hbase/data/default/beta_b_history/e514111fae9d7ffc38ed48ad72fa197f/d/04d7c9fce73d4197be114448b1eb295a_SeqId_3766_
> {code}
> Here is related code:
> {code}
> } catch (IOException e) {
>   LOG.warn("Failed to find the size of hfile " + 
> commitedStoreFile);
> {code}
> The exception should also be logged to facilitate debugging.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19274) Log IOException when unable to determine the size of committed file

2017-11-17 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-19274:
---
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.0
   Status: Resolved  (was: Patch Available)

Thanks for the patch, Guangxu.

> Log IOException when unable to determine the size of committed file
> ---
>
> Key: HBASE-19274
> URL: https://issues.apache.org/jira/browse/HBASE-19274
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Guangxu Cheng
>Priority: Trivial
> Fix For: 2.0
>
> Attachments: HBASE-19274.master.001.patch
>
>
> During troubleshooting of slow response, I saw the following in region server 
> log:
> {code}
> 2017-10-26 14:03:53,080 WARN org.apache.hadoop.hbase.regionserver.HRegion: 
> Failed to find the size of hfile 
> hdfs://BETA/hbase/data/default/beta_b_history/e514111fae9d7ffc38ed48ad72fa197f/d/04d7c9fce73d4197be114448b1eb295a_SeqId_3766_
> {code}
> Here is related code:
> {code}
> } catch (IOException e) {
>   LOG.warn("Failed to find the size of hfile " + 
> commitedStoreFile);
> {code}
> The exception should also be logged to facilitate debugging.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19274) Log IOException when unable to determine the size of committed file

2017-11-16 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-19274:
---
Status: Patch Available  (was: Open)

> Log IOException when unable to determine the size of committed file
> ---
>
> Key: HBASE-19274
> URL: https://issues.apache.org/jira/browse/HBASE-19274
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Priority: Trivial
> Attachments: HBASE-19274.master.001.patch
>
>
> During troubleshooting of slow response, I saw the following in region server 
> log:
> {code}
> 2017-10-26 14:03:53,080 WARN org.apache.hadoop.hbase.regionserver.HRegion: 
> Failed to find the size of hfile 
> hdfs://BETA/hbase/data/default/beta_b_history/e514111fae9d7ffc38ed48ad72fa197f/d/04d7c9fce73d4197be114448b1eb295a_SeqId_3766_
> {code}
> Here is related code:
> {code}
> } catch (IOException e) {
>   LOG.warn("Failed to find the size of hfile " + 
> commitedStoreFile);
> {code}
> The exception should also be logged to facilitate debugging.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19274) Log IOException when unable to determine the size of committed file

2017-11-16 Thread Guangxu Cheng (JIRA)

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

Guangxu Cheng updated HBASE-19274:
--
Attachment: HBASE-19274.master.001.patch

Attach a simple patch.Thanks

> Log IOException when unable to determine the size of committed file
> ---
>
> Key: HBASE-19274
> URL: https://issues.apache.org/jira/browse/HBASE-19274
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Priority: Trivial
> Attachments: HBASE-19274.master.001.patch
>
>
> During troubleshooting of slow response, I saw the following in region server 
> log:
> {code}
> 2017-10-26 14:03:53,080 WARN org.apache.hadoop.hbase.regionserver.HRegion: 
> Failed to find the size of hfile 
> hdfs://BETA/hbase/data/default/beta_b_history/e514111fae9d7ffc38ed48ad72fa197f/d/04d7c9fce73d4197be114448b1eb295a_SeqId_3766_
> {code}
> Here is related code:
> {code}
> } catch (IOException e) {
>   LOG.warn("Failed to find the size of hfile " + 
> commitedStoreFile);
> {code}
> The exception should also be logged to facilitate debugging.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19274) Log IOException when unable to determine the size of committed file

2017-11-16 Thread stack (JIRA)

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

stack updated HBASE-19274:
--
Priority: Trivial  (was: Minor)

> Log IOException when unable to determine the size of committed file
> ---
>
> Key: HBASE-19274
> URL: https://issues.apache.org/jira/browse/HBASE-19274
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Priority: Trivial
>
> During troubleshooting of slow response, I saw the following in region server 
> log:
> {code}
> 2017-10-26 14:03:53,080 WARN org.apache.hadoop.hbase.regionserver.HRegion: 
> Failed to find the size of hfile 
> hdfs://BETA/hbase/data/default/beta_b_history/e514111fae9d7ffc38ed48ad72fa197f/d/04d7c9fce73d4197be114448b1eb295a_SeqId_3766_
> {code}
> Here is related code:
> {code}
> } catch (IOException e) {
>   LOG.warn("Failed to find the size of hfile " + 
> commitedStoreFile);
> {code}
> The exception should also be logged to facilitate debugging.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)