-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Affects Version/s: 6.6.0, 6.7.2
-
Fix Version/s: 6.8.0
-
Component/s: None
-
Labels:None
-
Severity:High
-
Requirement Status:
Steps to reproduce:
1. Configure an HA cluster with cluster-file-system as configurations.
2. Start uploading a large file via REST API.
3. Terminate the upload, see the errors.
Impact:
No actual user impact, but it triggers an email alert for a critical binary provider errors.
2019-02-07 09:09:10,840 [pool-16-thread-2] [ERROR] (o.j.s.b.c.RemoteBinaryProvider:182) - Failed to consume incoming stream, provider id sharding-cluster.remote-fs.primary : Failed to read stream: Failed to read stream from inputStream to buffer 2019-02-07 09:09:10,843 [pool-16-thread-1] [ERROR] (o.a.a.f.m.StateAwareFileBinaryProviderImpl:127) - Binary store /opt/jfrog/artifactory/data/filestore deactivated due to: Failed to move file from _pre folder to filestore 2019-02-07 09:09:10,861 [http-nio-8081-exec-8] [ERROR] (o.a.a.f.m.ShardingBinaryProviderImpl:326) - Failed to stream binary to sub provider: org.jfrog.storage.StorageException: Failed to move file from _pre folder to filestore java.util.concurrent.ExecutionException: org.jfrog.storage.StorageException: Failed to move file from _pre folder to filestore ... Caused by: org.jfrog.storage.StorageException: Failed to move file from _pre folder to filestore ...
2019-02-07 09:09:10,841 [pool-15-thread-1] [ERROR] (o.a.a.f.m.StateAwareFileBinaryProviderImpl:127) - Binary store /opt/jfrog/artifactory/data/filestore deactivated due to: Failed to move file from _pre folder to filestore
2019-02-07 09:09:10,842 [pool-15-thread-2] [ERROR] (o.j.s.b.c.RemoteBinaryProvider:453) - Failed to query remote Binary Provider at http://192.168.32.5:8081/artifactory/binarystore: null
2019-02-07 09:09:10,852 [http-nio-8081-exec-10] [ERROR] (o.a.a.f.m.ShardingBinaryProviderImpl:326) - Failed to stream binary to sub provider: org.jfrog.storage.StorageException: Failed to move file from _pre folder to filestore
java.util.concurrent.ExecutionException: org.jfrog.storage.StorageException: Failed to move file from _pre folder to filestore
...
Caused by: org.jfrog.storage.StorageException: Failed to move file from _pre folder to filestore
- is duplicated by
-
RTFACT-18486 upload followed by cancel to HA triggers mail to admin
- Done
- is related to
-
RTFACT-18465 exception info is lost when Artifactory fails to move file from _pre to file store
- Done
- was triggered by
-
RTFACT-16416 "201 created" is returned even when Artifactory cannot reach the filestore (Not _pre)
- Done