Roman Kravets

Results 6 comments of Roman Kravets

Problem was solved in commit https://github.com/redbo/cloudfuse/commit/0a51180973ee825defa557a40c343c2b40f83b04

> Any update on this issue @SoftDed ? I meet the same problem. I found this issue [1134](https://github.com/seaweedfs/seaweedfs/issues/1134), so should i convert it to normal volume before runing vacuum to...

I've found a workaround for this problem. I can manually create a session: ``` def print_triggering_dataset_events(triggering_dataset_events=None, **kwargs): from airflow.utils.session import create_session with create_session() as session:

Another observation. I wrote my own xcom backend. If I use S3Hook and fetch data from Connection in the metadata database, everything breaks. However, if I retrieve data from environment...

> same issue here with Mistral-7B-awq In my case, this problem occurred because I was using the "non-instruction" version of the model. It's important to have the "chat_template" section in...

Your problem seems very similar to [mine](https://github.com/seaweedfs/seaweedfs/issues/4383). It can be described as "when deleting a file, it is not marked as deleted in Volume." I have seen something similar in...