Files
doris/fe
Mingyu Chen 7f014bdb11 Check meta context when update partition version (#438)
Partition.updateVisibleVersionAndVersionHash() is the only method that
may call Catalog.getCurrentCatalogJournalVersion() in a non-replay thread.

So we have to check whether MetaContext is null. If MetaContext is null, which
means this is a non-replay thread, and we do not need call Catalog.getCurrentCatalogJournalVersion().

Also modify the load logic to make delete job done more quickly.
2018-12-17 18:46:27 +08:00
..