Replies: 1 comment 2 replies
-
and also this without any retries fail: KubeOps.Operator.Watcher.ResourceWatcher[0]
warn: KubeOps.Operator.Watcher.ResourceWatcher[0] |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
fail: KubeOps.Operator.Watcher.ResourceWatcher[0]
There was an error while watching the resource "titanedge_channel_operator.Entities.TitanEdgeDecoder".
System.Net.Http.HttpIOException: The response ended prematurely while waiting for the next frame from the server. (ResponseEnded)
at System.Net.Http.Http2Connection.ThrowRequestAborted(Exception innerException)
at System.Net.Http.Http2Connection.Http2Stream.TryReadFromBuffer(Span
1 buffer, Boolean partOfSyncRead) at System.Net.Http.Http2Connection.Http2Stream.ReadDataAsync(Memory
1 buffer, HttpResponseMessage responseMessage, CancellationToken cancellationToken)at k8s.LineSeparatedHttpContent.CancelableStream.ReadAsync(Byte[] buffer, Int32 offset, Int32 count, CancellationToken cancellationToken)
at System.IO.StreamReader.ReadBufferAsync(CancellationToken cancellationToken)
at System.IO.StreamReader.ReadLineAsyncInternal(CancellationToken cancellationToken)
at k8s.Watcher
1.<>c.<CreateWatchEventEnumerator>b__21_1[TR](Task
1 t)at System.Threading.Tasks.ContinuationResultTaskFromResultTask
2.InnerInvoke() at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at k8s.Watcher
1.CreateWatchEventEnumerator(Func1 streamReaderCreator, Action
1 onError, CancellationToken cancellationToken)+MoveNext()at k8s.Watcher
1.CreateWatchEventEnumerator(Func
1 streamReaderCreator, Action1 onError, CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult() at KubeOps.KubernetesClient.KubernetesClient.WatchAsync[TEntity](String namespace, String resourceVersion, String labelSelector, CancellationToken cancellationToken)+MoveNext() at KubeOps.KubernetesClient.KubernetesClient.WatchAsync[TEntity](String namespace, String resourceVersion, String labelSelector, CancellationToken cancellationToken)+MoveNext() at KubeOps.KubernetesClient.KubernetesClient.WatchAsync[TEntity](String namespace, String resourceVersion, String labelSelector, CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult() at KubeOps.Operator.Watcher.ResourceWatcher
1.WatchClientEventsAsync(CancellationToken stoppingToken)at KubeOps.Operator.Watcher.ResourceWatcher`1.WatchClientEventsAsync(CancellationToken stoppingToken)
warn: KubeOps.Operator.Watcher.ResourceWatcher[0]
There were 1 errors / retries in the watcher. Wait 2.953s before next attempt to connect.
Beta Was this translation helpful? Give feedback.
All reactions