You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2014/03/18 23:00:48 UTC

[jira] [Commented] (GORA-296) Improve 'Keyclass and nameclass match' logging in HBaseStore

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

Lewis John McGibbney commented on GORA-296:
-------------------------------------------

Hey [~renato2099] thanks for patch.

{code:title=HBaseStore.java|borderStyle=solid}
+            LOG.warn("Mismatching schema names. Mappingfile schema name: '" + tableNameFromMapping 
+                + "'. PersistentClass schema name: '" + tableName + "'. Assuming they are the same.");
{code}

We remove requirement to invoke log.warn twice. Thanks for taking this on. It is a really confusing bit of logging and no-one I have ever met has actually understood it first time around ;)

> Improve 'Keyclass and nameclass match' logging in HBaseStore
> ------------------------------------------------------------
>
>                 Key: GORA-296
>                 URL: https://issues.apache.org/jira/browse/GORA-296
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: gora-hbase
>    Affects Versions: 0.3
>            Reporter: Lewis John McGibbney
>            Assignee: Renato Javier MarroquĂ­n Mogrovejo
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: GORA-296.patch
>
>
> There is an extremely unhelpful snippet of logging which occurs in HBaseStore.
> INFO store.HBaseStore: Keyclass and nameclass match but mismatching table names  mappingfile schema is 'webpage' vs actual schema '_webpage' , assuming they are the same.
> This is set a level INFO and merely confuses people. i think it should be clearer.



--
This message was sent by Atlassian JIRA
(v6.2#6252)