airborne12 commented on code in PR #47536:
URL: https://github.com/apache/doris/pull/47536#discussion_r1944202632
##########
cloud/src/recycler/recycler.cpp:
##########
@@ -1544,6 +1544,7 @@ int InstanceRecycler::delete_rowset_data(const
std::vector<doris::RowsetMetaClou
// Currently index_ids is guaranteed to be empty,
// but we clear it again here as a safeguard against future
code changes
// that might cause index_ids to no longer be empty
+ index_format = InvertedIndexStorageFormatPB::V2;
Review Comment:
If in this situation, index format v1 will leak?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]