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 2019/11/19 04:48:08 UTC

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2230: schema change failed because of row number validation failed

kangpinghuang opened a new issue #2230: schema change failed because of row number validation failed
URL: https://github.com/apache/incubator-doris/issues/2230
 
 
   **Describe the bug**
   Alter table failed, the BE log is as following:
   
   I1117 16:39:04.478461 29516 schema_change.cpp:1608] begin to convert rowsets for new_tablet from base_tablet. base_tablet=21335.1206502558.2b4a810130ea7cab-f8cdf1f56cffd4ac, new_tablet=91410.856695389.c84fa095393a6bb5-ec451f0c0c114bb6
   I1117 16:39:04.478715 29516 schema_change.cpp:1644] doing schema change directly.
   I1117 16:39:04.485080 29518 schema_change.cpp:1608] begin to convert rowsets for new_tablet from base_tablet. base_tablet=21147.1206502558.b44690af07ecf7ce-a09056ab0ac87b92, new_tablet=91222.856695389.034a52e4e688cb0e-0261fc9c9b104fbc
   I1117 16:39:04.485397 29518 schema_change.cpp:1644] doing schema change directly.
   I1117 16:39:04.490859 29516 schema_change.cpp:839] all row nums. source_rows=3224912, merged_rows=0, filtered_rows=3224912, new_index_rows=0
   I1117 16:39:04.491009 29516 tablet.cpp:333] no rowset for version:0-5388, tablet: 91410.856695389.c84fa095393a6bb5-ec451f0c0c114bb6
   W1117 16:39:04.494361 29516 schema_change.cpp:832] fail to check row num! source_rows=35107, merged_rows=0, filtered_rows=3260019, new_index_rows=0
   I1117 16:39:04.494395 29518 schema_change.cpp:839] all row nums. source_rows=34854, merged_rows=0, filtered_rows=34854, new_index_rows=0
   I1117 16:39:04.494604 29518 tablet.cpp:333] no rowset for version:0-5395, tablet: 91222.856695389.034a52e4e688cb0e-0261fc9c9b104fbc
   I1117 16:39:04.494432 29516 schema_change.cpp:839] all row nums. source_rows=35107, merged_rows=0, filtered_rows=3260019, new_index_rows=0
   W1117 16:39:04.494679 29516 schema_change.cpp:1690] failed to process the version. version=5389-5395
   I1117 16:39:04.496836 29516 tablet_meta_manager.cpp:115] save tablet meta , key:tabletmeta_91410_856695389 meta_size=39035
   W1117 16:39:04.498317 29516 rowset_graph.cpp:194] fail to find path in version_graph. spec_version: 0-6035
   **W1117 16:39:04.499058 29518 schema_change.cpp:832] fail to check row num! source_rows=25039, merged_rows=0, filtered_rows=59893, new_index_rows=0**
   I1117 16:39:04.499091 29518 schema_change.cpp:839] all row nums. source_rows=25039, merged_rows=0, filtered_rows=59893, new_index_rows=0
   W1117 16:39:04.499101 29518 schema_change.cpp:1690] failed to process the version. version=5396-5400
   W1117 16:39:04.499449 29516 tablet.cpp:489] status:-214, tablet:91410.856695389.c84fa095393a6bb5-ec451f0c0c114bb6, missed version for version:0-6035
   W1117 16:39:04.499486 29516 tablet.cpp:982] 91410.856695389.c84fa095393a6bb5-ec451f0c0c114bb6 has 647 missed version:5389-5389,5390-5390,5391-5391,5392-5392,5393-5393,5394-5394,5395-5395,5396-5396,5397-5397,5398-5398,
   I1117 16:39:04.499514 29516 schema_change.cpp:1747] finish converting rowsets for new_tablet from base_tablet. base_tablet=21335.1206502558.2b4a810130ea7cab-f8cdf1f56cffd4ac, new_tablet=91410.856695389.c84fa095393a6bb5-ec451f0c0c114bb6
   W1117 16:39:04.499595 29516 schema_change.cpp:1368] failed to alter tablet. base_tablet=21335.1206502558.2b4a810130ea7cab-f8cdf1f56cffd4ac, drop new_tablet=91410.856695389.c84fa095393a6bb5-ec451f0c0c114bb6
   
   from the log above, it is obvious that the filtered_rows is invalid which leads to the failure.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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