You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/17 03:40:58 UTC

[GitHub] [incubator-doris] greeenSY opened a new issue #3892: [Dynamic Partition] DynamicPartitionScheduler.getDropPartitionClause WARN because dynamic_partition.start not set ?

greeenSY opened a new issue #3892:
URL: https://github.com/apache/incubator-doris/issues/3892


   I found a lot warn log in fe.warn.log like this:
   `2020-06-17 11:12:31,756 WARN 43 [DynamicPartitionScheduler.getDropPartitionClause():213] Keys size is not equal to column size. Error=errCode = 2, detailMessage = date literal [5877471-08-18] is invalid
   2020-06-17 11:12:31,759 WARN 43 [DynamicPartitionScheduler.getDropPartitionClause():213] Keys size is not equal to column size. Error=errCode = 2, detailMessage = date literal [5877471-08-18 00:00:00] is invalid
   2020-06-17 11:12:31,760 WARN 43 [DynamicPartitionScheduler.getDropPartitionClause():213] Keys size is not equal to column size. Error=errCode = 2, detailMessage = date literal [5877471-08-18] is invalid
   2020-06-17 11:12:31,765 WARN 43 [DynamicPartitionScheduler.getDropPartitionClause():213] Keys size is not equal to column size. Error=errCode = 2, detailMessage = date literal [5877471-08-18] is invalid`
   
   I didn't set "dynamic_partition.start" in some tables, and the property is set default as "dynamic_partition.start" = "-2147483648". I think this is the reason.
   
   is this a bug?
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [incubator-doris] WingsGo commented on issue #3892: [Dynamic Partition] DynamicPartitionScheduler.getDropPartitionClause WARN because dynamic_partition.start not set ?

Posted by GitBox <gi...@apache.org>.
WingsGo commented on issue #3892:
URL: https://github.com/apache/incubator-doris/issues/3892#issuecomment-645149142


   @greeenSY Hi, the problem is solved by this PR https://github.com/apache/incubator-doris/pull/3679


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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


[GitHub] [incubator-doris] greeenSY closed issue #3892: [Dynamic Partition] DynamicPartitionScheduler.getDropPartitionClause WARN because dynamic_partition.start not set ?

Posted by GitBox <gi...@apache.org>.
greeenSY closed issue #3892:
URL: https://github.com/apache/incubator-doris/issues/3892


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



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