"Error storing tag history data"

I'm seeing lots of these in a gateway's wrapper log, but I don't see any errors/dropped history in the store and forward status overview:

INFO   | jvm 1    | 2023/03/03 11:57:36 | E [t.e.a.history                 ] [01:27:36]: Error storing tag history data 
INFO   | jvm 1    | 2023/03/03 11:57:36 | java.lang.Exception: Unable to add data to memory buffer, buffer full.
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.insertInBuffer(MemoryStore.java:185)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at com.inductiveautomation.ignition.gateway.history.stores.MemoryStore.syncdStoreData(MemoryStore.java:83)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at com.inductiveautomation.ignition.gateway.history.stores.MultiStageStore.syncdStoreData(MultiStageStore.java:144)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at com.inductiveautomation.ignition.gateway.history.stores.AbstractStore.storeData(AbstractStore.java:233)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at com.inductiveautomation.ignition.gateway.history.DefaultStoreAndForwardEngine.storeData(DefaultStoreAndForwardEngine.java:145)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at com.inductiveautomation.ignition.gateway.history.HistoryManagerImpl.storeHistory(HistoryManagerImpl.java:240)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.process(HistoryActorFactory.java:944)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at com.inductiveautomation.gateway.tags.history.actor.HistoryActorFactory$DelayedEvaluationContainer.run(HistoryActorFactory.java:903)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
INFO   | jvm 1    | 2023/03/03 11:57:36 | 	at java.base/java.lang.Thread.run(Unknown Source)

How can I see what these are referring to? (also, are there any plans to make this more obvious in the logging?)

Could it be that there is a problem with the connection to the DB, or the DB harddrive is full?

I did find that there was a database for dev still in there, failing to connect, but there are no tags that I know of that use the dev database for history... But that would make sense if there are. I deleted the database since its not needed, and the errors seemed to go away, but I'm going to wait and see. I'll look into finding tags using that database as well, as they arent needed either