Unable to create snapshots even though es has read/write access to smb drive

Elasticsearch 6.8.8 - this worked fine in 6.5.1. - Error is

    [2020-04-20T11:47:13,669][WARN ][o.e.r.RepositoriesService] [Cassiopeia] [linkstacks-backup-3] failed to finish repository verification
    org.elasticsearch.repositories.RepositoryVerificationException: [linkstacks-backup-3] cannot delete test data at 
    	at org.elasticsearch.repositories.blobstore.BlobStoreRepository.endVerification(BlobStoreRepository.java:644) ~[elasticsearch-6.8.8.jar:6.8.8]
    	at org.elasticsearch.repositories.RepositoriesService$3.lambda$onResponse$1(RepositoriesService.java:238) ~[elasticsearch-6.8.8.jar:6.8.8]
    	at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:681) [elasticsearch-6.8.8.jar:6.8.8]
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_241]
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_241]
    	at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
    Caused by: java.io.IOException: could not remove the following files (in the order of attempts):
       \\mercury\backup\2020\es\tests-2pC8TNeDS5OQw06b8vaFzA: java.nio.file.DirectoryNotEmptyException: \\mercury\backup\2020\es\tests-2pC8TNeDS5OQw06b8vaFzA

Read and write access seems to work fine

Here is a log (image) of SMB actions in reverse order:

Same in (messy) text form:

delete
Fil
22 Bytes
/backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA/master.dat
Windows-filoverførsel
2020-04-20 11:47:14
192.168.1.202
guest
delete
Fil
22 Bytes
/backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA/data-n10o0Vd1TYCRhkttNI6kxQ.dat
Windows-filoverførsel
2020-04-20 11:47:14
192.168.1.200
guest
write
Fil
22 Bytes
/backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA/data-LC0RnV0RSuqaFQqc_hxD3g.dat
Windows-filoverførsel
2020-04-20 11:47:14
192.168.1.200
guest
create
Fil
NA
/backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA/data-LC0RnV0RSuqaFQqc_hxD3g.dat
Windows-filoverførsel
2020-04-20 11:47:14
192.168.1.205
guest
write
Fil
22 Bytes
/backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA/data-HQEKTJS8RVex2H9EyYEBUg.dat
Windows-filoverførsel
2020-04-20 11:47:14
192.168.1.205
guest
create
Fil
NA
/backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA/data-HQEKTJS8RVex2H9EyYEBUg.dat
Windows-filoverførsel
2020-04-20 11:47:13
192.168.1.202
guest
write
Fil
22 Bytes
/backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA/data-n10o0Vd1TYCRhkttNI6kxQ.dat
Windows-filoverførsel
2020-04-20 11:47:13
192.168.1.202
guest
create
Fil
NA
/backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA/data-n10o0Vd1TYCRhkttNI6kxQ.dat
Windows-filoverførsel
2020-04-20 11:47:13
192.168.1.202
guest
rename
Fil
22 Bytes
/backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA/pending-master.dat-rSmojTwJTVS2hl0WZcAfZg -> /backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA/master.dat
Windows-filoverførsel
2020-04-20 11:47:13
192.168.1.202
guest
write
Fil
22 Bytes
/backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA/pending-master.dat-rSmojTwJTVS2hl0WZcAfZg
Windows-filoverførsel
2020-04-20 11:47:13
192.168.1.202
guest
create
Fil
NA
/backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA/pending-master.dat-rSmojTwJTVS2hl0WZcAfZg
Windows-filoverførsel
2020-04-20 11:47:12
192.168.1.202
guest
create
Mappe
NA
/backup/2020/es/tests-2pC8TNeDS5OQw06b8vaFzA

Thanks.

Poul

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.