mirror of
https://github.com/typesense/typesense.git
synced 2025-05-18 04:32:38 +08:00
Log at the beginning of alter.
This commit is contained in:
parent
c27c20f4f3
commit
cf9cfa68d1
@ -3784,6 +3784,8 @@ Option<bool> Collection::batch_alter_data(const std::vector<field>& alter_fields
|
||||
Option<bool> Collection::alter(nlohmann::json& alter_payload) {
|
||||
std::unique_lock lock(mutex);
|
||||
|
||||
LOG(INFO) << "Collection " << name << " is being prepared for alter...";
|
||||
|
||||
// Validate that all stored documents are compatible with the proposed schema changes.
|
||||
std::vector<field> del_fields;
|
||||
std::vector<field> addition_fields;
|
||||
|
Loading…
x
Reference in New Issue
Block a user