vitrivr / cineast

Cineast is a multi-feature content-based mulitmedia retrieval engine. It is capable of retrieving images, audio- and video sequences as well as 3d models based on edge or color sketches, textual descriptions and example objects.
MIT License
56 stars 51 forks source link

Fix log message claiming connected to Cottontail even when not connected #367

Closed Spiess closed 1 year ago

Spiess commented 1 year ago

The CottontailWrapper used to claim to be connected to an instance of Cottontail DB even when this was not the case.

This fix moves the offending log message to only be logged after a successful ping of the database has occurred.