<div dir="ltr">Hi, Matt<div><br></div><div>AFAIK, searchlight did delete the record, it catch the instance.delete notification and perform the action:</div><div><a href="http://git.openstack.org/cgit/openstack/searchlight/tree/searchlight/elasticsearch/plugins/nova/notification_handler.py#n100">http://git.openstack.org/cgit/openstack/searchlight/tree/searchlight/elasticsearch/plugins/nova/notification_handler.py#n100</a><br></div><div>-> <a href="http://git.openstack.org/cgit/openstack/searchlight/tree/searchlight/elasticsearch/plugins/nova/notification_handler.py#n307">http://git.openstack.org/cgit/openstack/searchlight/tree/searchlight/elasticsearch/plugins/nova/notification_handler.py#n307</a></div><div><br></div><div>I will double check with others from the SL team, and if it is the case, we will try to find a way to solve this ASAP.</div><div><br></div><div>Thanks,</div><div><br></div><div>Kevin Zheng</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 6, 2017 at 1:21 AM, Matt Riedemann <span dir="ltr"><<a href="mailto:mriedemos@gmail.com" target="_blank">mriedemos@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've posted a spec [1] for nova's integration with searchlight for listing instance across multiple cells. One of the open questions I have on that is when/how do instances get removed from searchlight?<br>
<br>
When an instance gets deleted via the compute API today, it's not really deleted from the database. It's considered "soft" deleted and you can still list (soft) deleted instances from the database via the compute API if you're an admin.<br>
<br>
Nova will be sending instance.destroy notifications to searchlight but we don't really want the ES entry removed because we still have to support the compute API contract to list deleted instances. Granted, this is a pretty limp contract because there is no guarantee that you'll be able to list those deleted instances forever because once they get archived (moved to shadow tables in the nova database) or purged (hard delete), then they are gone from that API query path.<br>
<br>
So I'm wondering at what point instances stored in searchlight will be removed. Maybe there is already an answer to this and the searchlight team can just inform me. Otherwise we might need to think about data retention policies and how long a deleted instances will be stored in searchlight before it's removed. Again, I'm not sure if nova would control this or if it's something searchlight supports already.<br>
<br>
[1] <a href="https://review.openstack.org/#/c/441692/" rel="noreferrer" target="_blank">https://review.openstack.org/#<wbr>/c/441692/</a><span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
<br>
Thanks,<br>
<br>
Matt Riedemann<br>
<br>
______________________________<wbr>______________________________<wbr>______________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.op<wbr>enstack.org?subject:unsubscrib<wbr>e</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi<wbr>-bin/mailman/listinfo/openstac<wbr>k-dev</a><br>
</font></span></blockquote></div><br></div>