This is an automated email from the ASF dual-hosted git repository.

huor pushed a commit to branch huor
in repository https://gitbox.apache.org/repos/asf/hawq.git

commit 6c727039216c32f9fab02c28d629c8c6cf92f979
Author: Ruilong Huo <[email protected]>
AuthorDate: Wed Mar 11 17:46:06 2020 +0800

    HAWQ-1760. datalocality information should be showed by default
---
 src/backend/cdb/cdbdatalocality.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/cdb/cdbdatalocality.c 
b/src/backend/cdb/cdbdatalocality.c
index d2cfd72..a54527e 100644
--- a/src/backend/cdb/cdbdatalocality.c
+++ b/src/backend/cdb/cdbdatalocality.c
@@ -3723,7 +3723,7 @@ static void 
print_datalocality_overall_log_information(SplitAllocResult *result,
        }
        /* print data locality result*/
        elog(
-                       DEBUG1, "data locality ratio: %.3f; virtual segment 
number: %d; "
+                       LOG, "data locality ratio: %.3f; virtual segment 
number: %d; "
                        "different host number: %d; virtual segment number per 
host(avg/min/max): (%d/%d/%d); "
                        "segment size(avg/min/max): (%.3f B/"INT64_FORMAT" 
B/"INT64_FORMAT" B); "
                        "segment size with penalty(avg/min/max): (%.3f 
B/"INT64_FORMAT" B/"INT64_FORMAT" B); continuity(avg/min/max): 
(%.3f/%.3f/%.3f)."

Reply via email to