You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by hu...@apache.org on 2020/03/11 11:24:00 UTC

[hawq] branch taoz updated: HAWQ-1760. datalocality information should be showed by default

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

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


The following commit(s) were added to refs/heads/taoz by this push:
     new c0adf9f  HAWQ-1760. datalocality information should be showed by default
c0adf9f is described below

commit c0adf9faabb1f70e2ae373ca9ec883c498de5844
Author: Ruilong Huo <hu...@163.com>
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 b451f68..c2da7a7 100644
--- a/src/backend/cdb/cdbdatalocality.c
+++ b/src/backend/cdb/cdbdatalocality.c
@@ -3370,7 +3370,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)."