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

stack updated HBASE-8600:
-------------------------

    Attachment: 8600.txt

Making this qos thingy trace level.

qos is wonky; we do stuff in here, get an exception, mark the priority 'normal' 
because exception, then we go into the server and get same exception... double 
work.  Need to remove qos and do as elliott says and just let client say what 
the priority is... TODO. 

This'll do on this issue for now.
                
> Bunch of log lines from QosFunction: Marking normal priority after
> ------------------------------------------------------------------
>
>                 Key: HBASE-8600
>                 URL: https://issues.apache.org/jira/browse/HBASE-8600
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Enis Soztutar
>             Fix For: 0.98.0, 0.95.1
>
>         Attachments: 8600.txt
>
>
> In tests, RS logs contain a lot of the following because of 
> RegionOpeningException or RegionMovedException. 
> {code}
> 2013-05-23 20:40:08,891 DEBUG [IPC Reader 3 on port 60020] 
> org.apache.hadoop.hbase.regionserver.QosFunction: Marking normal priority 
> after getting 
> exception=org.apache.hadoop.hbase.exceptions.RegionOpeningException: Region 
> is being opened: f8665bfb57c728262807429efc41fa49
> 2013-05-23 20:40:08,891 DEBUG [IPC Reader 3 on port 60020] 
> org.apache.hadoop.hbase.regionserver.QosFunction: Marking normal priority 
> after getting 
> exception=org.apache.hadoop.hbase.exceptions.RegionOpeningException: Region 
> is being opened: f8665bfb57c728262807429efc41fa49
> 2013-05-23 20:40:10,385 DEBUG [IPC Reader 4 on port 60020] 
> org.apache.hadoop.hbase.regionserver.QosFunction: Marking normal priority 
> after getting 
> exception=org.apache.hadoop.hbase.exceptions.RegionOpeningException: Region 
> is being opened: f8665bfb57c728262807429efc41fa49
> 2013-05-23 20:40:10,385 DEBUG [IPC Reader 4 on port 60020] 
> org.apache.hadoop.hbase.regionserver.QosFunction: Marking normal priority 
> after getting 
> exception=org.apache.hadoop.hbase.exceptions.RegionOpeningException: Region 
> is being opened: f8665bfb57c728262807429efc41fa49
> 2013-05-23 20:40:10,786 DEBUG [IPC Reader 5 on port 60020] 
> org.apache.hadoop.hbase.regionserver.QosFunction: Marking normal priority 
> after getting 
> exception=org.apache.hadoop.hbase.exceptions.RegionOpeningException: Region 
> is being opened: f8665bfb57c728262807429efc41fa49
> 2
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to