Repository: usergrid Updated Branches: refs/heads/2.1-release e3d1f3b6d -> 79452099b
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/2.1-release Commit: 79452099b809627f06efb63902b50688a18e27eb Parents: e3d1f3b Author: Michael Russo <[email protected]> Authored: Wed Nov 11 08:23:22 2015 -0800 Committer: Michael Russo <[email protected]> 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; }
