Repository: ignite Updated Branches: refs/heads/master 3459bdd3a -> 4a62232fc
minor Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4a62232f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4a62232f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4a62232f Branch: refs/heads/master Commit: 4a62232fc95f482ac1610263330b5ef103179b9d Parents: 3459bdd Author: Yakov Zhdanov <[email protected]> Authored: Thu Feb 9 20:29:36 2017 +0700 Committer: Yakov Zhdanov <[email protected]> Committed: Thu Feb 9 20:29:36 2017 +0700 ---------------------------------------------------------------------- .../ignite/internal/suggestions/GridPerformanceSuggestions.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/4a62232f/modules/core/src/main/java/org/apache/ignite/internal/suggestions/GridPerformanceSuggestions.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/suggestions/GridPerformanceSuggestions.java b/modules/core/src/main/java/org/apache/ignite/internal/suggestions/GridPerformanceSuggestions.java index c51a136..291840c 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/suggestions/GridPerformanceSuggestions.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/suggestions/GridPerformanceSuggestions.java @@ -93,6 +93,7 @@ public class GridPerformanceSuggestions { perfs.clear(); } + U.quietAndInfo(log, "Refer to this page for more performance suggestions: " + SUGGESTIONS_LINK); U.quietAndInfo(log, ""); }
