You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ryan rawson (JIRA)" <ji...@apache.org> on 2011/03/07 23:39:59 UTC

[jira] Resolved: (HBASE-3608) MemstoreFlusher error message doesnt include exception!

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

ryan rawson resolved HBASE-3608.
--------------------------------

    Resolution: Fixed

> MemstoreFlusher error message doesnt include exception!
> -------------------------------------------------------
>
>                 Key: HBASE-3608
>                 URL: https://issues.apache.org/jira/browse/HBASE-3608
>             Project: HBase
>          Issue Type: Bug
>            Reporter: ryan rawson
>            Assignee: ryan rawson
>             Fix For: 0.90.2, 0.92.0
>
>
> The log message in MemstoreFlusher doesn't contain the excception which caused it (ARGH).
> Patch is like:
> @@ -239,7 +239,7 @@ class MemStoreFlusher extends Thread implements FlushRequester {
>        } catch (ConcurrentModificationException ex) {
>          continue;
>        } catch (Exception ex) {
> -        LOG.error("Cache flusher failed for entry " + fqe);
> +        LOG.error("Cache flusher failed for entry " + fqe, ex);
>          if (!server.checkFileSystem()) {
>            break;
>          }

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira