-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fs服务缓存存储降级时异常 #2663
Comments
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 18, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 24, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 24, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 24, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 24, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 24, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 24, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 24, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 24, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 24, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 24, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 24, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 25, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 25, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 25, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 25, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 25, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 25, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 25, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 25, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 28, 2024
yaoxuwan
added a commit
to yaoxuwan/bk-repo
that referenced
this issue
Oct 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2024-10-16 15:58:32.961|-|?|?|ERROR|0|670f72281cc2b57e50982254a208d3b7|50982254a208d3b7|||[DefaultDispatcher-worker-20] system.errorjava.nio.file.NoSuchFileException: /data/fallback/bkrepo/temp/artifact_async_4395550166335083493.temp at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: Error has been observed at the following site(s): *__checkpoint ⇢ com.tencent.bkrepo.fs.server.filter.ActuatorAuthFilter [DefaultWebFilterChain] *__checkpoint ⇢ org.springframework.cloud.sleuth.instrument.web.TraceWebFilter [DefaultWebFilterChain] *__checkpoint ⇢ org.springframework.boot.actuate.metrics.web.reactive.server.MetricsWebFilter [DefaultWebFilterChain] *__checkpoint ⇢ com.tencent.bkrepo.fs.server.filter.ReactiveRequestContextFilter [DefaultWebFilterChain] *__checkpoint ⇢ HTTP PUT "/block/436207616/xxx/xxx/xxx.zip" [ExceptionHandlingWebHandler] Original Stack Trace: at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.newAsynchronousFileChannel(UnixFileSystemProvider.java:196) at java.nio.channels.AsynchronousFileChannel.open(AsynchronousFileChannel.java:248) at java.nio.channels.AsynchronousFileChannel.open(AsynchronousFileChannel.java:301) at com.tencent.bkrepo.fs.server.storage.CoArtifactDataReceiver$channel$2.invoke(CoArtifactDataReceiver.kt:97) at com.tencent.bkrepo.fs.server.storage.CoArtifactDataReceiver$channel$2.invoke(CoArtifactDataReceiver.kt:96) at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74) at com.tencent.bkrepo.fs.server.storage.CoArtifactDataReceiver.getChannel(CoArtifactDataReceiver.kt:96) at com.tencent.bkrepo.fs.server.storage.CoArtifactDataReceiver.flushToFile(CoArtifactDataReceiver.kt:176) at com.tencent.bkrepo.fs.server.storage.CoArtifactDataReceiver.receive(CoArtifactDataReceiver.kt:160) at com.tencent.bkrepo.fs.server.storage.CoArtifactFile.write(CoArtifactFile.kt:134) at com.tencent.bkrepo.fs.server.WebExtensionsKt$bodyToArtifactFile$$inlined$collect$1.emit(Collect.kt:136) at kotlinx.coroutines.reactive.PublisherAsFlow.collectImpl(ReactiveFlow.kt:100) at kotlinx.coroutines.reactive.PublisherAsFlow.access$collectImpl(ReactiveFlow.kt:48) at kotlinx.coroutines.reactive.PublisherAsFlow$collectImpl$1.invokeSuspend(ReactiveFlow.kt) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTaskKt.resume(DispatchedTask.kt:234) at kotlinx.coroutines.DispatchedTaskKt.resumeUnconfined(DispatchedTask.kt:190) at kotlinx.coroutines.DispatchedTaskKt.dispatch(DispatchedTask.kt:161) at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume(CancellableContinuationImpl.kt:397) at kotlinx.coroutines.CancellableContinuationImpl.completeResume(CancellableContinuationImpl.kt:513) at kotlinx.coroutines.channels.AbstractChannel$ReceiveElement.completeResumeReceive(AbstractChannel.kt:908) at kotlinx.coroutines.channels.ArrayChannel.offerInternal(ArrayChannel.kt:83) at kotlinx.coroutines.channels.AbstractSendChannel.trySend-JP2dKIU(AbstractChannel.kt:155) at kotlinx.coroutines.reactive.ReactiveSubscriber.onNext(ReactiveFlow.kt:136) at reactor.core.publisher.StrictSubscriber.onNext(StrictSubscriber.java:89) at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onNext(FluxContextWrite.java:107) at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:79) at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onNext(FluxOnErrorResume.java:79) at org.springframework.cloud.sleuth.instrument.reactor.ScopePassingSpanSubscriber.onNext(ScopePassingSpanSubscriber.java:89) at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:122) at org.springframework.cloud.sleuth.instrument.reactor.ScopePassingSpanSubscriber.onNext(ScopePassingSpanSubscriber.java:89) at reactor.core.publisher.FluxPeek$PeekSubscriber.onNext(FluxPeek.java:200) at org.springframework.cloud.sleuth.instrument.reactor.ScopePassingSpanSubscriber.onNext(ScopePassingSpanSubscriber.java:89) at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:122) at reactor.netty.channel.FluxReceive.drainReceiver(FluxReceive.java:279) at reactor.netty.channel.FluxReceive.request(FluxReceive.java:129) at reactor.core.publisher.FluxMap$MapSubscriber.request(FluxMap.java:164) at org.springframework.cloud.sleuth.instrument.reactor.ScopePassingSpanSubscriber.request(ScopePassingSpanSubscriber.java:75) at reactor.core.publisher.FluxPeek$PeekSubscriber.request(FluxPeek.java:138) at org.springframework.cloud.sleuth.instrument.reactor.ScopePassingSpanSubscriber.request(ScopePassingSpanSubscriber.java:75) at reactor.core.publisher.FluxMap$MapSubscriber.request(FluxMap.java:164) at org.springframework.cloud.sleuth.instrument.reactor.ScopePassingSpanSubscriber.request(ScopePassingSpanSubscriber.java:75) at reactor.core.publisher.Operators$MultiSubscriptionSubscriber.set(Operators.java:2194) at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onSubscribe(FluxOnErrorResume.java:74) at org.springframework.cloud.sleuth.instrument.reactor.ScopePassingSpanSubscriber.onSubscribe(ScopePassingSpanSubscriber.java:68) at reactor.core.publisher.FluxMap$MapSubscriber.onSubscribe(FluxMap.java:92) at org.springframework.cloud.sleuth.instrument.reactor.ScopePassingSpanSubscriber.onSubscribe(ScopePassingSpanSubscriber.java:68) at reactor.core.publisher.FluxPeek$PeekSubscriber.onSubscribe(FluxPeek.java:171) at org.springframework.cloud.sleuth.instrument.reactor.ScopePassingSpanSubscriber.onSubscribe(ScopePassingSpanSubscriber.java:68) at reactor.core.publisher.FluxMap$MapSubscriber.onSubscribe(FluxMap.java:92) at reactor.netty.channel.FluxReceive.startReceiver(FluxReceive.java:167) at reactor.netty.channel.FluxReceive.lambda$subscribe$2(FluxReceive.java:146) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:403) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.lang.Thread.run(Thread.java:750)
The text was updated successfully, but these errors were encountered: