CCDB: deleting records in service_instance_operations where state "in progress"


Lukas Lehner <weblehner@...>
 

Hi

ccdb=> select COUNT(*) from service_instance_operations where state !=
'succeeded' and updated_at < NOW() - INTERVAL '1 days';


count

-------

28


is it ok to delete all those records?
What does that mean for the consistency of CF?

we are using those releases:

+---------------------+----------+-------------+
| Name | Versions | Commit Hash |
+---------------------+----------+-------------+
| cf-rabbitmq | 90* | 386bec6a+ |
| cf-redis | 316 | ca081301+ |
| | 319* | 0aa09571+ |
| cf-services-contrib | 6* | 57fd2098+ |
+---------------------+----------+-------------+

Lukas