Repository: kylin Updated Branches: refs/heads/1.5.4.1-rc2 [created] 5e513f730
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/e5cfd615 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/e5cfd615 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/e5cfd615 Branch: refs/heads/1.5.4.1-rc2 Commit: e5cfd615fd1b5ce9d560d8cdc0ac1e76ea1b699d Parents: 2141b21 Author: lidongsjtu <lid...@apache.org> Authored: Sat Sep 24 10:26:44 2016 +0800 Committer: shaofengshi <shaofeng...@apache.org> Committed: Sat Sep 24 14:30:32 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/e5cfd615/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