You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2018/11/16 09:16:10 UTC

[GitHub] chenhao7253886 closed pull request #325: Change log verbose level to vlog(3)

chenhao7253886 closed pull request #325: Change log verbose level to vlog(3)
URL: https://github.com/apache/incubator-doris/pull/325
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/be/src/exec/olap_scan_node.cpp b/be/src/exec/olap_scan_node.cpp
index cc1897e9..b0a456d9 100644
--- a/be/src/exec/olap_scan_node.cpp
+++ b/be/src/exec/olap_scan_node.cpp
@@ -702,8 +702,8 @@ Status OlapScanNode::normalize_in_predicate(SlotDescriptor* slot, ColumnValueRan
 
                 // 1.2 Skip if InPredicate value size larger then max_scan_key_num
                 if (pred->hybird_set()->size() > config::doris_max_scan_key_num) {
-                    LOG(WARNING) << "Predicate value num " << pred->hybird_set()->size()
-                                 << " excede limit " << config::doris_max_scan_key_num;
+                    VLOG(3) << "Predicate value num " << pred->hybird_set()->size()
+                            << " excede limit " << config::doris_max_scan_key_num;
                     continue;
                 }
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org