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

Hudson commented on GORA-169:
-----------------------------

Integrated in goraOracle #6 (See [https://builds.apache.org/job/goraOracle/6/])
    GORA-169 Implement correct logging for KeySpaces and attributes in 
CassandraMappingManager (Revision 201689d1d2b68dca79fd8ba00e53808681bf379f)

     Result = FAILURE
lewismc : 
Files : 
* CHANGES.txt
* 
gora-cassandra/src/main/java/org/apache/gora/cassandra/store/CassandraMapping.java
* 
gora-cassandra/src/main/java/org/apache/gora/cassandra/store/CassandraMappingManager.java

                
> Implement correct logging for KeySpaces and attributes in 
> CassandraMappingManager
> ---------------------------------------------------------------------------------
>
>                 Key: GORA-169
>                 URL: https://issues.apache.org/jira/browse/GORA-169
>             Project: Apache Gora
>          Issue Type: Improvement
>          Components: gora-cassandra
>    Affects Versions: 0.2.1
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>             Fix For: 0.3
>
>         Attachments: GORA-169.patch
>
>
> Currently the logging in CassandraMappingManager#loadConfiguration() fails to 
> pick up a wealth of information from the keyspace definitions. An example is 
> below:
> {code}
> 2012-09-20 23:47:05,469 INFO  store.CassandraMappingManager - Located 
> Cassandra Keyspace: 'keyspace'
> 2012-09-20 23:47:05,476 INFO  store.CassandraMappingManager - Located 
> Cassandra Keyspace name: 'name'
> 2012-09-20 23:47:05,476 INFO  store.CassandraMappingManager - Located 
> Cassandra Mapping: 'class'
> 2012-09-20 23:47:05,476 INFO  store.CassandraMappingManager - Located 
> Cassandra Mapping class name: 'name'
> {code}
> As the logging incorrectly uses the jdom methods, keyspace names and 
> additional logging is incorrect and not nearly enough of what should be 
> present. It should be changed to reflect below: 
> {code}
> 2012-09-20 23:47:05,476 INFO  store.CassandraMappingManager - Located 
> Cassandra Keyspace name: '$nameOfKeySpace'
> 2012-09-20 23:47:05,476 INFO  store.CassandraMappingManager - Located 
> Cassandra Mapping for class: '$nameOfMappingClass'
> ...
> etc
> {code}
> right now this is very misleading and needs to be sorted out with much more 
> verbose logging for keyspace & attribute recognition. 

--
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