minor, more logging in storage query
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/5658283d Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/5658283d Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/5658283d Branch: refs/heads/master Commit: 5658283de1dd653881eacd8442ae6f3122600581 Parents: 5aeedd5 Author: lidongsjtu <lid...@apache.org> Authored: Sat Sep 24 10:26:44 2016 +0800 Committer: lidongsjtu <lid...@apache.org> Committed: Sat Sep 24 10:42:46 2016 +0800 ---------------------------------------------------------------------- .../org/apache/kylin/storage/gtrecord/GTCubeStorageQueryBase.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/5658283d/core-storage/src/main/java/org/apache/kylin/storage/gtrecord/GTCubeStorageQueryBase.java ---------------------------------------------------------------------- diff --git a/core-storage/src/main/java/org/apache/kylin/storage/gtrecord/GTCubeStorageQueryBase.java b/core-storage/src/main/java/org/apache/kylin/storage/gtrecord/GTCubeStorageQueryBase.java index 31663d0..4ba134d 100644 --- a/core-storage/src/main/java/org/apache/kylin/storage/gtrecord/GTCubeStorageQueryBase.java +++ b/core-storage/src/main/java/org/apache/kylin/storage/gtrecord/GTCubeStorageQueryBase.java @@ -103,6 +103,7 @@ public abstract class GTCubeStorageQueryBase implements IStorageQuery { dimensionsD.addAll(groupsD); dimensionsD.addAll(otherDimsD); Cuboid cuboid = Cuboid.identifyCuboid(cubeDesc, dimensionsD, metrics); + logger.info("Cuboid identified: cube={}, cuboidId={}", cubeInstance.getName(), cuboid.getId()); context.setCuboid(cuboid); // isExactAggregation? meaning: tuples returned from storage requires no further aggregation in query engine