creeew
creeew
Hi, @ggtakec We have the same issue. Deleted dir still exist if using minio version which is really bother us. Really appreciate you guys solving this problem.
@ggtakec Thank you for your good work. There's no deleted dir in s3fs when minio enable version. But there are missing issues maybe have to bother you to fix again....
We could optimize filer.sync's replay if we add mtime compare when CreateEntry. ClusterA and ClusterB are using filer.sync to sync files to each other. ClusterA create file a.txt, and writing...
> there are no guarantee the two clusters have the same time. Yes, but in filer.syn broken situation, ClusterA add the file and then CluserB add the same name file...
filer.sync may not have consistency guarantee if having network latency in syncing clusters. e.g. ClusterA and ClusterB syncing file hello.txt and there are network latency in syncing clusters. ClusterA append...
Thanks for your advice, I got this "enhance class: zq.service.TestService error: java.lang.IllegalArgumentException: Cannot resolve ambiguous delegation of public abstract java.lang.Object com.zenq.EnhancedInstance.getField() to public java.lang.String java.lang.Object.toString() or public native int java.lang.Object.hashCode()...
It throws "java.lang.IllegalStateException: Cannot set or get value of public java.lang.String zq.service.TestService.test() using private volatile java.lang.Object zq.service.TestService.$enhance_field" when I switching methodDelegation to defineField. Maybe we always using junction capture method...
here's the class `EnhancedInstance` ``` public interface EnhancedInstance { Object getField(); void setField(Object value); } ``` parameter CONTEXT_ATTR_NAME value is $enhance_field Any junction matches the EnhancedInstance's method name will throw...
I can still get exception `java.lang.IllegalArgumentException: Cannot resolve ambiguous delegation of public abstract java.lang.Object com.zenq.Bar$EnhancedInstance.getField() to public java.lang.String java.lang.Object.toString() or public native int java.lang.Object.hashCode()` if add field first like this...
@ggtakec Thank you for your response. I could reproduce the same issue in my environment with master branch code. Here are steps to reproduce: 1. Mount bucket to dir _/mnt/test_...