diff --git a/config-client-mgr/config_cassandra_client.cc b/config-client-mgr/config_cassandra_client.cc index 11da2a83..c4e4b71f 100644 --- a/config-client-mgr/config_cassandra_client.cc +++ b/config-client-mgr/config_cassandra_client.cc @@ -1058,7 +1058,8 @@ bool ConfigCassandraPartition::StoreKeyIfUpdated(const string &uuid, context.fq_name.end(), ' '), context.fq_name.end()); replace(context.fq_name.begin(), context.fq_name.end(), ',', ':'); } - } else if (adapter->key == "draft_mode_state" && !adapter->value.empty()) { + } else if (adapter->key == "prop:draft_mode_state" && + !adapter->value.empty()) { context.ignore_object = true; } FieldDetailMap::iterator field_iter =