You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/11/18 17:27:24 UTC

[03/50] usergrid git commit: Moving log message to trace as it occurs a lot during normal runtime traffic.

Moving log message to trace as it occurs a lot during normal runtime traffic.


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/79452099
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/79452099
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/79452099

Branch: refs/heads/USERGRID-872
Commit: 79452099b809627f06efb63902b50688a18e27eb
Parents: e3d1f3b
Author: Michael Russo <mi...@gmail.com>
Authored: Wed Nov 11 08:23:22 2015 -0800
Committer: Michael Russo <mi...@gmail.com>
Committed: Wed Nov 11 08:23:22 2015 -0800

----------------------------------------------------------------------
 .../serialization/impl/shard/impl/NodeShardAllocationImpl.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/79452099/stack/corepersistence/graph/src/main/java/org/apache/usergrid/persistence/graph/serialization/impl/shard/impl/NodeShardAllocationImpl.java
----------------------------------------------------------------------
diff --git a/stack/corepersistence/graph/src/main/java/org/apache/usergrid/persistence/graph/serialization/impl/shard/impl/NodeShardAllocationImpl.java b/stack/corepersistence/graph/src/main/java/org/apache/usergrid/persistence/graph/serialization/impl/shard/impl/NodeShardAllocationImpl.java
index 8943737..a849029 100644
--- a/stack/corepersistence/graph/src/main/java/org/apache/usergrid/persistence/graph/serialization/impl/shard/impl/NodeShardAllocationImpl.java
+++ b/stack/corepersistence/graph/src/main/java/org/apache/usergrid/persistence/graph/serialization/impl/shard/impl/NodeShardAllocationImpl.java
@@ -226,7 +226,7 @@ public class NodeShardAllocationImpl implements NodeShardAllocation {
          * Sanity check in case we audit before we have a full shard
          */
         if ( marked == null ) {
-            LOG.info( "Shard {} in shard group {} not full, not splitting", shardEntryGroup );
+            LOG.trace( "Shard {} in shard group {} not full, not splitting", shardEntryGroup );
             return false;
         }