Advertisement
Guest User

Untitled

a guest
Jan 31st, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.16 KB | None | 0 0
  1. [2022-01-31T04:08:04,031][WARN ][o.e.s.SnapshotShardsService] [SERVER-A01] [[wazuh-alerts-4.x-2022.01.26][0]][AzureRepo:testweekly-2022.01.31-h-27i5gar7q_sjaqdft-dw/uNkTzbvySkK2w1Ue620Z8A] failed to snapshot shard
  2. org.elasticsearch.common.util.concurrent.UncategorizedExecutionException: Failed execution
  3. at org.elasticsearch.common.util.concurrent.FutureUtils.rethrowExecutionException(FutureUtils.java:80) ~[elasticsearch-7.14.2.jar:7.14.2]
  4. at org.elasticsearch.common.util.concurrent.FutureUtils.get(FutureUtils.java:72) ~[elasticsearch-7.14.2.jar:7.14.2]
  5. at org.elasticsearch.common.util.concurrent.ListenableFuture.notifyListenerDirectly(ListenableFuture.java:112) [elasticsearch-7.14.2.jar:7.14.2]
  6. at org.elasticsearch.common.util.concurrent.ListenableFuture.done(ListenableFuture.java:100) [elasticsearch-7.14.2.jar:7.14.2]
  7. at org.elasticsearch.common.util.concurrent.BaseFuture.setException(BaseFuture.java:151) [elasticsearch-7.14.2.jar:7.14.2]
  8. at org.elasticsearch.common.util.concurrent.ListenableFuture.onFailure(ListenableFuture.java:147) [elasticsearch-7.14.2.jar:7.14.2]
  9. at org.elasticsearch.action.StepListener.innerOnFailure(StepListener.java:57) [elasticsearch-7.14.2.jar:7.14.2]
  10. at org.elasticsearch.action.NotifyOnceListener.onFailure(NotifyOnceListener.java:36) [elasticsearch-7.14.2.jar:7.14.2]
  11. at org.elasticsearch.action.ActionListener$Delegating.onFailure(ActionListener.java:66) [elasticsearch-7.14.2.jar:7.14.2]
  12. at org.elasticsearch.action.support.GroupedActionListener.onFailure(GroupedActionListener.java:72) [elasticsearch-7.14.2.jar:7.14.2]
  13. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.lambda$fileQueueListener$82(BlobStoreRepository.java:3061) [elasticsearch-7.14.2.jar:7.14.2]
  14. at org.elasticsearch.action.ActionListener$DelegatingActionListener.onFailure(ActionListener.java:190) [elasticsearch-7.14.2.jar:7.14.2]
  15. at org.elasticsearch.action.ActionRunnable.onFailure(ActionRunnable.java:77) [elasticsearch-7.14.2.jar:7.14.2]
  16. at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.onFailure(ThreadContext.java:720) [elasticsearch-7.14.2.jar:7.14.2]
  17. at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:28) [elasticsearch-7.14.2.jar:7.14.2]
  18. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
  19. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
  20. at java.lang.Thread.run(Thread.java:831) [?:?]
  21. Caused by: java.util.concurrent.ExecutionException: java.io.IOException: Unable to write blob testsnapshots/indices/52rlhjxlT8KCSBqM7BLD6w/0/__G9gRHH3zTACjfQ_Rurps9g
  22. at org.elasticsearch.common.util.concurrent.BaseFuture$Sync.getValue(BaseFuture.java:262) ~[elasticsearch-7.14.2.jar:7.14.2]
  23. at org.elasticsearch.common.util.concurrent.BaseFuture$Sync.get(BaseFuture.java:235) ~[elasticsearch-7.14.2.jar:7.14.2]
  24. at org.elasticsearch.common.util.concurrent.BaseFuture.get(BaseFuture.java:54) ~[elasticsearch-7.14.2.jar:7.14.2]
  25. at org.elasticsearch.common.util.concurrent.FutureUtils.get(FutureUtils.java:65) ~[elasticsearch-7.14.2.jar:7.14.2]
  26. ... 16 more
  27. Caused by: java.io.IOException: Unable to write blob testsnapshots/indices/52rlhjxlT8KCSBqM7BLD6w/0/__G9gRHH3zTACjfQ_Rurps9g
  28. at org.elasticsearch.repositories.azure.AzureBlobStore.writeBlob(AzureBlobStore.java:456) ~[?:?]
  29. at org.elasticsearch.repositories.azure.AzureBlobContainer.writeBlob(AzureBlobContainer.java:91) ~[?:?]
  30. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.snapshotFile(BlobStoreRepository.java:3399) ~[elasticsearch-7.14.2.jar:7.14.2]
  31. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.lambda$executeOneFileSnapshot$78(BlobStoreRepository.java:2861) ~[elasticsearch-7.14.2.jar:7.14.2]
  32. at org.elasticsearch.action.ActionRunnable$2.doRun(ActionRunnable.java:62) ~[elasticsearch-7.14.2.jar:7.14.2]
  33. at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:732) ~[elasticsearch-7.14.2.jar:7.14.2]
  34. at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) ~[elasticsearch-7.14.2.jar:7.14.2]
  35. ... 3 more
  36. Caused by: reactor.core.Exceptions$ReactiveException: java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 20000ms in 'source(MonoDefer)' (and no fallback has been configured)
  37. at reactor.core.Exceptions.propagate(Exceptions.java:393) ~[?:?]
  38. at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:97) ~[?:?]
  39. at reactor.core.publisher.Mono.block(Mono.java:1680) ~[?:?]
  40. at org.elasticsearch.repositories.azure.AzureBlobStore.lambda$executeSingleUpload$19(AzureBlobStore.java:475) ~[?:?]
  41. at org.elasticsearch.repositories.azure.SocketAccess.lambda$doPrivilegedVoidException$0(SocketAccess.java:46) ~[?:?]
  42. at java.security.AccessController.doPrivileged(AccessController.java:554) ~[?:?]
  43. at org.elasticsearch.repositories.azure.SocketAccess.doPrivilegedVoidException(SocketAccess.java:45) ~[?:?]
  44. at org.elasticsearch.repositories.azure.AzureBlobStore.executeSingleUpload(AzureBlobStore.java:463) ~[?:?]
  45. at org.elasticsearch.repositories.azure.AzureBlobStore.writeBlob(AzureBlobStore.java:445) ~[?:?]
  46. at org.elasticsearch.repositories.azure.AzureBlobContainer.writeBlob(AzureBlobContainer.java:91) ~[?:?]
  47. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.snapshotFile(BlobStoreRepository.java:3399) ~[elasticsearch-7.14.2.jar:7.14.2]
  48. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.lambda$executeOneFileSnapshot$78(BlobStoreRepository.java:2861) ~[elasticsearch-7.14.2.jar:7.14.2]
  49. at org.elasticsearch.action.ActionRunnable$2.doRun(ActionRunnable.java:62) ~[elasticsearch-7.14.2.jar:7.14.2]
  50. at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:732) ~[elasticsearch-7.14.2.jar:7.14.2]
  51. at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) ~[elasticsearch-7.14.2.jar:7.14.2]
  52. ... 3 more
  53. Suppressed: java.lang.Exception: #block terminated with an error
  54. at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:99) ~[?:?]
  55. at reactor.core.publisher.Mono.block(Mono.java:1680) ~[?:?]
  56. at org.elasticsearch.repositories.azure.AzureBlobStore.lambda$executeSingleUpload$19(AzureBlobStore.java:475) ~[?:?]
  57. at org.elasticsearch.repositories.azure.SocketAccess.lambda$doPrivilegedVoidException$0(SocketAccess.java:46) ~[?:?]
  58. at java.security.AccessController.doPrivileged(AccessController.java:554) ~[?:?]
  59. at org.elasticsearch.repositories.azure.SocketAccess.doPrivilegedVoidException(SocketAccess.java:45) ~[?:?]
  60. at org.elasticsearch.repositories.azure.AzureBlobStore.executeSingleUpload(AzureBlobStore.java:463) ~[?:?]
  61. at org.elasticsearch.repositories.azure.AzureBlobStore.writeBlob(AzureBlobStore.java:445) ~[?:?]
  62. at org.elasticsearch.repositories.azure.AzureBlobContainer.writeBlob(AzureBlobContainer.java:91) ~[?:?]
  63. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.snapshotFile(BlobStoreRepository.java:3399) ~[elasticsearch-7.14.2.jar:7.14.2]
  64. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.lambda$executeOneFileSnapshot$78(BlobStoreRepository.java:2861) ~[elasticsearch-7.14.2.jar:7.14.2]
  65. at org.elasticsearch.action.ActionRunnable$2.doRun(ActionRunnable.java:62) ~[elasticsearch-7.14.2.jar:7.14.2]
  66. at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:732) [elasticsearch-7.14.2.jar:7.14.2]
  67. at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) [elasticsearch-7.14.2.jar:7.14.2]
  68. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
  69. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
  70. at java.lang.Thread.run(Thread.java:831) [?:?]
  71. Caused by: java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 20000ms in 'source(MonoDefer)' (and no fallback has been configured)
  72. at reactor.core.publisher.FluxTimeout$TimeoutMainSubscriber.handleTimeout(FluxTimeout.java:288) ~[?:?]
  73. at reactor.core.publisher.FluxTimeout$TimeoutMainSubscriber.doTimeout(FluxTimeout.java:273) ~[?:?]
  74. at reactor.core.publisher.FluxTimeout$TimeoutTimeoutSubscriber.onNext(FluxTimeout.java:395) ~[?:?]
  75. at reactor.core.publisher.StrictSubscriber.onNext(StrictSubscriber.java:89) ~[?:?]
  76. at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:73) ~[?:?]
  77. at reactor.core.publisher.MonoDelay$MonoDelayRunnable.run(MonoDelay.java:117) ~[?:?]
  78. at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68) ~[?:?]
  79. at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28) ~[?:?]
  80. at java.security.AccessController.doPrivileged(AccessController.java:554) ~[?:?]
  81. at org.elasticsearch.repositories.azure.SocketAccess.doPrivilegedException(SocketAccess.java:34) ~[?:?]
  82. at org.elasticsearch.repositories.azure.AzureClientProvider$1.lambda$decorateCallable$1(AzureClientProvider.java:217) ~[?:?]
  83. at org.elasticsearch.repositories.azure.executors.ReactorScheduledExecutorService.lambda$schedule$0(ReactorScheduledExecutorService.java:52) ~[?:?]
  84. at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:673) ~[elasticsearch-7.14.2.jar:7.14.2]
  85. ... 3 more
  86. [2022-01-31T04:08:21,804][WARN ][o.e.s.SnapshotShardsService] [SERVER-A01] [[metricbeat-7.14.2-2022.01.31][0]][AzureRepo:testweekly-2022.01.31-h-27i5gar7q_sjaqdft-dw/uNkTzbvySkK2w1Ue620Z8A] failed to snapshot shard
  87. org.elasticsearch.common.util.concurrent.UncategorizedExecutionException: Failed execution
  88. at org.elasticsearch.common.util.concurrent.FutureUtils.rethrowExecutionException(FutureUtils.java:80) ~[elasticsearch-7.14.2.jar:7.14.2]
  89. at org.elasticsearch.common.util.concurrent.FutureUtils.get(FutureUtils.java:72) ~[elasticsearch-7.14.2.jar:7.14.2]
  90. at org.elasticsearch.common.util.concurrent.ListenableFuture.notifyListenerDirectly(ListenableFuture.java:112) [elasticsearch-7.14.2.jar:7.14.2]
  91. at org.elasticsearch.common.util.concurrent.ListenableFuture.done(ListenableFuture.java:100) [elasticsearch-7.14.2.jar:7.14.2]
  92. at org.elasticsearch.common.util.concurrent.BaseFuture.setException(BaseFuture.java:151) [elasticsearch-7.14.2.jar:7.14.2]
  93. at org.elasticsearch.common.util.concurrent.ListenableFuture.onFailure(ListenableFuture.java:147) [elasticsearch-7.14.2.jar:7.14.2]
  94. at org.elasticsearch.action.StepListener.innerOnFailure(StepListener.java:57) [elasticsearch-7.14.2.jar:7.14.2]
  95. at org.elasticsearch.action.NotifyOnceListener.onFailure(NotifyOnceListener.java:36) [elasticsearch-7.14.2.jar:7.14.2]
  96. at org.elasticsearch.action.ActionListener$Delegating.onFailure(ActionListener.java:66) [elasticsearch-7.14.2.jar:7.14.2]
  97. at org.elasticsearch.action.support.GroupedActionListener.onFailure(GroupedActionListener.java:72) [elasticsearch-7.14.2.jar:7.14.2]
  98. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.lambda$fileQueueListener$82(BlobStoreRepository.java:3061) [elasticsearch-7.14.2.jar:7.14.2]
  99. at org.elasticsearch.action.ActionListener$DelegatingActionListener.onFailure(ActionListener.java:190) [elasticsearch-7.14.2.jar:7.14.2]
  100. at org.elasticsearch.action.ActionRunnable.onFailure(ActionRunnable.java:77) [elasticsearch-7.14.2.jar:7.14.2]
  101. at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.onFailure(ThreadContext.java:720) [elasticsearch-7.14.2.jar:7.14.2]
  102. at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:28) [elasticsearch-7.14.2.jar:7.14.2]
  103. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
  104. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
  105. at java.lang.Thread.run(Thread.java:831) [?:?]
  106. Caused by: java.util.concurrent.ExecutionException: java.io.IOException: Unable to write blob testsnapshots/indices/MO0xJTo5SSSw6XGfluGBTw/0/__eXPUbX2jT0a-PdGY4mwong
  107. at org.elasticsearch.common.util.concurrent.BaseFuture$Sync.getValue(BaseFuture.java:262) ~[elasticsearch-7.14.2.jar:7.14.2]
  108. at org.elasticsearch.common.util.concurrent.BaseFuture$Sync.get(BaseFuture.java:235) ~[elasticsearch-7.14.2.jar:7.14.2]
  109. at org.elasticsearch.common.util.concurrent.BaseFuture.get(BaseFuture.java:54) ~[elasticsearch-7.14.2.jar:7.14.2]
  110. at org.elasticsearch.common.util.concurrent.FutureUtils.get(FutureUtils.java:65) ~[elasticsearch-7.14.2.jar:7.14.2]
  111. ... 16 more
  112. Caused by: java.io.IOException: Unable to write blob testsnapshots/indices/MO0xJTo5SSSw6XGfluGBTw/0/__eXPUbX2jT0a-PdGY4mwong
  113. at org.elasticsearch.repositories.azure.AzureBlobStore.writeBlob(AzureBlobStore.java:456) ~[?:?]
  114. at org.elasticsearch.repositories.azure.AzureBlobContainer.writeBlob(AzureBlobContainer.java:91) ~[?:?]
  115. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.snapshotFile(BlobStoreRepository.java:3399) ~[elasticsearch-7.14.2.jar:7.14.2]
  116. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.lambda$executeOneFileSnapshot$78(BlobStoreRepository.java:2861) ~[elasticsearch-7.14.2.jar:7.14.2]
  117. at org.elasticsearch.action.ActionRunnable$2.doRun(ActionRunnable.java:62) ~[elasticsearch-7.14.2.jar:7.14.2]
  118. at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:732) ~[elasticsearch-7.14.2.jar:7.14.2]
  119. at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) ~[elasticsearch-7.14.2.jar:7.14.2]
  120. ... 3 more
  121. Caused by: reactor.core.Exceptions$ReactiveException: java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 20000ms in 'source(MonoDefer)' (and no fallback has been configured)
  122. at reactor.core.Exceptions.propagate(Exceptions.java:393) ~[?:?]
  123. at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:97) ~[?:?]
  124. at reactor.core.publisher.Mono.block(Mono.java:1680) ~[?:?]
  125. at org.elasticsearch.repositories.azure.AzureBlobStore.lambda$executeSingleUpload$19(AzureBlobStore.java:475) ~[?:?]
  126. at org.elasticsearch.repositories.azure.SocketAccess.lambda$doPrivilegedVoidException$0(SocketAccess.java:46) ~[?:?]
  127. at java.security.AccessController.doPrivileged(AccessController.java:554) ~[?:?]
  128. at org.elasticsearch.repositories.azure.SocketAccess.doPrivilegedVoidException(SocketAccess.java:45) ~[?:?]
  129. at org.elasticsearch.repositories.azure.AzureBlobStore.executeSingleUpload(AzureBlobStore.java:463) ~[?:?]
  130. at org.elasticsearch.repositories.azure.AzureBlobStore.writeBlob(AzureBlobStore.java:445) ~[?:?]
  131. at org.elasticsearch.repositories.azure.AzureBlobContainer.writeBlob(AzureBlobContainer.java:91) ~[?:?]
  132. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.snapshotFile(BlobStoreRepository.java:3399) ~[elasticsearch-7.14.2.jar:7.14.2]
  133. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.lambda$executeOneFileSnapshot$78(BlobStoreRepository.java:2861) ~[elasticsearch-7.14.2.jar:7.14.2]
  134. at org.elasticsearch.action.ActionRunnable$2.doRun(ActionRunnable.java:62) ~[elasticsearch-7.14.2.jar:7.14.2]
  135. at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:732) ~[elasticsearch-7.14.2.jar:7.14.2]
  136. at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) ~[elasticsearch-7.14.2.jar:7.14.2]
  137. ... 3 more
  138. Suppressed: java.lang.Exception: #block terminated with an error
  139. at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:99) ~[?:?]
  140. at reactor.core.publisher.Mono.block(Mono.java:1680) ~[?:?]
  141. at org.elasticsearch.repositories.azure.AzureBlobStore.lambda$executeSingleUpload$19(AzureBlobStore.java:475) ~[?:?]
  142. at org.elasticsearch.repositories.azure.SocketAccess.lambda$doPrivilegedVoidException$0(SocketAccess.java:46) ~[?:?]
  143. at java.security.AccessController.doPrivileged(AccessController.java:554) ~[?:?]
  144. at org.elasticsearch.repositories.azure.SocketAccess.doPrivilegedVoidException(SocketAccess.java:45) ~[?:?]
  145. at org.elasticsearch.repositories.azure.AzureBlobStore.executeSingleUpload(AzureBlobStore.java:463) ~[?:?]
  146. at org.elasticsearch.repositories.azure.AzureBlobStore.writeBlob(AzureBlobStore.java:445) ~[?:?]
  147. at org.elasticsearch.repositories.azure.AzureBlobContainer.writeBlob(AzureBlobContainer.java:91) ~[?:?]
  148. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.snapshotFile(BlobStoreRepository.java:3399) ~[elasticsearch-7.14.2.jar:7.14.2]
  149. at org.elasticsearch.repositories.blobstore.BlobStoreRepository.lambda$executeOneFileSnapshot$78(BlobStoreRepository.java:2861) ~[elasticsearch-7.14.2.jar:7.14.2]
  150. at org.elasticsearch.action.ActionRunnable$2.doRun(ActionRunnable.java:62) ~[elasticsearch-7.14.2.jar:7.14.2]
  151. at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:732) [elasticsearch-7.14.2.jar:7.14.2]
  152. at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) [elasticsearch-7.14.2.jar:7.14.2]
  153. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
  154. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
  155. at java.lang.Thread.run(Thread.java:831) [?:?]
  156. Caused by: java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 20000ms in 'source(MonoDefer)' (and no fallback has been configured)
  157. at reactor.core.publisher.FluxTimeout$TimeoutMainSubscriber.handleTimeout(FluxTimeout.java:288) ~[?:?]
  158. at reactor.core.publisher.FluxTimeout$TimeoutMainSubscriber.doTimeout(FluxTimeout.java:273) ~[?:?]
  159. at reactor.core.publisher.FluxTimeout$TimeoutTimeoutSubscriber.onNext(FluxTimeout.java:395) ~[?:?]
  160. at reactor.core.publisher.StrictSubscriber.onNext(StrictSubscriber.java:89) ~[?:?]
  161. at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:73) ~[?:?]
  162. at reactor.core.publisher.MonoDelay$MonoDelayRunnable.run(MonoDelay.java:117) ~[?:?]
  163. at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68) ~[?:?]
  164. at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28) ~[?:?]
  165. at java.security.AccessController.doPrivileged(AccessController.java:554) ~[?:?]
  166. at org.elasticsearch.repositories.azure.SocketAccess.doPrivilegedException(SocketAccess.java:34) ~[?:?]
  167. at org.elasticsearch.repositories.azure.AzureClientProvider$1.lambda$decorateCallable$1(AzureClientProvider.java:217) ~[?:?]
  168. at org.elasticsearch.repositories.azure.executors.ReactorScheduledExecutorService.lambda$schedule$0(ReactorScheduledExecutorService.java:52) ~[?:?]
  169. at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:673) ~[elasticsearch-7.14.2.jar:7.14.2]
  170. ... 3 more
  171. [2022-01-31T12:51:41,698][WARN ][o.e.r.b.BlobStoreRepository] [SERVER-A01] [AzureRepo] Unknown blob in the repository: index-sXY0MaVZRZm0QfSrG127_w
  172. [2022-01-31T12:51:41,698][WARN ][o.e.r.b.BlobStoreRepository] [SERVER-A01] Could not find a readable index-N file in a non-empty shard snapshot directory [[testsnapshots][indices][MO0xJTo5SSSw6XGfluGBTw][0]]
  173.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement