Miloš Kozák
12/14/2022, 2:41 PMio.questdb.cutlass.line.LineSenderException: [104] send error
at io.questdb.cutlass.line.tcp.PlainTcpLineChannel.send(PlainTcpLineChannel.java:100)
at io.questdb.cutlass.line.AbstractLineSender.sendAll(AbstractLineSender.java:380)
at io.questdb.cutlass.line.LineTcpSender.send00(LineTcpSender.java:86)
at io.questdb.cutlass.line.AbstractLineSender.put(AbstractLineSender.java:199)
at io.questdb.cutlass.line.AbstractLineSender.putUtf8Special(AbstractLineSender.java:319)
at io.questdb.std.str.CharSink.encodeUtf8(CharSink.java:45)
at io.questdb.std.str.CharSink.encodeUtf8(CharSink.java:37)
at io.questdb.cutlass.line.AbstractLineSender.field(AbstractLineSender.java:133)
at xxxx.core.timeseries.DbWriter.write(DbWriter.kt:33)
at xxxx.core.timeseries.handlers.AddDataPointRequestHandler.handleRequestTyped(AddDataPointRequestHandler.kt:19)
at xxxx.core.timeseries.handlers.AddDataPointRequestHandler.handleRequestTyped(AddDataPointRequestHandler.kt:8)
at xxxx.core.timeseries.handlers.TypedTimeSeriesRequestHandler.handleRequest(TimeSeriesRequestHandler.kt:28)
at xxxx.core.timeseries.TimeSeriesService.handleRequest(TimeSeriesService.kt:131)
at xxxx.core.timeseries.TimeSeriesService.access$handleRequest(TimeSeriesService.kt:43)
at xxxx.core.timeseries.TimeSeriesService$serviceLoop$1$2$1$5.emit(TimeSeriesService.kt:107)
at xxxx.core.timeseries.TimeSeriesService$serviceLoop$1$2$1$5.emit(TimeSeriesService.kt:104)
at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:62)
at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1)
at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Channels.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at xxxx.common.Service.runBlocking(Service.kt:109)
at xxxx.core.timeseries.TimeSeriesService.serviceLoop(TimeSeriesService.kt:71)
at xxxx.core.timeseries.TimeSeriesServiceMain.main(TimeSeriesServiceMain.kt:14)
Interestingly, there are not errors in log file of QuestDB.Jaromir Hamala
12/14/2022, 4:21 PMMiloš Kozák
12/15/2022, 8:26 AMJaromir Hamala
12/15/2022, 11:12 AMMiloš Kozák
12/15/2022, 12:12 PMJaromir Hamala
12/16/2022, 8:50 AMMiloš Kozák
12/16/2022, 8:52 AMJaromir Hamala
12/16/2022, 12:16 PMMiloš Kozák
12/16/2022, 12:22 PMDec 16 12:10:37 questdb-ana-test-0 questdb[824061]: 2022-12-16T12:10:37.058467Z E i.q.c.l.t.LineTcpConnectionContext [103] could not process line data [table=anotherthable_name, msg=cast error for line protocol
Dec 16 12:10:37 questdb-ana-test-0 questdb[824061]: 2022-12-16T12:10:37.058500Z E i.q.c.l.t.LineTcpConnectionContext [103] could not parse measurement, NONE at 987, line (may be mangled due to partial parsing
Jaromir Hamala
12/16/2022, 12:28 PMcast error for line protocol
indicates a type problemImre
12/16/2022, 12:53 PMcould not process line data [table=anotherthable_name, msg=cast error for line protocol
that should continue with more information about the error, like which column it is and the types which we are trying to cast from and toline (may be mangled due to partial parsing): 'this is the input here...'
Miloš Kozák
12/16/2022, 12:58 PMImre
12/16/2022, 12:59 PM