Skip to content

fix(core): rare assertion error in SQL after metadata change#6195

Merged
bluestreak01 merged 2 commits intomasterfrom
vi_fix_index_reload
Sep 26, 2025
Merged

fix(core): rare assertion error in SQL after metadata change#6195
bluestreak01 merged 2 commits intomasterfrom
vi_fix_index_reload

Conversation

@bluestreak01
Copy link
Copy Markdown
Member

@bluestreak01 bluestreak01 commented Sep 26, 2025

Fixes assertion error found by fuzz tests:

java.lang.AssertionError
	at [email protected]/io.questdb.cairo.TableReader.getBitmapIndexReader(TableReader.java:261)
	at [email protected]/io.questdb.griffin.engine.table.FwdTableReaderPageFrameCursor$TableReaderPageFrame.getBitmapIndexReader(FwdTableReaderPageFrameCursor.java:332)
	at [email protected]/io.questdb.griffin.engine.table.SymbolIndexRowCursorFactory.getCursor(SymbolIndexRowCursorFactory.java:60)
	at [email protected]/io.questdb.griffin.engine.table.PageFrameRecordCursorImpl.hasNext(PageFrameRecordCursorImpl.java:107)
	at [email protected]/io.questdb.griffin.engine.groupby.GroupByRecordCursorFactory$GroupByRecordCursor.buildDataMap(GroupByRecordCursorFactory.java:251)
	at [email protected]/io.questdb.griffin.engine.groupby.GroupByRecordCursorFactory$GroupByRecordCursor.buildMapConditionally(GroupByRecordCursorFactory.java:268)
	at [email protected]/io.questdb.griffin.engine.groupby.GroupByRecordCursorFactory$GroupByRecordCursor.hasNext(GroupByRecordCursorFactory.java:216)
	at [email protected]/io.questdb.griffin.engine.QueryProgress$RegisteredRecordCursor.hasNext(QueryProgress.java:419)
	at io.questdb.test/io.questdb.test.fuzz.FuzzValidateSymbolFilterOperation.validateSymbolIndex(FuzzValidateSymbolFilterOperation.java:87)
	at io.questdb.test/io.questdb.test.fuzz.FuzzValidateSymbolFilterOperation.apply(FuzzValidateSymbolFilterOperation.java:60)
	at io.questdb.test/io.questdb.test.cairo.fuzz.FuzzRunner.applyNonWal(FuzzRunner.java:269)
	at io.questdb.test/io.questdb.test.cairo.fuzz.FuzzRunner.createTransactions(FuzzRunner.java:825)
	at io.questdb.test/io.questdb.test.cairo.fuzz.FuzzRunner.runFuzz(FuzzRunner.java:1236)
	at io.questdb.test/io.questdb.test.cairo.fuzz.AbstractFuzzTest.lambda$fullRandomFuzz$1(AbstractFuzzTest.java:147)
	at io.questdb.test/io.questdb.test.AbstractCairoTest.lambda$assertMemoryLeak$8(AbstractCairoTest.java:1208)
	at io.questdb.test/io.questdb.test.tools.TestUtils.assertMemoryLeak(TestUtils.java:740)
	at io.questdb.test/io.questdb.test.AbstractCairoTest.assertMemoryLeak(AbstractCairoTest.java:1205)
	at io.questdb.test/io.questdb.test.cairo.fuzz.AbstractFuzzTest.fullRandomFuzz(AbstractFuzzTest.java:147)
	at io.questdb.test/io.questdb.test.cairo.fuzz.WalWriterFuzzTest.testWalWriteFullRandomMultipleTables(WalWriterFuzzTest.java:450)
>>>>= io.questdb.test.cairo.fuzz.WalWriterFuzzTest.testWalWriteFullRandomMultipleTables
random seeds: 840694641921L, 1758809832819L

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Sep 26, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch vi_fix_index_reload

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

puzpuzpuz
puzpuzpuz previously approved these changes Sep 26, 2025
@glasstiger
Copy link
Copy Markdown
Contributor

[PR Coverage check]

😍 pass : 10 / 10 (100.00%)

file detail

path covered line new line coverage
🔵 io/questdb/cairo/TableReader.java 10 10 100.00%

@bluestreak01
Copy link
Copy Markdown
Member Author

unrelated failure in Windows TCP/ILP test, which stuck for some reason:

2025-09-26T14:02:54.9046176Z >>>>= io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.testInsertDropParallel[WITH_WAL]
2025-09-26T14:02:54.9680934Z random seeds: 2283299927800L, 1758895374861L
2025-09-26T14:02:54.9683430Z 2025-09-26T14:02:54.959494Z I i.q.g.e.QueryProgress exe [id=0, sql=`CREATE TABLE IF NOT EXISTS "sys.column_versions_purge_log" (ts timestamp, table_name symbol, column_name symbol, table_id int, truncate_version long, columnType int, table_partition_by int, updated_txn long, column_version long, partition_timestamp timestamp, partition_name_txn long,completed timestamp) timestamp(ts) partition by MONTH BYPASS WAL`, principal=admin, cache=false, jit=false]
2025-09-26T14:02:54.9685561Z 2025-09-26T14:02:54.965642Z I i.q.c.CairoEngine locked [table=sys.column_versions_purge_log~, thread=1737]
2025-09-26T14:02:55.0465023Z 2025-09-26T14:02:55.044879Z I i.q.c.CairoEngine unlocked [table=sys.column_versions_purge_log~]
2025-09-26T14:02:55.0467160Z 2025-09-26T14:02:55.045117Z I i.q.g.e.QueryProgress fin [id=0, sql=`CREATE TABLE IF NOT EXISTS "sys.column_versions_purge_log" (ts timestamp, table_name symbol, column_name symbol, table_id int, truncate_version long, columnType int, table_partition_by int, updated_txn long, column_version long, partition_timestamp timestamp, partition_name_txn long,completed timestamp) timestamp(ts) partition by MONTH BYPASS WAL`, principal=admin, cache=false, jit=true, time=1757136479670156513]
2025-09-26T14:02:55.0468797Z 2025-09-26T14:02:55.045149Z I i.q.c.p.WriterPool open [table=sys.column_versions_purge_log~, thread=1737]
2025-09-26T14:02:55.0469752Z 2025-09-26T14:02:55.045167Z I i.q.c.TableWriter open 'sys.column_versions_purge_log~'
2025-09-26T14:02:55.0563786Z 2025-09-26T14:02:55.055504Z I i.q.c.PartitionOverwriteControl acquiring partitions [table=sys.column_versions_purge_log~, readerTxn=0]
2025-09-26T14:02:55.0570276Z 2025-09-26T14:02:55.055532Z I i.q.c.PartitionOverwriteControl releasing partitions [table=sys.column_versions_purge_log~, readerTxn=0]
2025-09-26T14:02:55.0571316Z 2025-09-26T14:02:55.055823Z I i.q.c.PartitionOverwriteControl acquiring partitions [table=sys.column_versions_purge_log~, readerTxn=0]
2025-09-26T14:02:55.0572321Z 2025-09-26T14:02:55.055878Z I i.q.c.PartitionOverwriteControl releasing partitions [table=sys.column_versions_purge_log~, readerTxn=0]
2025-09-26T14:02:55.0573300Z 2025-09-26T14:02:55.055960Z I i.q.c.PartitionOverwriteControl acquiring partitions [table=sys.column_versions_purge_log~, readerTxn=0]
2025-09-26T14:02:55.0574195Z 2025-09-26T14:02:55.055987Z I i.q.c.PartitionOverwriteControl releasing partitions [table=sys.column_versions_purge_log~, readerTxn=0]
2025-09-26T14:02:55.0575144Z 2025-09-26T14:02:55.056313Z I i.q.g.e.QueryProgress exe [id=1, sql=`SELECT * FROM "sys.column_versions_purge_log" WHERE completed = null`, principal=admin, cache=false, jit=true]
2025-09-26T14:02:55.0576438Z 2025-09-26T14:02:55.056326Z I i.q.c.PartitionOverwriteControl acquiring partitions [table=sys.column_versions_purge_log~, readerTxn=0]
2025-09-26T14:02:55.0577312Z 2025-09-26T14:02:55.056367Z I i.q.c.PartitionOverwriteControl releasing partitions [table=sys.column_versions_purge_log~, readerTxn=0]
2025-09-26T14:02:55.0578375Z 2025-09-26T14:02:55.056379Z I i.q.g.e.QueryProgress fin [id=1, sql=`SELECT * FROM "sys.column_versions_purge_log" WHERE completed = null`, principal=admin, cache=false, jit=true, time=68000]
2025-09-26T14:02:55.0615681Z 2025-09-26T14:02:55.059534Z I i.q.t.c.l.t.AbstractLineTcpReceiverTest worker pool started [pool=testing]
2025-09-26T14:02:55.0620129Z 2025-09-26T14:02:55.059671Z I i.q.t.c.l.t.AbstractLineTcpReceiverTest os scheduled worker started [name=testing_0]
2025-09-26T14:02:55.0620953Z 2025-09-26T14:02:55.060297Z I i.q.t.c.l.t.AbstractLineTcpReceiverTest os scheduled worker started [name=testing_1]
2025-09-26T14:02:55.0621683Z 2025-09-26T14:02:55.060559Z I IODispatcher connected [ip=127.0.0.1, fd=50356345166930, connCount=1]
2025-09-26T14:02:55.1086266Z 2025-09-26T14:02:55.060630Z I IODispatcher connected [ip=127.0.0.1, fd=37986839354451, connCount=2]
2025-09-26T14:02:55.1397094Z 2025-09-26T14:02:55.060686Z I IODispatcher connected [ip=127.0.0.1, fd=30169998875732, connCount=3]
2025-09-26T14:02:55.1400046Z 2025-09-26T14:02:55.060862Z I i.q.t.c.l.t.LineTcpReceiverDropTableFuzzTest random seeds: 2283498256600L, 1758895375060L
2025-09-26T14:02:55.1401384Z 2025-09-26T14:02:55.061209Z I i.q.t.c.l.t.AbstractLineTcpReceiverTest os scheduled worker started [name=testing_2]
2025-09-26T14:02:55.1402850Z 2025-09-26T14:02:55.061425Z I i.q.t.c.l.t.AbstractLineTcpReceiverTest os scheduled worker started [name=testing_3]
2025-09-26T14:02:55.1403995Z 2025-09-26T14:02:55.110771Z I i.q.c.CairoEngine locked [table=weather1~2, thread=1740]
2025-09-26T14:02:55.1404986Z random seeds: 2283498256600L, 1758895375060L
2025-09-26T14:02:55.1876206Z 2025-09-26T14:02:55.187191Z I i.q.c.CairoEngine unlocked [table=weather1~2]
2025-09-26T14:02:55.1905420Z 2025-09-26T14:02:55.190302Z I i.q.c.w.WalWriter open [table=weather1~2]
2025-09-26T14:02:55.1999650Z 2025-09-26T14:02:55.198520Z I i.q.c.w.WalWriter opened WAL segment [path=\weather1~2\wal1\0]
2025-09-26T14:02:55.2001729Z 2025-09-26T14:02:55.198886Z I i.q.c.w.WalWriter open [table=weather1~2]
2025-09-26T14:02:55.2072304Z 2025-09-26T14:02:55.206013Z I i.q.c.w.WalWriter opened WAL segment [path=\weather1~2\wal2\0]
2025-09-26T14:02:55.2075585Z 2025-09-26T14:02:55.206604Z I i.q.c.CairoEngine locked [table=weather0~3, thread=1738]
2025-09-26T14:02:55.2479334Z 2025-09-26T14:02:55.247497Z I i.q.c.CairoEngine unlocked [table=weather0~3]
2025-09-26T14:02:55.2494172Z 2025-09-26T14:02:55.249099Z I i.q.c.w.WalWriter open [table=weather0~3]
2025-09-26T14:02:55.2576091Z 2025-09-26T14:02:55.256368Z I i.q.c.w.WalWriter opened WAL segment [path=\weather0~3\wal1\0]
2025-09-26T14:02:55.2579691Z 2025-09-26T14:02:55.256734Z I i.q.c.w.WalWriter open [table=weather0~3]
2025-09-26T14:02:55.2741247Z 2025-09-26T14:02:55.263591Z I i.q.c.w.WalWriter opened WAL segment [path=\weather0~3\wal2\0]
2025-09-26T14:02:55.2745971Z 2025-09-26T14:02:55.263938Z I i.q.c.w.WalWriter open [table=weather1~2]
2025-09-26T14:02:55.2905646Z 2025-09-26T14:02:55.279868Z I i.q.c.w.WalWriter opened WAL segment [path=\weather1~2\wal3\0]
2025-09-26T14:02:55.2908515Z 2025-09-26T14:02:55.287378Z I i.q.c.w.WalWriter open [table=weather0~3]
2025-09-26T14:02:55.3016005Z 2025-09-26T14:02:55.294750Z I i.q.c.w.WalWriter opened WAL segment [path=\weather0~3\wal3\0]
2025-09-26T14:02:55.6692878Z 2025-09-26T14:02:55.606974Z I i.q.c.w.WalWriter commit [wal=\weather1~2\wal3\0, segTxn=0, seqTxn=1, rowLo=0, rowHi=1000, minTs=2016-06-13T17:43:50.102346Z, maxTs=2016-06-13T17:43:50.108449Z]
2025-09-26T14:02:55.6898206Z 2025-09-26T14:02:55.610611Z I i.q.c.w.WalWriter commit [wal=\weather0~3\wal3\0, segTxn=0, seqTxn=1, rowLo=0, rowHi=1000, minTs=2016-06-13T17:43:50.102314Z, maxTs=2016-06-13T17:43:50.107743Z]
2025-09-26T14:02:55.6905535Z 2025-09-26T14:02:55.610792Z I i.q.c.w.WalWriter commit [wal=\weather1~2\wal2\0, segTxn=0, seqTxn=2, rowLo=0, rowHi=1000, minTs=2016-06-13T17:43:50.102311Z, maxTs=2016-06-13T17:43:50.107799Z]
2025-09-26T14:02:55.6909890Z 2025-09-26T14:02:55.614355Z I i.q.c.w.WalWriter commit [wal=\weather0~3\wal1\0, segTxn=0, seqTxn=2, rowLo=0, rowHi=1000, minTs=2016-06-13T17:43:50.102345Z, maxTs=2016-06-13T17:43:50.108543Z]
2025-09-26T14:02:55.6916277Z 2025-09-26T14:02:55.678072Z I i.q.c.w.WalWriter commit [wal=\weather0~3\wal2\0, segTxn=0, seqTxn=3, rowLo=0, rowHi=1000, minTs=2016-06-13T17:43:50.102302Z, maxTs=2016-06-13T17:43:50.111244Z]
2025-09-26T14:02:55.6918745Z 2025-09-26T14:02:55.678144Z I i.q.c.w.WalWriter commit [wal=\weather1~2\wal1\0, segTxn=0, seqTxn=3, rowLo=0, rowHi=1000, minTs=2016-06-13T17:43:50.102301Z, maxTs=2016-06-13T17:43:50.111265Z]
2025-09-26T14:02:56.1913328Z 2025-09-26T14:02:56.070660Z I i.q.c.w.WalWriter commit [wal=\weather1~2\wal3\0, segTxn=1, seqTxn=4, rowLo=1000, rowHi=2000, minTs=2016-06-13T17:43:50.108450Z, maxTs=2016-06-13T17:43:50.113161Z]
2025-09-26T14:02:56.1966091Z 2025-09-26T14:02:56.071157Z I i.q.c.w.WalWriter commit [wal=\weather0~3\wal1\0, segTxn=1, seqTxn=4, rowLo=1000, rowHi=2000, minTs=2016-06-13T17:43:50.108544Z, maxTs=2016-06-13T17:43:50.113362Z]
2025-09-26T14:02:56.2320607Z 2025-09-26T14:02:56.073969Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~3]
2025-09-26T14:02:56.2328020Z 2025-09-26T14:02:56.073973Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~3]
2025-09-26T14:02:56.2329467Z 2025-09-26T14:02:56.073983Z I i.q.c.w.WalWriter commit [wal=\weather0~3\wal2\0, segTxn=1, seqTxn=5, rowLo=1000, rowHi=1759, minTs=2016-06-13T17:43:50.111245Z, maxTs=2016-06-13T17:43:50.112733Z]
2025-09-26T14:02:56.2330632Z 2025-09-26T14:02:56.074059Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~2]
2025-09-26T14:02:56.2331604Z 2025-09-26T14:02:56.074061Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~2]
2025-09-26T14:02:56.2332714Z 2025-09-26T14:02:56.074065Z I i.q.c.w.WalWriter commit [wal=\weather1~2\wal1\0, segTxn=1, seqTxn=5, rowLo=1000, rowHi=1719, minTs=2016-06-13T17:43:50.111269Z, maxTs=2016-06-13T17:43:50.112734Z]
2025-09-26T14:02:56.2334357Z 2025-09-26T14:02:56.146136Z I i.q.c.w.WalWriter commit [wal=\weather1~2\wal2\0, segTxn=1, seqTxn=6, rowLo=1000, rowHi=1743, minTs=2016-06-13T17:43:50.107800Z, maxTs=2016-06-13T17:43:50.111238Z]
2025-09-26T14:02:56.2335691Z 2025-09-26T14:02:56.146157Z I i.q.c.w.WalWriter commit [wal=\weather0~3\wal3\0, segTxn=1, seqTxn=6, rowLo=1000, rowHi=1735, minTs=2016-06-13T17:43:50.107746Z, maxTs=2016-06-13T17:43:50.111241Z]
2025-09-26T14:02:56.2337427Z 2025-09-26T14:02:56.146168Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~3]
2025-09-26T14:02:56.2338487Z 2025-09-26T14:02:56.146172Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~3]
2025-09-26T14:02:56.2339460Z 2025-09-26T14:02:56.146212Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~2]
2025-09-26T14:02:56.2340400Z 2025-09-26T14:02:56.146213Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~2]
2025-09-26T14:02:56.2341406Z 2025-09-26T14:02:56.167959Z I i.q.g.e.QueryProgress exe [id=-1, sql=`drop table if exists weather0`, principal=admin, cache=false, jit=false]
2025-09-26T14:02:56.2342454Z 2025-09-26T14:02:56.167995Z I i.q.g.e.QueryProgress fin [id=-1, sql=`drop table if exists weather0`, principal=admin, cache=false, jit=true, time=55000]
2025-09-26T14:02:56.2343426Z 2025-09-26T14:02:56.191047Z I i.q.c.MetadataCache dropped [table=weather0~3]
2025-09-26T14:02:56.2344578Z 2025-09-26T14:02:56.191129Z I i.q.c.w.s.TableSequencerAPI dropping wal table [table=weather0~3]
2025-09-26T14:02:56.2345595Z 2025-09-26T14:02:56.193822Z I i.q.c.w.s.TableSequencerImpl closed table sequencer [table=weather0~3, distressed=false, dropped=true]
2025-09-26T14:02:56.2346685Z 2025-09-26T14:02:56.226291Z I i.q.c.CairoEngine locked [table=weather0~4, thread=1741]
2025-09-26T14:02:56.2347690Z 2025-09-26T14:02:56.227972Z I i.q.g.e.QueryProgress exe [id=-1, sql=`drop table if exists weather0`, principal=admin, cache=false, jit=false]
2025-09-26T14:02:56.2348968Z 2025-09-26T14:02:56.228052Z I i.q.g.e.QueryProgress fin [id=-1, sql=`drop table if exists weather0`, principal=admin, cache=false, jit=true, time=89000]
2025-09-26T14:02:56.2392276Z 2025-09-26T14:02:56.238675Z I i.q.g.e.QueryProgress exe [id=-1, sql=`drop table if exists weather1`, principal=admin, cache=false, jit=false]
2025-09-26T14:02:56.2393461Z 2025-09-26T14:02:56.238735Z I i.q.g.e.QueryProgress fin [id=-1, sql=`drop table if exists weather1`, principal=admin, cache=false, jit=true, time=64000]
2025-09-26T14:02:56.2426605Z 2025-09-26T14:02:56.242258Z I i.q.c.MetadataCache dropped [table=weather1~2]
2025-09-26T14:02:56.2427611Z 2025-09-26T14:02:56.242302Z I i.q.c.w.s.TableSequencerAPI dropping wal table [table=weather1~2]
2025-09-26T14:02:56.2563742Z 2025-09-26T14:02:56.256092Z I i.q.c.w.s.TableSequencerImpl closed table sequencer [table=weather1~2, distressed=false, dropped=true]
2025-09-26T14:02:56.2697302Z 2025-09-26T14:02:56.266504Z I i.q.g.e.QueryProgress exe [id=-1, sql=`drop table if exists weather1`, principal=admin, cache=false, jit=false]
2025-09-26T14:02:56.2698644Z 2025-09-26T14:02:56.266543Z I i.q.g.e.QueryProgress fin [id=-1, sql=`drop table if exists weather1`, principal=admin, cache=false, jit=true, time=42000]
2025-09-26T14:02:56.2795818Z 2025-09-26T14:02:56.279320Z I i.q.g.e.QueryProgress exe [id=-1, sql=`drop table if exists weather1`, principal=admin, cache=false, jit=false]
2025-09-26T14:02:56.2797048Z 2025-09-26T14:02:56.279337Z I i.q.g.e.QueryProgress fin [id=-1, sql=`drop table if exists weather1`, principal=admin, cache=false, jit=true, time=20000]
2025-09-26T14:02:56.2840598Z 2025-09-26T14:02:56.283819Z I i.q.c.CairoEngine unlocked [table=weather0~4]
2025-09-26T14:02:56.2864164Z 2025-09-26T14:02:56.286189Z I i.q.c.w.WalWriter open [table=weather0~4]
2025-09-26T14:02:56.2900563Z 2025-09-26T14:02:56.289843Z I i.q.g.e.QueryProgress exe [id=-1, sql=`drop table if exists weather1`, principal=admin, cache=false, jit=false]
2025-09-26T14:02:56.2901338Z 2025-09-26T14:02:56.289855Z I i.q.g.e.QueryProgress fin [id=-1, sql=`drop table if exists weather1`, principal=admin, cache=false, jit=true, time=14000]
2025-09-26T14:02:56.2949149Z 2025-09-26T14:02:56.293671Z I i.q.c.w.WalWriter opened WAL segment [path=\weather0~4\wal1\0]
2025-09-26T14:02:56.2952603Z 2025-09-26T14:02:56.294226Z I i.q.c.CairoEngine locked [table=weather1~5, thread=1739]
2025-09-26T14:02:56.3387728Z 2025-09-26T14:02:56.338345Z I i.q.c.CairoEngine unlocked [table=weather1~5]
2025-09-26T14:02:56.3404204Z 2025-09-26T14:02:56.340186Z I i.q.c.w.WalWriter open [table=weather1~5]
2025-09-26T14:02:56.3487464Z 2025-09-26T14:02:56.347509Z I i.q.c.w.WalWriter opened WAL segment [path=\weather1~5\wal1\0]
2025-09-26T14:02:56.3491051Z 2025-09-26T14:02:56.347865Z I i.q.c.w.WalWriter open [table=weather1~5]
2025-09-26T14:02:56.3560510Z 2025-09-26T14:02:56.355657Z I i.q.c.w.WalWriter opened WAL segment [path=\weather1~5\wal2\0]
2025-09-26T14:02:56.3566421Z 2025-09-26T14:02:56.356130Z I i.q.c.w.WalWriter open [table=weather0~4]
2025-09-26T14:02:56.3800783Z 2025-09-26T14:02:56.379597Z I i.q.c.w.WalWriter opened WAL segment [path=\weather0~4\wal2\0]
2025-09-26T14:02:56.4685923Z 2025-09-26T14:02:56.456856Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~2]
2025-09-26T14:02:56.4687851Z 2025-09-26T14:02:56.456861Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~2]
2025-09-26T14:02:56.4689500Z 2025-09-26T14:02:56.459135Z I i.q.c.w.s.TableSequencerImpl closed table sequencer [table=weather1~2, distressed=false, dropped=true]
2025-09-26T14:02:56.4690864Z 2025-09-26T14:02:56.463452Z I i.q.c.w.WalWriter closed [table=weather1~2]
2025-09-26T14:02:56.4692091Z 2025-09-26T14:02:56.463484Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~3]
2025-09-26T14:02:56.4693321Z 2025-09-26T14:02:56.463486Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~3]
2025-09-26T14:02:56.4694595Z 2025-09-26T14:02:56.465068Z I i.q.c.w.s.TableSequencerImpl closed table sequencer [table=weather0~3, distressed=false, dropped=true]
2025-09-26T14:02:56.4696046Z 2025-09-26T14:02:56.467108Z I i.q.c.w.WalWriter closed [table=weather0~3]
2025-09-26T14:02:56.5620313Z 2025-09-26T14:02:56.543167Z I i.q.c.w.WalWriter open [table=weather0~4]
2025-09-26T14:02:56.5624649Z 2025-09-26T14:02:56.558163Z I i.q.c.w.WalWriter opened WAL segment [path=\weather0~4\wal3\0]
2025-09-26T14:02:56.5625733Z 2025-09-26T14:02:56.559317Z I i.q.c.w.WalWriter open [table=weather1~5]
2025-09-26T14:02:56.5741874Z 2025-09-26T14:02:56.567630Z I i.q.c.w.WalWriter opened WAL segment [path=\weather1~5\wal3\0]
2025-09-26T14:02:56.6620879Z 2025-09-26T14:02:56.653028Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal2\0, segTxn=0, seqTxn=1, rowLo=0, rowHi=1000, minTs=2016-06-13T17:43:50.114475Z, maxTs=2016-06-13T17:43:50.119857Z]
2025-09-26T14:02:56.6925701Z 2025-09-26T14:02:56.671928Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal2\0, segTxn=0, seqTxn=1, rowLo=0, rowHi=1000, minTs=2016-06-13T17:43:50.115837Z, maxTs=2016-06-13T17:43:50.120313Z]
2025-09-26T14:02:56.6967379Z 2025-09-26T14:02:56.672105Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal1\0, segTxn=0, seqTxn=2, rowLo=0, rowHi=1000, minTs=2016-06-13T17:43:50.115836Z, maxTs=2016-06-13T17:43:50.120413Z]
2025-09-26T14:02:56.6970571Z 2025-09-26T14:02:56.673721Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal1\0, segTxn=0, seqTxn=2, rowLo=0, rowHi=1000, minTs=2016-06-13T17:43:50.114474Z, maxTs=2016-06-13T17:43:50.120290Z]
2025-09-26T14:02:56.8523751Z 2025-09-26T14:02:56.851830Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:56.8524591Z 2025-09-26T14:02:56.851836Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:56.8525531Z 2025-09-26T14:02:56.851863Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal3\0, segTxn=0, seqTxn=3, rowLo=0, rowHi=853, minTs=2016-06-13T17:43:50.117953Z, maxTs=2016-06-13T17:43:50.119690Z]
2025-09-26T14:02:56.8526323Z 2025-09-26T14:02:56.851957Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:56.8526972Z 2025-09-26T14:02:56.851960Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:56.8527782Z 2025-09-26T14:02:56.851970Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal3\0, segTxn=0, seqTxn=3, rowLo=0, rowHi=886, minTs=2016-06-13T17:43:50.117952Z, maxTs=2016-06-13T17:43:50.119688Z]
2025-09-26T14:02:56.9512844Z 2025-09-26T14:02:56.950831Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:56.9513713Z 2025-09-26T14:02:56.950834Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:56.9514538Z 2025-09-26T14:02:56.950851Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal2\0, segTxn=1, seqTxn=4, rowLo=1000, rowHi=1772, minTs=2016-06-13T17:43:50.119860Z, maxTs=2016-06-13T17:43:50.122838Z]
2025-09-26T14:02:56.9515338Z 2025-09-26T14:02:56.950912Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:56.9516003Z 2025-09-26T14:02:56.950914Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:56.9516807Z 2025-09-26T14:02:56.950922Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal1\0, segTxn=1, seqTxn=4, rowLo=1000, rowHi=1706, minTs=2016-06-13T17:43:50.120294Z, maxTs=2016-06-13T17:43:50.122835Z]
2025-09-26T14:02:56.9691047Z 2025-09-26T14:02:56.968827Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:56.9691824Z 2025-09-26T14:02:56.968830Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:56.9692635Z 2025-09-26T14:02:56.968839Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal2\0, segTxn=1, seqTxn=5, rowLo=1000, rowHi=1758, minTs=2016-06-13T17:43:50.120315Z, maxTs=2016-06-13T17:43:50.123167Z]
2025-09-26T14:02:56.9693423Z 2025-09-26T14:02:56.968862Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:56.9694315Z 2025-09-26T14:02:56.968864Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:56.9695120Z 2025-09-26T14:02:56.968870Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal1\0, segTxn=1, seqTxn=5, rowLo=1000, rowHi=1720, minTs=2016-06-13T17:43:50.120422Z, maxTs=2016-06-13T17:43:50.123168Z]
2025-09-26T14:02:57.4636680Z 2025-09-26T14:02:57.458525Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal1\0, segTxn=2, seqTxn=6, rowLo=1706, rowHi=2706, minTs=2016-06-13T17:43:50.123169Z, maxTs=2016-06-13T17:43:50.128564Z]
2025-09-26T14:02:57.4638874Z 2025-09-26T14:02:57.458932Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal1\0, segTxn=2, seqTxn=6, rowLo=1720, rowHi=2720, minTs=2016-06-13T17:43:50.123170Z, maxTs=2016-06-13T17:43:50.128729Z]
2025-09-26T14:02:57.5792897Z 2025-09-26T14:02:57.578584Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:57.5793959Z 2025-09-26T14:02:57.578590Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:57.5794935Z 2025-09-26T14:02:57.578624Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal2\0, segTxn=2, seqTxn=7, rowLo=1772, rowHi=2647, minTs=2016-06-13T17:43:50.124911Z, maxTs=2016-06-13T17:43:50.128381Z]
2025-09-26T14:02:57.5795803Z 2025-09-26T14:02:57.578720Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:57.5796505Z 2025-09-26T14:02:57.578722Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:57.5797333Z 2025-09-26T14:02:57.578740Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal2\0, segTxn=2, seqTxn=7, rowLo=1758, rowHi=2622, minTs=2016-06-13T17:43:50.124908Z, maxTs=2016-06-13T17:43:50.128385Z]
2025-09-26T14:02:57.6168049Z 2025-09-26T14:02:57.592722Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:57.6169282Z 2025-09-26T14:02:57.592728Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:57.6170458Z 2025-09-26T14:02:57.592756Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal3\0, segTxn=1, seqTxn=8, rowLo=853, rowHi=1733, minTs=2016-06-13T17:43:50.125251Z, maxTs=2016-06-13T17:43:50.128019Z]
2025-09-26T14:02:57.6171484Z 2025-09-26T14:02:57.596986Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal3\0, segTxn=1, seqTxn=8, rowLo=886, rowHi=1886, minTs=2016-06-13T17:43:50.125254Z, maxTs=2016-06-13T17:43:50.130419Z]
2025-09-26T14:02:57.8456052Z 2025-09-26T14:02:57.845037Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:57.8457088Z 2025-09-26T14:02:57.845044Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:57.8458012Z 2025-09-26T14:02:57.845077Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal1\0, segTxn=3, seqTxn=9, rowLo=2720, rowHi=3404, minTs=2016-06-13T17:43:50.128731Z, maxTs=2016-06-13T17:43:50.130124Z]
2025-09-26T14:02:57.8458875Z 2025-09-26T14:02:57.845194Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:57.8459536Z 2025-09-26T14:02:57.845197Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:57.8460516Z 2025-09-26T14:02:57.845208Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal1\0, segTxn=3, seqTxn=9, rowLo=2706, rowHi=3500, minTs=2016-06-13T17:43:50.128568Z, maxTs=2016-06-13T17:43:50.130123Z]
2025-09-26T14:02:57.9735726Z 2025-09-26T14:02:57.972440Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:57.9737393Z 2025-09-26T14:02:57.972445Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:57.9738631Z 2025-09-26T14:02:57.972477Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal3\0, segTxn=2, seqTxn=10, rowLo=1733, rowHi=2601, minTs=2016-06-13T17:43:50.131866Z, maxTs=2016-06-13T17:43:50.133601Z]
2025-09-26T14:02:57.9739829Z 2025-09-26T14:02:57.972534Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:57.9741406Z 2025-09-26T14:02:57.972536Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:57.9742599Z 2025-09-26T14:02:57.972542Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal2\0, segTxn=3, seqTxn=10, rowLo=2622, rowHi=3493, minTs=2016-06-13T17:43:50.131864Z, maxTs=2016-06-13T17:43:50.133602Z]
2025-09-26T14:02:57.9884770Z 2025-09-26T14:02:57.988067Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:57.9885634Z 2025-09-26T14:02:57.988074Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:57.9886578Z 2025-09-26T14:02:57.988097Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal2\0, segTxn=3, seqTxn=11, rowLo=2647, rowHi=3540, minTs=2016-06-13T17:43:50.130127Z, maxTs=2016-06-13T17:43:50.131863Z]
2025-09-26T14:02:57.9887409Z 2025-09-26T14:02:57.988138Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:57.9888092Z 2025-09-26T14:02:57.988140Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:57.9888929Z 2025-09-26T14:02:57.988149Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal3\0, segTxn=2, seqTxn=11, rowLo=1886, rowHi=2591, minTs=2016-06-13T17:43:50.130423Z, maxTs=2016-06-13T17:43:50.131862Z]
2025-09-26T14:02:58.2414408Z 2025-09-26T14:02:58.240094Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:58.2415609Z 2025-09-26T14:02:58.240101Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:58.2416524Z 2025-09-26T14:02:58.240133Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal1\0, segTxn=4, seqTxn=12, rowLo=3500, rowHi=4381, minTs=2016-06-13T17:43:50.133604Z, maxTs=2016-06-13T17:43:50.135334Z]
2025-09-26T14:02:58.2417385Z 2025-09-26T14:02:58.240195Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:58.2418031Z 2025-09-26T14:02:58.240198Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:58.2418826Z 2025-09-26T14:02:58.240204Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal1\0, segTxn=4, seqTxn=12, rowLo=3404, rowHi=4262, minTs=2016-06-13T17:43:50.133603Z, maxTs=2016-06-13T17:43:50.135341Z]
2025-09-26T14:02:58.3686210Z 2025-09-26T14:02:58.368074Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:58.3687111Z 2025-09-26T14:02:58.368081Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:58.3687985Z 2025-09-26T14:02:58.368132Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal3\0, segTxn=3, seqTxn=13, rowLo=2601, rowHi=3489, minTs=2016-06-13T17:43:50.137082Z, maxTs=2016-06-13T17:43:50.138819Z]
2025-09-26T14:02:58.3688792Z 2025-09-26T14:02:58.368190Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:58.3689434Z 2025-09-26T14:02:58.368192Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:58.3690243Z 2025-09-26T14:02:58.368199Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal3\0, segTxn=3, seqTxn=13, rowLo=2591, rowHi=3442, minTs=2016-06-13T17:43:50.137081Z, maxTs=2016-06-13T17:43:50.138818Z]
2025-09-26T14:02:58.3848464Z 2025-09-26T14:02:58.384079Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:58.3849281Z 2025-09-26T14:02:58.384083Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:58.3850168Z 2025-09-26T14:02:58.384099Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal2\0, segTxn=4, seqTxn=14, rowLo=3540, rowHi=4421, minTs=2016-06-13T17:43:50.135344Z, maxTs=2016-06-13T17:43:50.137078Z]
2025-09-26T14:02:58.3851148Z 2025-09-26T14:02:58.384132Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:58.3851767Z 2025-09-26T14:02:58.384133Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:58.3852804Z 2025-09-26T14:02:58.384138Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal2\0, segTxn=4, seqTxn=14, rowLo=3493, rowHi=4351, minTs=2016-06-13T17:43:50.135342Z, maxTs=2016-06-13T17:43:50.137080Z]
2025-09-26T14:02:58.5359246Z 2025-09-26T14:02:58.533295Z I IODispatcher disconnected [ip=127.0.0.1, fd=50356345166930, src=queue]
2025-09-26T14:02:58.5362063Z 2025-09-26T14:02:58.534412Z I IODispatcher connected [ip=127.0.0.1, fd=9932112977220, connCount=3]
2025-09-26T14:02:58.5363386Z 2025-09-26T14:02:58.534473Z I IODispatcher connected [ip=127.0.0.1, fd=17663054110021, connCount=4]
2025-09-26T14:02:58.5364648Z 2025-09-26T14:02:58.534525Z I IODispatcher connected [ip=127.0.0.1, fd=21408265592134, connCount=5]
2025-09-26T14:02:58.5365933Z 2025-09-26T14:02:58.534600Z I IODispatcher disconnected [ip=127.0.0.1, fd=37986839354451, src=queue]
2025-09-26T14:02:58.5367201Z 2025-09-26T14:02:58.534741Z I IODispatcher disconnected [ip=127.0.0.1, fd=30169998875732, src=queue]
2025-09-26T14:02:58.5368446Z 2025-09-26T14:02:58.534840Z I i.q.c.p.WriterPool open [table=weather1~2, thread=1737]
2025-09-26T14:02:58.5369575Z 2025-09-26T14:02:58.534881Z I i.q.c.TableWriter open 'weather1~2'
2025-09-26T14:02:58.5435790Z 2025-09-26T14:02:58.541651Z I i.q.c.TableWriter closing table files [table=weather1~2]
2025-09-26T14:02:58.5437238Z 2025-09-26T14:02:58.541991Z I i.q.c.TableWriter closed [table=weather1~2]
2025-09-26T14:02:58.5440042Z 2025-09-26T14:02:58.543738Z I i.q.c.p.WriterPool closed [table=weather1~2, reason=DISTRESSED, by=1737]
2025-09-26T14:02:58.5444643Z 2025-09-26T14:02:58.543998Z I i.q.c.p.WriterPool open [table=weather0~3, thread=1737]
2025-09-26T14:02:58.5446064Z 2025-09-26T14:02:58.544019Z I i.q.c.TableWriter open 'weather0~3'
2025-09-26T14:02:58.5527137Z 2025-09-26T14:02:58.552382Z I i.q.c.TableWriter closing table files [table=weather0~3]
2025-09-26T14:02:58.5529892Z 2025-09-26T14:02:58.552726Z I i.q.c.TableWriter closed [table=weather0~3]
2025-09-26T14:02:58.5543177Z 2025-09-26T14:02:58.554079Z I i.q.c.p.WriterPool closed [table=weather0~3, reason=DISTRESSED, by=1737]
2025-09-26T14:02:58.5552103Z 2025-09-26T14:02:58.554836Z I i.q.c.p.WriterPool open [table=weather1~5, thread=1737]
2025-09-26T14:02:58.5553507Z 2025-09-26T14:02:58.554852Z I i.q.c.TableWriter open 'weather1~5'
2025-09-26T14:02:58.5633083Z 2025-09-26T14:02:58.563022Z I i.q.c.TableWriter processing WAL transaction block [table=weather1~5, seqTxn=1..12, rows=10403, segments=3, minTimestamp=2016-06-13T17:43:50.114475Z, maxTimestamp=2016-06-13T17:43:50.135341Z]
2025-09-26T14:02:58.5655800Z 2025-09-26T14:02:58.565232Z I i.q.c.TableWriter o3 partition task [table=weather1~5, partitionTs=2016-06-13T00:00:00.000000Z, partitionIndex=-1, last=false, append=false, ro=false, srcOooLo=0, srcOooHi=10402, srcOooMax=10403, o3RowCount=10403, o3LagRowCount=0, srcDataMax=0, o3Ts=2016-06-13T17:43:50.114475Z, newSize=10403, maxTs=, pCount=1, flattenTs=true, memUsed=105.638 MiB, rssMemUsed=9.803 MiB]
2025-09-26T14:02:58.5748142Z 2025-09-26T14:02:58.574522Z I i.q.c.TableWriter o3 partition update [timestampMin=2016-06-13T17:43:50.114475Z, last=false, partitionTimestamp=2016-06-13T00:00:00.000000Z, partitionMutates=false, lastPartitionTimestamp=, srcDataOldPartitionSize=0, srcDataNewPartitionSize=10403, o3SplitPartitionSize=0, commitTransientRowCount=10403, fixedRowCount=0]
2025-09-26T14:02:58.5764951Z 2025-09-26T14:02:58.576238Z I i.q.c.TableWriter switched partition [path=\weather1~5\2016-06-13, rowCount=10403]
2025-09-26T14:02:58.5787076Z 2025-09-26T14:02:58.578394Z I i.q.c.TableWriter processing WAL [path=\weather1~5\wal3\0, roLo=2601, roHi=3489, seqTxn=13, tsMin=2016-06-13T17:43:50.137082Z, tsMax=2016-06-13T17:43:50.138819Z, commitToTs=2016-06-13T17:43:50.135344Z]
2025-09-26T14:02:58.5800482Z 2025-09-26T14:02:58.579772Z I i.q.c.TableWriter processing WAL [path=\weather1~5\wal2\0, roLo=3540, roHi=4421, seqTxn=14, tsMin=2016-06-13T17:43:50.135344Z, tsMax=2016-06-13T17:43:50.137078Z, commitToTs=294247-01-10T04:00:54.775807Z]
2025-09-26T14:02:58.5810538Z 2025-09-26T14:02:58.580566Z I i.q.c.TableWriter o3 partition task [table=weather1~5, partitionTs=2016-06-13T00:00:00.000000Z, partitionIndex=0, last=true, append=true, ro=false, srcOooLo=0, srcOooHi=1768, srcOooMax=1769, o3RowCount=1769, o3LagRowCount=0, srcDataMax=10403, o3Ts=2016-06-13T17:43:50.135344Z, newSize=12172, maxTs=2016-06-13T17:43:50.135341Z, pCount=1, flattenTs=true, memUsed=122.935 MiB, rssMemUsed=9.648 MiB]
2025-09-26T14:02:58.5816454Z 2025-09-26T14:02:58.580647Z I i.q.c.TableWriter o3 partition update [timestampMin=2016-06-13T17:43:50.135344Z, last=true, partitionTimestamp=2016-06-13T00:00:00.000000Z, partitionMutates=false, lastPartitionTimestamp=2016-06-13T00:00:00.000000Z, srcDataOldPartitionSize=10403, srcDataNewPartitionSize=12172, o3SplitPartitionSize=0, commitTransientRowCount=12172, fixedRowCount=0]
2025-09-26T14:02:58.5819455Z 2025-09-26T14:02:58.581071Z I i.q.c.w.ApplyWal2TableJob job finished [table=weather1~5, seqTxn=14, transactions=14, rows=12172, time=18ms, rate=672709rows/s, ampl=1.07]
2025-09-26T14:02:58.5821384Z 2025-09-26T14:02:58.581169Z I i.q.c.p.WriterPool open [table=weather0~4, thread=1737]
2025-09-26T14:02:58.5822861Z 2025-09-26T14:02:58.581224Z I i.q.c.TableWriter open 'weather0~4'
2025-09-26T14:02:58.5920517Z 2025-09-26T14:02:58.591583Z I i.q.c.TableWriter processing WAL transaction block [table=weather0~4, seqTxn=1..12, rows=10465, segments=3, minTimestamp=2016-06-13T17:43:50.114474Z, maxTimestamp=2016-06-13T17:43:50.135334Z]
2025-09-26T14:02:58.5941698Z 2025-09-26T14:02:58.593808Z I i.q.c.TableWriter o3 partition task [table=weather0~4, partitionTs=2016-06-13T00:00:00.000000Z, partitionIndex=-1, last=false, append=false, ro=false, srcOooLo=0, srcOooHi=10464, srcOooMax=10465, o3RowCount=10465, o3LagRowCount=0, srcDataMax=0, o3Ts=2016-06-13T17:43:50.114474Z, newSize=10465, maxTs=, pCount=1, flattenTs=true, memUsed=123.87 MiB, rssMemUsed=9.842 MiB]
2025-09-26T14:02:58.5998664Z 2025-09-26T14:02:58.599404Z I i.q.c.TableWriter o3 partition update [timestampMin=2016-06-13T17:43:50.114474Z, last=false, partitionTimestamp=2016-06-13T00:00:00.000000Z, partitionMutates=false, lastPartitionTimestamp=, srcDataOldPartitionSize=0, srcDataNewPartitionSize=10465, o3SplitPartitionSize=0, commitTransientRowCount=10465, fixedRowCount=0]
2025-09-26T14:02:58.6014296Z 2025-09-26T14:02:58.601154Z I i.q.c.TableWriter switched partition [path=\weather0~4\2016-06-13, rowCount=10465]
2025-09-26T14:02:58.6037036Z 2025-09-26T14:02:58.603410Z I i.q.c.TableWriter processing WAL [path=\weather0~4\wal3\0, roLo=2591, roHi=3442, seqTxn=13, tsMin=2016-06-13T17:43:50.137081Z, tsMax=2016-06-13T17:43:50.138818Z, commitToTs=2016-06-13T17:43:50.135342Z]
2025-09-26T14:02:58.6050340Z 2025-09-26T14:02:58.604728Z I i.q.c.TableWriter processing WAL [path=\weather0~4\wal2\0, roLo=3493, roHi=4351, seqTxn=14, tsMin=2016-06-13T17:43:50.135342Z, tsMax=2016-06-13T17:43:50.137080Z, commitToTs=294247-01-10T04:00:54.775807Z]
2025-09-26T14:02:58.6058945Z 2025-09-26T14:02:58.605566Z I i.q.c.TableWriter o3 partition task [table=weather0~4, partitionTs=2016-06-13T00:00:00.000000Z, partitionIndex=0, last=true, append=true, ro=false, srcOooLo=0, srcOooHi=1708, srcOooMax=1709, o3RowCount=1709, o3LagRowCount=0, srcDataMax=10465, o3Ts=2016-06-13T17:43:50.135342Z, newSize=12174, maxTs=2016-06-13T17:43:50.135334Z, pCount=1, flattenTs=true, memUsed=141.154 MiB, rssMemUsed=9.686 MiB]
2025-09-26T14:02:58.6064292Z 2025-09-26T14:02:58.605790Z I i.q.c.TableWriter o3 partition update [timestampMin=2016-06-13T17:43:50.135342Z, last=true, partitionTimestamp=2016-06-13T00:00:00.000000Z, partitionMutates=false, lastPartitionTimestamp=2016-06-13T00:00:00.000000Z, srcDataOldPartitionSize=10465, srcDataNewPartitionSize=12174, o3SplitPartitionSize=0, commitTransientRowCount=12174, fixedRowCount=0]
2025-09-26T14:02:58.6066508Z 2025-09-26T14:02:58.606055Z I i.q.c.w.ApplyWal2TableJob job finished [table=weather0~4, seqTxn=14, transactions=14, rows=12174, time=14ms, rate=839933rows/s, ampl=1.07]
2025-09-26T14:02:58.9459738Z 2025-09-26T14:02:58.945424Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:58.9460913Z 2025-09-26T14:02:58.945432Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:58.9462141Z 2025-09-26T14:02:58.945483Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal2\0, segTxn=5, seqTxn=15, rowLo=4421, rowHi=5271, minTs=2016-06-13T17:43:50.141368Z, maxTs=2016-06-13T17:43:50.143568Z]
2025-09-26T14:02:58.9462965Z 2025-09-26T14:02:58.945542Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:58.9463606Z 2025-09-26T14:02:58.945544Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:58.9464556Z 2025-09-26T14:02:58.945553Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal2\0, segTxn=5, seqTxn=15, rowLo=4351, rowHi=5240, minTs=2016-06-13T17:43:50.141366Z, maxTs=2016-06-13T17:43:50.143570Z]
2025-09-26T14:02:58.9537423Z 2025-09-26T14:02:58.953423Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:58.9538394Z 2025-09-26T14:02:58.953427Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:58.9539234Z 2025-09-26T14:02:58.953441Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal1\0, segTxn=5, seqTxn=16, rowLo=4262, rowHi=5144, minTs=2016-06-13T17:43:50.138823Z, maxTs=2016-06-13T17:43:50.142630Z]
2025-09-26T14:02:58.9540026Z 2025-09-26T14:02:58.953471Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:58.9540765Z 2025-09-26T14:02:58.953473Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:58.9541578Z 2025-09-26T14:02:58.953480Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal1\0, segTxn=5, seqTxn=16, rowLo=4381, rowHi=5238, minTs=2016-06-13T17:43:50.138820Z, maxTs=2016-06-13T17:43:50.142635Z]
2025-09-26T14:02:59.5420758Z 2025-09-26T14:02:59.524243Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:59.5534208Z 2025-09-26T14:02:59.524248Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:59.5641184Z 2025-09-26T14:02:59.524276Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal2\0, segTxn=6, seqTxn=17, rowLo=5271, rowHi=6116, minTs=2016-06-13T17:43:50.144547Z, maxTs=2016-06-13T17:43:50.147047Z]
2025-09-26T14:02:59.5742297Z 2025-09-26T14:02:59.524328Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:59.5753719Z 2025-09-26T14:02:59.524330Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:59.5755198Z 2025-09-26T14:02:59.524337Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal2\0, segTxn=6, seqTxn=17, rowLo=5240, rowHi=6134, minTs=2016-06-13T17:43:50.144543Z, maxTs=2016-06-13T17:43:50.147048Z]
2025-09-26T14:02:59.5756714Z 2025-09-26T14:02:59.526056Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal1\0, segTxn=6, seqTxn=18, rowLo=5238, rowHi=6238, minTs=2016-06-13T17:43:50.143571Z, maxTs=2016-06-13T17:43:50.147298Z]
2025-09-26T14:02:59.5758207Z 2025-09-26T14:02:59.526401Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal1\0, segTxn=6, seqTxn=18, rowLo=5144, rowHi=6144, minTs=2016-06-13T17:43:50.143572Z, maxTs=2016-06-13T17:43:50.147320Z]
2025-09-26T14:02:59.9124529Z 2025-09-26T14:02:59.911971Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:59.9125470Z 2025-09-26T14:02:59.911978Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:59.9126379Z 2025-09-26T14:02:59.912012Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal2\0, segTxn=7, seqTxn=19, rowLo=6116, rowHi=6979, minTs=2016-06-13T17:43:50.148789Z, maxTs=2016-06-13T17:43:50.150526Z]
2025-09-26T14:02:59.9127204Z 2025-09-26T14:02:59.912071Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:59.9127847Z 2025-09-26T14:02:59.912073Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:59.9128961Z 2025-09-26T14:02:59.912081Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal2\0, segTxn=7, seqTxn=19, rowLo=6134, rowHi=7010, minTs=2016-06-13T17:43:50.148788Z, maxTs=2016-06-13T17:43:50.150522Z]
2025-09-26T14:02:59.9346424Z 2025-09-26T14:02:59.933988Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:02:59.9347627Z 2025-09-26T14:02:59.933995Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:02:59.9348433Z 2025-09-26T14:02:59.934073Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal1\0, segTxn=7, seqTxn=20, rowLo=6144, rowHi=6855, minTs=2016-06-13T17:43:50.147322Z, maxTs=2016-06-13T17:43:50.148786Z]
2025-09-26T14:02:59.9349282Z 2025-09-26T14:02:59.934133Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:02:59.9349934Z 2025-09-26T14:02:59.934135Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:02:59.9350739Z 2025-09-26T14:02:59.934143Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal1\0, segTxn=7, seqTxn=20, rowLo=6238, rowHi=7005, minTs=2016-06-13T17:43:50.147299Z, maxTs=2016-06-13T17:43:50.148787Z]
2025-09-26T14:03:00.2976381Z 2025-09-26T14:03:00.297052Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:03:00.2977410Z 2025-09-26T14:03:00.297059Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:03:00.2978266Z 2025-09-26T14:03:00.297092Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal2\0, segTxn=8, seqTxn=21, rowLo=6979, rowHi=7818, minTs=2016-06-13T17:43:50.152733Z, maxTs=2016-06-13T17:43:50.154470Z]
2025-09-26T14:03:00.2979072Z 2025-09-26T14:03:00.297186Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:03:00.2979717Z 2025-09-26T14:03:00.297188Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:03:00.2980669Z 2025-09-26T14:03:00.297197Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal2\0, segTxn=8, seqTxn=21, rowLo=7010, rowHi=7910, minTs=2016-06-13T17:43:50.152732Z, maxTs=2016-06-13T17:43:50.154469Z]
2025-09-26T14:03:00.3215807Z 2025-09-26T14:03:00.321047Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:03:00.3216763Z 2025-09-26T14:03:00.321053Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:03:00.3217652Z 2025-09-26T14:03:00.321082Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal1\0, segTxn=8, seqTxn=22, rowLo=7005, rowHi=7858, minTs=2016-06-13T17:43:50.150994Z, maxTs=2016-06-13T17:43:50.152730Z]
2025-09-26T14:03:00.3218450Z 2025-09-26T14:03:00.321167Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:03:00.3219257Z 2025-09-26T14:03:00.321169Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:03:00.3220044Z 2025-09-26T14:03:00.321178Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal1\0, segTxn=8, seqTxn=22, rowLo=6855, rowHi=7741, minTs=2016-06-13T17:43:50.150993Z, maxTs=2016-06-13T17:43:50.152731Z]
2025-09-26T14:03:00.5225106Z Thread dump: 
2025-09-26T14:03:00.5226084Z 'main': TIMED_WAITING
2025-09-26T14:03:00.5226772Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:03:00.5227428Z 		at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
2025-09-26T14:03:00.5228125Z 		at [email protected]/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:444)
2025-09-26T14:03:00.5228768Z 		at [email protected]/java.util.concurrent.FutureTask.get(FutureTask.java:203)
2025-09-26T14:03:00.5229721Z 		at app/[email protected]/org.junit.internal.runners.statements.FailOnTimeout.getResult(FailOnTimeout.java:167)
2025-09-26T14:03:00.5230494Z 		at app/[email protected]/org.junit.internal.runners.statements.FailOnTimeout.evaluate(FailOnTimeout.java:128)
2025-09-26T14:03:00.5231576Z 		at app/[email protected]/org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2025-09-26T14:03:00.5232537Z 		at app/[email protected]/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2025-09-26T14:03:00.5233182Z 		at app/[email protected]/org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2025-09-26T14:03:00.5234169Z 		at app/[email protected]/org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2025-09-26T14:03:00.5234827Z 		at app/[email protected]/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2025-09-26T14:03:00.5235510Z 		at app/[email protected]/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2025-09-26T14:03:00.5236163Z 		at app/[email protected]/org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2025-09-26T14:03:00.5236771Z 		at app/[email protected]/org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2025-09-26T14:03:00.5237408Z 		at app/[email protected]/org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2025-09-26T14:03:00.5238032Z 		at app/[email protected]/org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2025-09-26T14:03:00.5238812Z 		at app/[email protected]/org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2025-09-26T14:03:00.5239417Z 		at app/[email protected]/org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2025-09-26T14:03:00.5239930Z 		at app/[email protected]/org.junit.runners.Suite.runChild(Suite.java:128)
2025-09-26T14:03:00.5240455Z 		at app/[email protected]/org.junit.runners.Suite.runChild(Suite.java:27)
2025-09-26T14:03:00.5240860Z 
2025-09-26T14:03:00.5241117Z 
2025-09-26T14:03:00.5241520Z 'Reference Handler': RUNNABLE
2025-09-26T14:03:00.5242002Z 		at [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
2025-09-26T14:03:00.5243233Z 		at [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:253)
2025-09-26T14:03:00.5244252Z 		at [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)
2025-09-26T14:03:00.5244700Z 
2025-09-26T14:03:00.5244937Z 
2025-09-26T14:03:00.5245323Z 'Finalizer': WAITING
2025-09-26T14:03:00.5245805Z 		at [email protected]/java.lang.Object.wait(Native Method)
2025-09-26T14:03:00.5246339Z 		at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
2025-09-26T14:03:00.5246929Z 		at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
2025-09-26T14:03:00.5247542Z 		at [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172)
2025-09-26T14:03:00.5247924Z 
2025-09-26T14:03:00.5248145Z 
2025-09-26T14:03:00.5248535Z 'Signal Dispatcher': RUNNABLE
2025-09-26T14:03:00.5248807Z 
2025-09-26T14:03:00.5249035Z 
2025-09-26T14:03:00.5249401Z 'Attach Listener': RUNNABLE
2025-09-26T14:03:00.5249670Z 
2025-09-26T14:03:00.5249897Z 
2025-09-26T14:03:00.5250264Z 'Common-Cleaner': TIMED_WAITING
2025-09-26T14:03:00.5250882Z 		at [email protected]/java.lang.Object.wait(Native Method)
2025-09-26T14:03:00.5251438Z 		at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
2025-09-26T14:03:00.5252004Z 		at [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
2025-09-26T14:03:00.5252697Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:00.5253896Z 		at [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)
2025-09-26T14:03:00.5254235Z 
2025-09-26T14:03:00.5254433Z 
2025-09-26T14:03:00.5254752Z 'Notification Thread': RUNNABLE
2025-09-26T14:03:00.5254974Z 
2025-09-26T14:03:00.5255168Z 
2025-09-26T14:03:00.5255517Z 'pool-1-thread-1': RUNNABLE
2025-09-26T14:03:00.5256369Z 		at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
2025-09-26T14:03:00.5257039Z 		at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
2025-09-26T14:03:00.5257726Z 		at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
2025-09-26T14:03:00.5258623Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
2025-09-26T14:03:00.5259329Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2025-09-26T14:03:00.5261080Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:00.5261443Z 
2025-09-26T14:03:00.5261690Z 
2025-09-26T14:03:00.5262104Z 'pool-1-thread-2': RUNNABLE
2025-09-26T14:03:00.5262608Z 		at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
2025-09-26T14:03:00.5263177Z 		at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
2025-09-26T14:03:00.5263815Z 		at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
2025-09-26T14:03:00.5264477Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
2025-09-26T14:03:00.5265133Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2025-09-26T14:03:00.5265750Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:00.5266101Z 
2025-09-26T14:03:00.5266466Z 
2025-09-26T14:03:00.5266908Z 'surefire-forkedjvm-stream-flusher': TIMED_WAITING
2025-09-26T14:03:00.5267432Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:03:00.5268005Z 		at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
2025-09-26T14:03:00.5268726Z 		at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
2025-09-26T14:03:00.5269523Z 		at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
2025-09-26T14:03:00.5270278Z 		at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
2025-09-26T14:03:00.5271164Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
2025-09-26T14:03:00.5271829Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
2025-09-26T14:03:00.5272486Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2025-09-26T14:03:00.5273100Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:00.5273438Z 
2025-09-26T14:03:00.5273696Z 
2025-09-26T14:03:00.5274110Z 'surefire-forkedjvm-command-thread': WAITING
2025-09-26T14:03:00.5274628Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:03:00.5275201Z 		at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
2025-09-26T14:03:00.5275865Z 		at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:715)
2025-09-26T14:03:00.5276634Z 		at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1047)
2025-09-26T14:03:00.5277346Z 		at [email protected]/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230)
2025-09-26T14:03:00.5277949Z 		at [email protected]/sun.nio.ch.PendingFuture.get(PendingFuture.java:178)
2025-09-26T14:03:00.5278592Z 		at app//org.apache.maven.surefire.api.util.internal.Channels$2.read(Channels.java:127)
2025-09-26T14:03:00.5279220Z 		at [email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
2025-09-26T14:03:00.5279841Z 		at [email protected]/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
2025-09-26T14:03:00.5280453Z 		at [email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
2025-09-26T14:03:00.5281268Z 		at app//org.apache.maven.surefire.api.util.internal.Channels$3.readImpl(Channels.java:169)
2025-09-26T14:03:00.5281982Z 		at app//org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleReadableChannel.read(AbstractNoninterruptibleReadableChannel.java:50)
2025-09-26T14:03:00.5282870Z 		at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:430)
2025-09-26T14:03:00.5283699Z 		at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:419)
2025-09-26T14:03:00.5284382Z 		at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.readMessageType(AbstractStreamDecoder.java:116)
2025-09-26T14:03:00.5285057Z 		at app//org.apache.maven.surefire.booter.stream.CommandDecoder.decode(CommandDecoder.java:77)
2025-09-26T14:03:00.5285722Z 		at app//org.apache.maven.surefire.booter.spi.CommandChannelDecoder.decode(CommandChannelDecoder.java:60)
2025-09-26T14:03:00.5286379Z 		at app//org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:290)
2025-09-26T14:03:00.5286982Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:00.5287320Z 
2025-09-26T14:03:00.5287587Z 
2025-09-26T14:03:00.5287978Z 'logging_0': RUNNABLE
2025-09-26T14:03:00.5288461Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:00.5289079Z 		at app/[email protected]/io.questdb.std.Os.pause(Os.java:214)
2025-09-26T14:03:00.5289693Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:186)
2025-09-26T14:03:00.5290070Z 
2025-09-26T14:03:00.5290395Z 
2025-09-26T14:03:00.5290987Z 'Thread-2': RUNNABLE
2025-09-26T14:03:00.5291502Z 		at [email protected]/sun.management.ThreadImpl.getThreadInfo1(Native Method)
2025-09-26T14:03:00.5292097Z 		at [email protected]/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197)
2025-09-26T14:03:00.5292724Z 		at app/io.questdb.test/io.questdb.test.TestListener.dumpThreadStacks(TestListener.java:48)
2025-09-26T14:03:00.5293360Z 		at app/io.questdb.test/io.questdb.test.TestListener.lambda$static$0(TestListener.java:116)
2025-09-26T14:03:00.5293991Z 		at app/io.questdb.test/io.questdb.test.TestListener$$Lambda$160/0x0000028dc5107120.run(Unknown Source)
2025-09-26T14:03:00.5294588Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:00.5294939Z 
2025-09-26T14:03:00.5295183Z 
2025-09-26T14:03:00.5295605Z 'Thread-3': TIMED_WAITING
2025-09-26T14:03:00.5296080Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:00.5296617Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:03:00.5297217Z 		at app/io.questdb.test/io.questdb.test.TestListener.lambda$static$1(TestListener.java:133)
2025-09-26T14:03:00.5297836Z 		at app/io.questdb.test/io.questdb.test.TestListener$$Lambda$161/0x0000028dc5107338.run(Unknown Source)
2025-09-26T14:03:00.5298413Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:00.5298779Z 
2025-09-26T14:03:00.5299013Z 
2025-09-26T14:03:00.5299390Z 'Time-limited test': TIMED_WAITING
2025-09-26T14:03:00.5299879Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:03:00.5300458Z 		at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
2025-09-26T14:03:00.5301252Z 		at app/[email protected]/io.questdb.std.Os.park(Os.java:209)
2025-09-26T14:03:00.5301864Z 		at app/[email protected]/io.questdb.mp.SOCountDownLatch.await(SOCountDownLatch.java:55)
2025-09-26T14:03:00.5302577Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.ingest(AbstractLineTcpReceiverFuzzTest.java:478)
2025-09-26T14:03:00.5303349Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.waitDone(LineTcpReceiverDropTableFuzzTest.java:170)
2025-09-26T14:03:00.5304219Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$runTest$2(AbstractLineTcpReceiverFuzzTest.java:546)
2025-09-26T14:03:00.5304963Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1154/0x0000028dc55d6000.run(Unknown Source)
2025-09-26T14:03:00.5305862Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.lambda$runInContext$2(AbstractLineTcpReceiverTest.java:316)
2025-09-26T14:03:00.5306754Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest$$Lambda$1155/0x0000028dc55d6220.run(Unknown Source)
2025-09-26T14:03:00.5307437Z 		at app/io.questdb.test/io.questdb.test.AbstractCairoTest.lambda$assertMemoryLeak$9(AbstractCairoTest.java:1245)
2025-09-26T14:03:00.5308117Z 		at app/io.questdb.test/io.questdb.test.AbstractCairoTest$$Lambda$408/0x0000028dc55262d0.run(Unknown Source)
2025-09-26T14:03:00.5309058Z 		at app/io.questdb.test/io.questdb.test.tools.TestUtils.assertMemoryLeak(TestUtils.java:741)
2025-09-26T14:03:00.5309811Z 		at app/io.questdb.test/io.questdb.test.AbstractCairoTest.assertMemoryLeak(AbstractCairoTest.java:1242)
2025-09-26T14:03:00.5310521Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.runInContext(AbstractLineTcpReceiverTest.java:308)
2025-09-26T14:03:00.5311260Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.runInContext(AbstractLineTcpReceiverTest.java:332)
2025-09-26T14:03:00.5311946Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.runTest(AbstractLineTcpReceiverFuzzTest.java:530)
2025-09-26T14:03:00.5312644Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.runTest(AbstractLineTcpReceiverFuzzTest.java:121)
2025-09-26T14:03:00.5313422Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.runTest(LineTcpReceiverDropTableFuzzTest.java:44)
2025-09-26T14:03:00.5314314Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.testInsertDropParallel(LineTcpReceiverDropTableFuzzTest.java:78)
2025-09-26T14:03:00.5314824Z 
2025-09-26T14:03:00.5315073Z 
2025-09-26T14:03:00.5315491Z 'testing_0': RUNNABLE
2025-09-26T14:03:00.5316002Z 		at app/[email protected]/io.questdb.network.SelectAccessor.select(Native Method)
2025-09-26T14:03:00.5316634Z 		at app/[email protected]/io.questdb.network.SelectFacadeImpl.select(SelectFacadeImpl.java:32)
2025-09-26T14:03:00.5317322Z 		at app/[email protected]/io.questdb.network.IODispatcherWindows.runSerially(IODispatcherWindows.java:165)
2025-09-26T14:03:00.5317982Z 		at app/[email protected]/io.questdb.mp.SynchronizedJob.run(SynchronizedJob.java:40)
2025-09-26T14:03:00.5318592Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:152)
2025-09-26T14:03:00.5318970Z 
2025-09-26T14:03:00.5319223Z 
2025-09-26T14:03:00.5319619Z 'testing_1': TIMED_WAITING
2025-09-26T14:03:00.5320099Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:00.5320802Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:03:00.5321388Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:184)
2025-09-26T14:03:00.5321758Z 
2025-09-26T14:03:00.5322004Z 
2025-09-26T14:03:00.5322390Z 'testing_2': RUNNABLE
2025-09-26T14:03:00.5322879Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:00.5323413Z 		at app/[email protected]/io.questdb.std.Os.pause(Os.java:214)
2025-09-26T14:03:00.5323974Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:186)
2025-09-26T14:03:00.5324351Z 
2025-09-26T14:03:00.5324612Z 
2025-09-26T14:03:00.5324998Z 'testing_3': RUNNABLE
2025-09-26T14:03:00.5325478Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:00.5326018Z 		at app/[email protected]/io.questdb.std.Os.pause(Os.java:214)
2025-09-26T14:03:00.5326600Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:186)
2025-09-26T14:03:00.5326956Z 
2025-09-26T14:03:00.5327207Z 
2025-09-26T14:03:00.5327617Z 'Thread-851': TIMED_WAITING
2025-09-26T14:03:00.5328281Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:00.5328975Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:03:00.5329839Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$startThread$3(AbstractLineTcpReceiverFuzzTest.java:586)
2025-09-26T14:03:00.5330818Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1156/0x0000028dc55d6440.run(Unknown Source)
2025-09-26T14:03:00.5331413Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:00.5331767Z 
2025-09-26T14:03:00.5332011Z 
2025-09-26T14:03:00.5332418Z 'Thread-852': RUNNABLE
2025-09-26T14:03:00.5332899Z 		at app/[email protected]/io.questdb.network.Net.send(Native Method)
2025-09-26T14:03:00.5333446Z 		at app/[email protected]/io.questdb.network.Net.send(Net.java:308)
2025-09-26T14:03:00.5334131Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.sendToSocket(AbstractLineTcpReceiverTest.java:375)
2025-09-26T14:03:00.5334926Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$startThread$3(AbstractLineTcpReceiverFuzzTest.java:584)
2025-09-26T14:03:00.5335698Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1156/0x0000028dc55d6440.run(Unknown Source)
2025-09-26T14:03:00.5336323Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:00.5336669Z 
2025-09-26T14:03:00.5336912Z 
2025-09-26T14:03:00.5337302Z 'Thread-853': TIMED_WAITING
2025-09-26T14:03:00.5337783Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:00.5338313Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:03:00.5339012Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$startThread$3(AbstractLineTcpReceiverFuzzTest.java:586)
2025-09-26T14:03:00.5339792Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1156/0x0000028dc55d6440.run(Unknown Source)
2025-09-26T14:03:00.5340408Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:00.5340986Z 
2025-09-26T14:03:00.5341254Z 
2025-09-26T14:03:00.7064356Z 2025-09-26T14:03:00.705875Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:03:00.7065270Z 2025-09-26T14:03:00.705882Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:03:00.7066190Z 2025-09-26T14:03:00.705912Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal1\0, segTxn=9, seqTxn=23, rowLo=7858, rowHi=8728, minTs=2016-06-13T17:43:50.155026Z, maxTs=2016-06-13T17:43:50.156760Z]
2025-09-26T14:03:00.7066997Z 2025-09-26T14:03:00.705999Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:03:00.7067638Z 2025-09-26T14:03:00.706002Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:03:00.7068444Z 2025-09-26T14:03:00.706012Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal1\0, segTxn=9, seqTxn=23, rowLo=7741, rowHi=8610, minTs=2016-06-13T17:43:50.155022Z, maxTs=2016-06-13T17:43:50.156756Z]
2025-09-26T14:03:00.9064588Z 2025-09-26T14:03:00.905877Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:03:00.9065552Z 2025-09-26T14:03:00.905884Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:03:00.9066455Z 2025-09-26T14:03:00.905913Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal2\0, segTxn=9, seqTxn=24, rowLo=7910, rowHi=8791, minTs=2016-06-13T17:43:50.156763Z, maxTs=2016-06-13T17:43:50.158499Z]
2025-09-26T14:03:00.9067256Z 2025-09-26T14:03:00.905994Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:03:00.9067892Z 2025-09-26T14:03:00.905996Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:03:00.9068900Z 2025-09-26T14:03:00.906006Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal2\0, segTxn=9, seqTxn=24, rowLo=7818, rowHi=8676, minTs=2016-06-13T17:43:50.156761Z, maxTs=2016-06-13T17:43:50.158497Z]
2025-09-26T14:03:01.2928598Z 2025-09-26T14:03:01.292425Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:03:01.2929548Z 2025-09-26T14:03:01.292431Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:03:01.2930461Z 2025-09-26T14:03:01.292460Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal2\0, segTxn=10, seqTxn=25, rowLo=8676, rowHi=9541, minTs=2016-06-13T17:43:50.160240Z, maxTs=2016-06-13T17:43:50.161976Z]
2025-09-26T14:03:01.2931270Z 2025-09-26T14:03:01.292518Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:03:01.2931898Z 2025-09-26T14:03:01.292520Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:03:01.2932705Z 2025-09-26T14:03:01.292529Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal2\0, segTxn=10, seqTxn=25, rowLo=8791, rowHi=9665, minTs=2016-06-13T17:43:50.160239Z, maxTs=2016-06-13T17:43:50.161977Z]
2025-09-26T14:03:01.2937927Z 2025-09-26T14:03:01.293429Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:03:01.2938635Z 2025-09-26T14:03:01.293431Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:03:01.2939505Z 2025-09-26T14:03:01.293443Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal1\0, segTxn=10, seqTxn=26, rowLo=8610, rowHi=9497, minTs=2016-06-13T17:43:50.158504Z, maxTs=2016-06-13T17:43:50.160238Z]
2025-09-26T14:03:01.2940302Z 2025-09-26T14:03:01.293463Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:03:01.2940935Z 2025-09-26T14:03:01.293465Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:03:01.2941724Z 2025-09-26T14:03:01.293470Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal1\0, segTxn=10, seqTxn=26, rowLo=8728, rowHi=9580, minTs=2016-06-13T17:43:50.158500Z, maxTs=2016-06-13T17:43:50.160237Z]
2025-09-26T14:03:01.3575157Z 2025-09-26T14:03:01.356458Z A dump-thread-stacks 
2025-09-26T14:03:01.3577006Z 'main': TIMED_WAITING
2025-09-26T14:03:01.3578284Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:03:01.3579409Z 		at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
2025-09-26T14:03:01.3580530Z 		at [email protected]/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:444)
2025-09-26T14:03:01.3583005Z 		at [email protected]/java.util.concurrent.FutureTask.get(FutureTask.java:203)
2025-09-26T14:03:01.3583808Z 		at app/[email protected]/org.junit.internal.runners.statements.FailOnTimeout.getResult(FailOnTimeout.java:167)
2025-09-26T14:03:01.3584543Z 		at app/[email protected]/org.junit.internal.runners.statements.FailOnTimeout.evaluate(FailOnTimeout.java:128)
2025-09-26T14:03:01.3585216Z 		at app/[email protected]/org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2025-09-26T14:03:01.3585858Z 		at app/[email protected]/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2025-09-26T14:03:01.3586746Z 		at app/[email protected]/org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2025-09-26T14:03:01.3587438Z 		at app/[email protected]/org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2025-09-26T14:03:01.3588160Z 		at app/[email protected]/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2025-09-26T14:03:01.3588841Z 		at app/[email protected]/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2025-09-26T14:03:01.3589484Z 		at app/[email protected]/org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2025-09-26T14:03:01.3590102Z 		at app/[email protected]/org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2025-09-26T14:03:01.3590974Z 		at app/[email protected]/org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2025-09-26T14:03:01.3591592Z 		at app/[email protected]/org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2025-09-26T14:03:01.3592459Z 		at app/[email protected]/org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2025-09-26T14:03:01.3593063Z 		at app/[email protected]/org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2025-09-26T14:03:01.3593638Z 		at app/[email protected]/org.junit.runners.Suite.runChild(Suite.java:128)
2025-09-26T14:03:01.3594212Z 		at app/[email protected]/org.junit.runners.Suite.runChild(Suite.java:27)
2025-09-26T14:03:01.3594781Z 
2025-09-26T14:03:01.3595108Z 
2025-09-26T14:03:01.3595557Z 2025-09-26T14:03:01.356510Z A dump-thread-stacks 
2025-09-26T14:03:01.3596242Z 'Reference Handler': RUNNABLE
2025-09-26T14:03:01.3596824Z 		at [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
2025-09-26T14:03:01.3597443Z 		at [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:253)
2025-09-26T14:03:01.3598092Z 		at [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)
2025-09-26T14:03:01.3598468Z 
2025-09-26T14:03:01.3598723Z 
2025-09-26T14:03:01.3599147Z 2025-09-26T14:03:01.356518Z A dump-thread-stacks 
2025-09-26T14:03:01.3599620Z 'Finalizer': WAITING
2025-09-26T14:03:01.3600099Z 		at [email protected]/java.lang.Object.wait(Native Method)
2025-09-26T14:03:01.3600654Z 		at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
2025-09-26T14:03:01.3601270Z 		at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
2025-09-26T14:03:01.3601885Z 		at [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172)
2025-09-26T14:03:01.3602274Z 
2025-09-26T14:03:01.3602519Z 
2025-09-26T14:03:01.3602937Z 2025-09-26T14:03:01.356525Z A dump-thread-stacks 
2025-09-26T14:03:01.3603421Z 'Signal Dispatcher': RUNNABLE
2025-09-26T14:03:01.3603720Z 
2025-09-26T14:03:01.3603976Z 
2025-09-26T14:03:01.3604293Z 2025-09-26T14:03:01.356527Z A dump-thread-stacks 
2025-09-26T14:03:01.3604764Z 'Attach Listener': RUNNABLE
2025-09-26T14:03:01.3605239Z 
2025-09-26T14:03:01.3605510Z 
2025-09-26T14:03:01.3606138Z 2025-09-26T14:03:01.356528Z A dump-thread-stacks 
2025-09-26T14:03:01.3606621Z 'Common-Cleaner': TIMED_WAITING
2025-09-26T14:03:01.3607101Z 		at [email protected]/java.lang.Object.wait(Native Method)
2025-09-26T14:03:01.3607675Z 		at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
2025-09-26T14:03:01.3608273Z 		at [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
2025-09-26T14:03:01.3608855Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:01.3609441Z 		at [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)
2025-09-26T14:03:01.3609821Z 
2025-09-26T14:03:01.3610063Z 
2025-09-26T14:03:01.3610496Z 2025-09-26T14:03:01.356537Z A dump-thread-stacks 
2025-09-26T14:03:01.3610978Z 'Notification Thread': RUNNABLE
2025-09-26T14:03:01.3611266Z 
2025-09-26T14:03:01.3611518Z 
2025-09-26T14:03:01.3611945Z 2025-09-26T14:03:01.356539Z A dump-thread-stacks 
2025-09-26T14:03:01.3612421Z 'pool-1-thread-1': RUNNABLE
2025-09-26T14:03:01.3612930Z 		at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
2025-09-26T14:03:01.3613501Z 		at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
2025-09-26T14:03:01.3614138Z 		at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
2025-09-26T14:03:01.3614843Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
2025-09-26T14:03:01.3615502Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2025-09-26T14:03:01.3616249Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:01.3617598Z 
2025-09-26T14:03:01.3617870Z 
2025-09-26T14:03:01.3618309Z 2025-09-26T14:03:01.356548Z A dump-thread-stacks 
2025-09-26T14:03:01.3618783Z 'pool-1-thread-2': RUNNABLE
2025-09-26T14:03:01.3619448Z 		at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
2025-09-26T14:03:01.3620015Z 		at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
2025-09-26T14:03:01.3620650Z 		at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
2025-09-26T14:03:01.3621313Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
2025-09-26T14:03:01.3621980Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2025-09-26T14:03:01.3622579Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:01.3622914Z 
2025-09-26T14:03:01.3623169Z 
2025-09-26T14:03:01.3623601Z 2025-09-26T14:03:01.356556Z A dump-thread-stacks 
2025-09-26T14:03:01.3624106Z 'surefire-forkedjvm-stream-flusher': TIMED_WAITING
2025-09-26T14:03:01.3624652Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:03:01.3625263Z 		at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
2025-09-26T14:03:01.3626187Z 		at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
2025-09-26T14:03:01.3626972Z 		at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
2025-09-26T14:03:01.3627734Z 		at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
2025-09-26T14:03:01.3628445Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
2025-09-26T14:03:01.3629107Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
2025-09-26T14:03:01.3629782Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2025-09-26T14:03:01.3630393Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:01.3630736Z 
2025-09-26T14:03:01.3630980Z 
2025-09-26T14:03:01.3631410Z 2025-09-26T14:03:01.356570Z A dump-thread-stacks 
2025-09-26T14:03:01.3631918Z 'surefire-forkedjvm-command-thread': WAITING
2025-09-26T14:03:01.3632424Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:03:01.3633000Z 		at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
2025-09-26T14:03:01.3633678Z 		at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:715)
2025-09-26T14:03:01.3634409Z 		at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1047)
2025-09-26T14:03:01.3635169Z 		at [email protected]/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230)
2025-09-26T14:03:01.3635770Z 		at [email protected]/sun.nio.ch.PendingFuture.get(PendingFuture.java:178)
2025-09-26T14:03:01.3636573Z 		at app//org.apache.maven.surefire.api.util.internal.Channels$2.read(Channels.java:127)
2025-09-26T14:03:01.3637201Z 		at [email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
2025-09-26T14:03:01.3637812Z 		at [email protected]/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
2025-09-26T14:03:01.3638436Z 		at [email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
2025-09-26T14:03:01.3639045Z 		at app//org.apache.maven.surefire.api.util.internal.Channels$3.readImpl(Channels.java:169)
2025-09-26T14:03:01.3639739Z 		at app//org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleReadableChannel.read(AbstractNoninterruptibleReadableChannel.java:50)
2025-09-26T14:03:01.3640464Z 		at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:430)
2025-09-26T14:03:01.3641284Z 		at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:419)
2025-09-26T14:03:01.3642099Z 		at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.readMessageType(AbstractStreamDecoder.java:116)
2025-09-26T14:03:01.3642768Z 		at app//org.apache.maven.surefire.booter.stream.CommandDecoder.decode(CommandDecoder.java:77)
2025-09-26T14:03:01.3643417Z 		at app//org.apache.maven.surefire.booter.spi.CommandChannelDecoder.decode(CommandChannelDecoder.java:60)
2025-09-26T14:03:01.3644078Z 		at app//org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:290)
2025-09-26T14:03:01.3644687Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:01.3645034Z 
2025-09-26T14:03:01.3645277Z 
2025-09-26T14:03:01.3645718Z 2025-09-26T14:03:01.356620Z A dump-thread-stacks 
2025-09-26T14:03:01.3646344Z 'logging_0': RUNNABLE
2025-09-26T14:03:01.3646823Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:01.3647358Z 		at app/[email protected]/io.questdb.std.Os.pause(Os.java:214)
2025-09-26T14:03:01.3647929Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:186)
2025-09-26T14:03:01.3648286Z 
2025-09-26T14:03:01.3648532Z 
2025-09-26T14:03:01.3648969Z 2025-09-26T14:03:01.356628Z A dump-thread-stacks 
2025-09-26T14:03:01.3649438Z 'Thread-2': TIMED_WAITING
2025-09-26T14:03:01.3649912Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:01.3650449Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:03:01.3651039Z 		at app/io.questdb.test/io.questdb.test.TestListener.lambda$static$0(TestListener.java:117)
2025-09-26T14:03:01.3651664Z 		at app/io.questdb.test/io.questdb.test.TestListener$$Lambda$160/0x0000028dc5107120.run(Unknown Source)
2025-09-26T14:03:01.3652262Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:01.3652596Z 
2025-09-26T14:03:01.3652859Z 
2025-09-26T14:03:01.3653282Z 2025-09-26T14:03:01.356816Z A dump-thread-stacks 
2025-09-26T14:03:01.3653740Z 'Thread-3': RUNNABLE
2025-09-26T14:03:01.3654296Z 		at [email protected]/sun.management.ThreadImpl.getThreadInfo1(Native Method)
2025-09-26T14:03:01.3654904Z 		at [email protected]/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197)
2025-09-26T14:03:01.3655673Z 		at app/[email protected]/io.questdb.griffin.engine.functions.catalogue.DumpThreadStacksFunctionFactory.dumpThreadStacks(DumpThreadStacksFunctionFactory.java:54)
2025-09-26T14:03:01.3656621Z 		at app/io.questdb.test/io.questdb.test.TestListener.lambda$static$1(TestListener.java:132)
2025-09-26T14:03:01.3657261Z 		at app/io.questdb.test/io.questdb.test.TestListener$$Lambda$161/0x0000028dc5107338.run(Unknown Source)
2025-09-26T14:03:01.3657830Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:01.3658185Z 
2025-09-26T14:03:01.3658434Z 
2025-09-26T14:03:01.3658862Z 2025-09-26T14:03:01.356833Z A dump-thread-stacks 
2025-09-26T14:03:01.3659349Z 'Time-limited test': TIMED_WAITING
2025-09-26T14:03:01.3659843Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:03:01.3660432Z 		at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
2025-09-26T14:03:01.3661023Z 		at app/[email protected]/io.questdb.std.Os.park(Os.java:209)
2025-09-26T14:03:01.3661610Z 		at app/[email protected]/io.questdb.mp.SOCountDownLatch.await(SOCountDownLatch.java:55)
2025-09-26T14:03:01.3662332Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.ingest(AbstractLineTcpReceiverFuzzTest.java:478)
2025-09-26T14:03:01.3663113Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.waitDone(LineTcpReceiverDropTableFuzzTest.java:170)
2025-09-26T14:03:01.3664138Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$runTest$2(AbstractLineTcpReceiverFuzzTest.java:546)
2025-09-26T14:03:01.3665562Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1154/0x0000028dc55d6000.run(Unknown Source)
2025-09-26T14:03:01.3666421Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.lambda$runInContext$2(AbstractLineTcpReceiverTest.java:316)
2025-09-26T14:03:01.3667183Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest$$Lambda$1155/0x0000028dc55d6220.run(Unknown Source)
2025-09-26T14:03:01.3667866Z 		at app/io.questdb.test/io.questdb.test.AbstractCairoTest.lambda$assertMemoryLeak$9(AbstractCairoTest.java:1245)
2025-09-26T14:03:01.3668536Z 		at app/io.questdb.test/io.questdb.test.AbstractCairoTest$$Lambda$408/0x0000028dc55262d0.run(Unknown Source)
2025-09-26T14:03:01.3669156Z 		at app/io.questdb.test/io.questdb.test.tools.TestUtils.assertMemoryLeak(TestUtils.java:741)
2025-09-26T14:03:01.3669821Z 		at app/io.questdb.test/io.questdb.test.AbstractCairoTest.assertMemoryLeak(AbstractCairoTest.java:1242)
2025-09-26T14:03:01.3670530Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.runInContext(AbstractLineTcpReceiverTest.java:308)
2025-09-26T14:03:01.3671309Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.runInContext(AbstractLineTcpReceiverTest.java:332)
2025-09-26T14:03:01.3672093Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.runTest(AbstractLineTcpReceiverFuzzTest.java:530)
2025-09-26T14:03:01.3672857Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.runTest(AbstractLineTcpReceiverFuzzTest.java:121)
2025-09-26T14:03:01.3673633Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.runTest(LineTcpReceiverDropTableFuzzTest.java:44)
2025-09-26T14:03:01.3674536Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.testInsertDropParallel(LineTcpReceiverDropTableFuzzTest.java:78)
2025-09-26T14:03:01.3675047Z 
2025-09-26T14:03:01.3675287Z 
2025-09-26T14:03:01.3675731Z 2025-09-26T14:03:01.356871Z A dump-thread-stacks 
2025-09-26T14:03:01.3676478Z 'testing_0': RUNNABLE
2025-09-26T14:03:01.3676989Z 		at app/[email protected]/io.questdb.network.SelectAccessor.select(Native Method)
2025-09-26T14:03:01.3677613Z 		at app/[email protected]/io.questdb.network.SelectFacadeImpl.select(SelectFacadeImpl.java:32)
2025-09-26T14:03:01.3678285Z 		at app/[email protected]/io.questdb.network.IODispatcherWindows.runSerially(IODispatcherWindows.java:165)
2025-09-26T14:03:01.3678950Z 		at app/[email protected]/io.questdb.mp.SynchronizedJob.run(SynchronizedJob.java:40)
2025-09-26T14:03:01.3679554Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:152)
2025-09-26T14:03:01.3679904Z 
2025-09-26T14:03:01.3680150Z 
2025-09-26T14:03:01.3680577Z 2025-09-26T14:03:01.356884Z A dump-thread-stacks 
2025-09-26T14:03:01.3681048Z 'testing_1': RUNNABLE
2025-09-26T14:03:01.3681512Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:01.3682037Z 		at app/[email protected]/io.questdb.std.Os.pause(Os.java:214)
2025-09-26T14:03:01.3682610Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:186)
2025-09-26T14:03:01.3682954Z 
2025-09-26T14:03:01.3683208Z 
2025-09-26T14:03:01.3683625Z 2025-09-26T14:03:01.356890Z A dump-thread-stacks 
2025-09-26T14:03:01.3684092Z 'testing_2': TIMED_WAITING
2025-09-26T14:03:01.3684578Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:01.3685113Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:03:01.3685665Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:184)
2025-09-26T14:03:01.3686407Z 
2025-09-26T14:03:01.3686675Z 
2025-09-26T14:03:01.3687108Z 2025-09-26T14:03:01.356896Z A dump-thread-stacks 
2025-09-26T14:03:01.3687582Z 'testing_3': RUNNABLE
2025-09-26T14:03:01.3688201Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:01.3688735Z 		at app/[email protected]/io.questdb.std.Os.pause(Os.java:214)
2025-09-26T14:03:01.3689296Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:186)
2025-09-26T14:03:01.3689652Z 
2025-09-26T14:03:01.3689905Z 
2025-09-26T14:03:01.3690348Z 2025-09-26T14:03:01.356902Z A dump-thread-stacks 
2025-09-26T14:03:01.3690863Z 'Thread-851': TIMED_WAITING
2025-09-26T14:03:01.3691336Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:01.3691869Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:03:01.3692557Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$startThread$3(AbstractLineTcpReceiverFuzzTest.java:586)
2025-09-26T14:03:01.3693324Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1156/0x0000028dc55d6440.run(Unknown Source)
2025-09-26T14:03:01.3693944Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:01.3694308Z 
2025-09-26T14:03:01.3694555Z 
2025-09-26T14:03:01.3694987Z 2025-09-26T14:03:01.356969Z A dump-thread-stacks 
2025-09-26T14:03:01.3695476Z 'Thread-852': RUNNABLE
2025-09-26T14:03:01.3696114Z 		at app/[email protected]/io.questdb.network.Net.send(Native Method)
2025-09-26T14:03:01.3696678Z 		at app/[email protected]/io.questdb.network.Net.send(Net.java:308)
2025-09-26T14:03:01.3697362Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.sendToSocket(AbstractLineTcpReceiverTest.java:375)
2025-09-26T14:03:01.3698147Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$startThread$3(AbstractLineTcpReceiverFuzzTest.java:584)
2025-09-26T14:03:01.3698910Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1156/0x0000028dc55d6440.run(Unknown Source)
2025-09-26T14:03:01.3699522Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:01.3699864Z 
2025-09-26T14:03:01.3700102Z 
2025-09-26T14:03:01.3700547Z 2025-09-26T14:03:01.356985Z A dump-thread-stacks 
2025-09-26T14:03:01.3701013Z 'Thread-853': TIMED_WAITING
2025-09-26T14:03:01.3701481Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:03:01.3702024Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:03:01.3702710Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$startThread$3(AbstractLineTcpReceiverFuzzTest.java:586)
2025-09-26T14:03:01.3703453Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1156/0x0000028dc55d6440.run(Unknown Source)
2025-09-26T14:03:01.3704076Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:03:01.3704417Z 
2025-09-26T14:03:01.3704669Z 
2025-09-26T14:03:01.6919428Z 2025-09-26T14:03:01.691424Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:03:01.6920345Z 2025-09-26T14:03:01.691430Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:03:01.6921233Z 2025-09-26T14:03:01.691459Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal1\0, segTxn=11, seqTxn=27, rowLo=9497, rowHi=10369, minTs=2016-06-13T17:43:50.161979Z, maxTs=2016-06-13T17:43:50.163716Z]
2025-09-26T14:03:01.6922402Z 2025-09-26T14:03:01.691541Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:03:01.6923073Z 2025-09-26T14:03:01.691544Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:03:01.6923904Z 2025-09-26T14:03:01.691554Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal1\0, segTxn=11, seqTxn=27, rowLo=9580, rowHi=10447, minTs=2016-06-13T17:43:50.161978Z, maxTs=2016-06-13T17:43:50.163714Z]
2025-09-26T14:03:01.8711958Z 2025-09-26T14:03:01.870634Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather1~5]
2025-09-26T14:03:01.8713254Z 2025-09-26T14:03:01.870640Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather1~5]
2025-09-26T14:03:01.8714173Z 2025-09-26T14:03:01.870667Z I i.q.c.w.WalWriter commit [wal=\weather1~5\wal2\0, segTxn=11, seqTxn=28, rowLo=9541, rowHi=10419, minTs=2016-06-13T17:43:50.163722Z, maxTs=2016-06-13T17:43:50.165453Z]
2025-09-26T14:03:01.8715054Z 2025-09-26T14:03:01.870720Z I i.q.c.l.t.TableUpdateDetails closing table writer [tableName=weather0~4]
2025-09-26T14:03:01.8715720Z 2025-09-26T14:03:01.870722Z I i.q.c.l.t.TableUpdateDetails closing table parsers [tableName=weather0~4]
2025-09-26T14:03:01.8716890Z 2025-09-26T14:03:01.870730Z I i.q.c.w.WalWriter commit [wal=\weather0~4\wal2\0, segTxn=11, seqTxn=28, rowLo=9665, rowHi=10526, minTs=2016-06-13T17:43:50.163717Z, maxTs=2016-06-13T17:43:50.165455Z]
2025-09-26T14:08:01.3585559Z 2025-09-26T14:08:01.357066Z I IODispatcher disconnected [ip=127.0.0.1, fd=9932112977220, src=idle]
2025-09-26T14:08:01.4761741Z 2025-09-26T14:08:01.443262Z I IODispatcher disconnected [ip=127.0.0.1, fd=21408265592134, src=idle]
2025-09-26T14:13:00.4102316Z Thread dump: 
2025-09-26T14:13:00.4104094Z 'main': TIMED_WAITING
2025-09-26T14:13:00.4104922Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:13:00.4105752Z 		at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
2025-09-26T14:13:00.4106653Z 		at [email protected]/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:444)
2025-09-26T14:13:00.4107425Z 		at [email protected]/java.util.concurrent.FutureTask.get(FutureTask.java:203)
2025-09-26T14:13:00.4108182Z 		at app/[email protected]/org.junit.internal.runners.statements.FailOnTimeout.getResult(FailOnTimeout.java:167)
2025-09-26T14:13:00.4109746Z 		at app/[email protected]/org.junit.internal.runners.statements.FailOnTimeout.evaluate(FailOnTimeout.java:128)
2025-09-26T14:13:00.4110717Z 		at app/[email protected]/org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2025-09-26T14:13:00.4111619Z 		at app/[email protected]/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2025-09-26T14:13:00.4112447Z 		at app/[email protected]/org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2025-09-26T14:13:00.4113437Z 		at app/[email protected]/org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2025-09-26T14:13:00.4114368Z 		at app/[email protected]/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2025-09-26T14:13:00.4115395Z 		at app/[email protected]/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2025-09-26T14:13:00.4116198Z 		at app/[email protected]/org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2025-09-26T14:13:00.4116943Z 		at app/[email protected]/org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2025-09-26T14:13:00.4117776Z 		at app/[email protected]/org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2025-09-26T14:13:00.4118542Z 		at app/[email protected]/org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2025-09-26T14:13:00.4119393Z 		at app/[email protected]/org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2025-09-26T14:13:00.4120142Z 		at app/[email protected]/org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2025-09-26T14:13:00.4120917Z 		at app/[email protected]/org.junit.runners.Suite.runChild(Suite.java:128)
2025-09-26T14:13:00.4121617Z 		at app/[email protected]/org.junit.runners.Suite.runChild(Suite.java:27)
2025-09-26T14:13:00.4122114Z 
2025-09-26T14:13:00.4122473Z 
2025-09-26T14:13:00.4123100Z 'Reference Handler': RUNNABLE
2025-09-26T14:13:00.4123795Z 		at [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
2025-09-26T14:13:00.4124875Z 		at [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:253)
2025-09-26T14:13:00.4125884Z 		at [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)
2025-09-26T14:13:00.4126598Z 
2025-09-26T14:13:00.4126984Z 
2025-09-26T14:13:00.4127519Z 'Finalizer': WAITING
2025-09-26T14:13:00.4128210Z 		at [email protected]/java.lang.Object.wait(Native Method)
2025-09-26T14:13:00.4128924Z 		at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
2025-09-26T14:13:00.4130090Z 		at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
2025-09-26T14:13:00.4130911Z 		at [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172)
2025-09-26T14:13:00.4131503Z 
2025-09-26T14:13:00.4131922Z 
2025-09-26T14:13:00.4132560Z 'Signal Dispatcher': RUNNABLE
2025-09-26T14:13:00.4132947Z 
2025-09-26T14:13:00.4133376Z 
2025-09-26T14:13:00.4133935Z 'Attach Listener': RUNNABLE
2025-09-26T14:13:00.4134375Z 
2025-09-26T14:13:00.4134740Z 
2025-09-26T14:13:00.4135353Z 'Common-Cleaner': TIMED_WAITING
2025-09-26T14:13:00.4135982Z 		at [email protected]/java.lang.Object.wait(Native Method)
2025-09-26T14:13:00.4136809Z 		at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
2025-09-26T14:13:00.4137582Z 		at [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
2025-09-26T14:13:00.4138299Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:00.4139066Z 		at [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)
2025-09-26T14:13:00.4139542Z 
2025-09-26T14:13:00.4139964Z 
2025-09-26T14:13:00.4140540Z 'Notification Thread': RUNNABLE
2025-09-26T14:13:00.4140981Z 
2025-09-26T14:13:00.4141414Z 
2025-09-26T14:13:00.4141984Z 'pool-1-thread-1': RUNNABLE
2025-09-26T14:13:00.4142608Z 		at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
2025-09-26T14:13:00.4143381Z 		at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
2025-09-26T14:13:00.4144154Z 		at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
2025-09-26T14:13:00.4145006Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
2025-09-26T14:13:00.4145817Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2025-09-26T14:13:00.4146682Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:00.4147183Z 
2025-09-26T14:13:00.4147614Z 
2025-09-26T14:13:00.4148160Z 'pool-1-thread-2': RUNNABLE
2025-09-26T14:13:00.4148798Z 		at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
2025-09-26T14:13:00.4149852Z 		at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
2025-09-26T14:13:00.4150727Z 		at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
2025-09-26T14:13:00.4151680Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
2025-09-26T14:13:00.4152522Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2025-09-26T14:13:00.4153324Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:01.1380438Z 
2025-09-26T14:13:02.1397668Z 
2025-09-26T14:13:02.1398659Z 'surefire-forkedjvm-stream-flusher': TIMED_WAITING
2025-09-26T14:13:02.1399378Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:13:02.1400111Z 		at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
2025-09-26T14:13:02.1400844Z 		at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
2025-09-26T14:13:02.1401667Z 		at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
2025-09-26T14:13:02.1402907Z 		at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
2025-09-26T14:13:02.1403753Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
2025-09-26T14:13:02.1404493Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
2025-09-26T14:13:02.1405178Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2025-09-26T14:13:02.1405818Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1406132Z 
2025-09-26T14:13:02.1406413Z 
2025-09-26T14:13:02.1407064Z 'surefire-forkedjvm-command-thread': WAITING
2025-09-26T14:13:02.1407582Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:13:02.1408234Z 		at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
2025-09-26T14:13:02.1408974Z 		at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:715)
2025-09-26T14:13:02.1409799Z 		at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1047)
2025-09-26T14:13:02.1410521Z 		at [email protected]/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230)
2025-09-26T14:13:02.1411121Z 		at [email protected]/sun.nio.ch.PendingFuture.get(PendingFuture.java:178)
2025-09-26T14:13:02.1411859Z 		at app//org.apache.maven.surefire.api.util.internal.Channels$2.read(Channels.java:127)
2025-09-26T14:13:02.1412743Z 		at [email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
2025-09-26T14:13:02.1413438Z 		at [email protected]/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
2025-09-26T14:13:02.1414076Z 		at [email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
2025-09-26T14:13:02.1414695Z 		at app//org.apache.maven.surefire.api.util.internal.Channels$3.readImpl(Channels.java:169)
2025-09-26T14:13:02.1415452Z 		at app//org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleReadableChannel.read(AbstractNoninterruptibleReadableChannel.java:50)
2025-09-26T14:13:02.1416166Z 		at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:430)
2025-09-26T14:13:02.1416927Z 		at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:419)
2025-09-26T14:13:02.1417880Z 		at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.readMessageType(AbstractStreamDecoder.java:116)
2025-09-26T14:13:02.1418603Z 		at app//org.apache.maven.surefire.booter.stream.CommandDecoder.decode(CommandDecoder.java:77)
2025-09-26T14:13:02.1419359Z 		at app//org.apache.maven.surefire.booter.spi.CommandChannelDecoder.decode(CommandChannelDecoder.java:60)
2025-09-26T14:13:02.1420061Z 		at app//org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:290)
2025-09-26T14:13:02.1420729Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1421045Z 
2025-09-26T14:13:02.1421350Z 
2025-09-26T14:13:02.1421783Z 'logging_0': TIMED_WAITING
2025-09-26T14:13:02.1422596Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:13:02.1423310Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:13:02.1424022Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:182)
2025-09-26T14:13:02.1424501Z 
2025-09-26T14:13:02.1424768Z 
2025-09-26T14:13:02.1425399Z 'Thread-2': RUNNABLE
2025-09-26T14:13:02.1425988Z 		at [email protected]/sun.management.ThreadImpl.getThreadInfo1(Native Method)
2025-09-26T14:13:02.1426696Z 		at [email protected]/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197)
2025-09-26T14:13:02.1427838Z 		at app/io.questdb.test/io.questdb.test.TestListener.dumpThreadStacks(TestListener.java:48)
2025-09-26T14:13:02.1428957Z 		at app/io.questdb.test/io.questdb.test.TestListener.lambda$static$0(TestListener.java:116)
2025-09-26T14:13:02.1429972Z 		at app/io.questdb.test/io.questdb.test.TestListener$$Lambda$160/0x0000028dc5107120.run(Unknown Source)
2025-09-26T14:13:02.1430727Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1431094Z 
2025-09-26T14:13:02.1431437Z 
2025-09-26T14:13:02.1431956Z 'Thread-3': TIMED_WAITING
2025-09-26T14:13:02.1432619Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:13:02.1433263Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:13:02.1434070Z 		at app/io.questdb.test/io.questdb.test.TestListener.lambda$static$1(TestListener.java:133)
2025-09-26T14:13:02.1434973Z 		at app/io.questdb.test/io.questdb.test.TestListener$$Lambda$161/0x0000028dc5107338.run(Unknown Source)
2025-09-26T14:13:02.1435604Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1435953Z 
2025-09-26T14:13:02.1436151Z 
2025-09-26T14:13:02.1436603Z 'Time-limited test': TIMED_WAITING
2025-09-26T14:13:02.1437079Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:13:02.1437618Z 		at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
2025-09-26T14:13:02.1438532Z 		at app/[email protected]/io.questdb.std.Os.park(Os.java:209)
2025-09-26T14:13:02.1439165Z 		at app/[email protected]/io.questdb.mp.SOCountDownLatch.await(SOCountDownLatch.java:55)
2025-09-26T14:13:02.1439855Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.ingest(AbstractLineTcpReceiverFuzzTest.java:478)
2025-09-26T14:13:02.1440659Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.waitDone(LineTcpReceiverDropTableFuzzTest.java:170)
2025-09-26T14:13:02.1441421Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$runTest$2(AbstractLineTcpReceiverFuzzTest.java:546)
2025-09-26T14:13:02.1442198Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1154/0x0000028dc55d6000.run(Unknown Source)
2025-09-26T14:13:02.1442929Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.lambda$runInContext$2(AbstractLineTcpReceiverTest.java:316)
2025-09-26T14:13:02.1443743Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest$$Lambda$1155/0x0000028dc55d6220.run(Unknown Source)
2025-09-26T14:13:02.1444416Z 		at app/io.questdb.test/io.questdb.test.AbstractCairoTest.lambda$assertMemoryLeak$9(AbstractCairoTest.java:1245)
2025-09-26T14:13:02.1445085Z 		at app/io.questdb.test/io.questdb.test.AbstractCairoTest$$Lambda$408/0x0000028dc55262d0.run(Unknown Source)
2025-09-26T14:13:02.1445663Z 		at app/io.questdb.test/io.questdb.test.tools.TestUtils.assertMemoryLeak(TestUtils.java:741)
2025-09-26T14:13:02.1446362Z 		at app/io.questdb.test/io.questdb.test.AbstractCairoTest.assertMemoryLeak(AbstractCairoTest.java:1242)
2025-09-26T14:13:02.1447106Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.runInContext(AbstractLineTcpReceiverTest.java:308)
2025-09-26T14:13:02.1447837Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.runInContext(AbstractLineTcpReceiverTest.java:332)
2025-09-26T14:13:02.1448795Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.runTest(AbstractLineTcpReceiverFuzzTest.java:530)
2025-09-26T14:13:02.1449576Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.runTest(AbstractLineTcpReceiverFuzzTest.java:121)
2025-09-26T14:13:02.1450369Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.runTest(LineTcpReceiverDropTableFuzzTest.java:44)
2025-09-26T14:13:02.1451309Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.testInsertDropParallel(LineTcpReceiverDropTableFuzzTest.java:78)
2025-09-26T14:13:02.1451847Z 
2025-09-26T14:13:02.1452042Z 
2025-09-26T14:13:02.1452418Z 'testing_0': TIMED_WAITING
2025-09-26T14:13:02.1452913Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:13:02.1453414Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:13:02.1453994Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:182)
2025-09-26T14:13:02.1454277Z 
2025-09-26T14:13:02.1454527Z 
2025-09-26T14:13:02.1454894Z 'testing_1': TIMED_WAITING
2025-09-26T14:13:02.1455324Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:13:02.1455858Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:13:02.1456377Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:182)
2025-09-26T14:13:02.1456689Z 
2025-09-26T14:13:02.1456871Z 
2025-09-26T14:13:02.1457258Z 'testing_2': TIMED_WAITING
2025-09-26T14:13:02.1457802Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:13:02.1458491Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:13:02.1459123Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:182)
2025-09-26T14:13:02.1459414Z 
2025-09-26T14:13:02.1459658Z 
2025-09-26T14:13:02.1460014Z 'testing_3': TIMED_WAITING
2025-09-26T14:13:02.1460475Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:13:02.1461032Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:13:02.1461556Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:182)
2025-09-26T14:13:02.1461874Z 
2025-09-26T14:13:02.1462056Z 
2025-09-26T14:13:02.1462421Z 'Thread-852': RUNNABLE
2025-09-26T14:13:02.1463139Z 		at app/[email protected]/io.questdb.network.Net.send(Native Method)
2025-09-26T14:13:02.1463691Z 		at app/[email protected]/io.questdb.network.Net.send(Net.java:308)
2025-09-26T14:13:02.1464383Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.sendToSocket(AbstractLineTcpReceiverTest.java:375)
2025-09-26T14:13:02.1465130Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$startThread$3(AbstractLineTcpReceiverFuzzTest.java:584)
2025-09-26T14:13:02.1466033Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1156/0x0000028dc55d6440.run(Unknown Source)
2025-09-26T14:13:02.1466681Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1466946Z 
2025-09-26T14:13:02.1467164Z 
2025-09-26T14:13:02.1467588Z 2025-09-26T14:13:01.375052Z A dump-thread-stacks 
2025-09-26T14:13:02.1468083Z 'main': TIMED_WAITING
2025-09-26T14:13:02.1468757Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:13:02.1469412Z 		at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
2025-09-26T14:13:02.1470165Z 		at [email protected]/java.util.concurrent.FutureTask.awaitDone(FutureTask.java:444)
2025-09-26T14:13:02.1470841Z 		at [email protected]/java.util.concurrent.FutureTask.get(FutureTask.java:203)
2025-09-26T14:13:02.1471735Z 		at app/[email protected]/org.junit.internal.runners.statements.FailOnTimeout.getResult(FailOnTimeout.java:167)
2025-09-26T14:13:02.1472533Z 		at app/[email protected]/org.junit.internal.runners.statements.FailOnTimeout.evaluate(FailOnTimeout.java:128)
2025-09-26T14:13:02.1473355Z 		at app/[email protected]/org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2025-09-26T14:13:02.1474099Z 		at app/[email protected]/org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2025-09-26T14:13:02.1474868Z 		at app/[email protected]/org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
2025-09-26T14:13:02.1475881Z 		at app/[email protected]/org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
2025-09-26T14:13:02.1476706Z 		at app/[email protected]/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
2025-09-26T14:13:02.1477630Z 		at app/[email protected]/org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
2025-09-26T14:13:02.1478754Z 		at app/[email protected]/org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2025-09-26T14:13:02.1479518Z 		at app/[email protected]/org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2025-09-26T14:13:02.1480297Z 		at app/[email protected]/org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2025-09-26T14:13:02.1481107Z 		at app/[email protected]/org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2025-09-26T14:13:02.1481908Z 		at app/[email protected]/org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2025-09-26T14:13:02.1482690Z 		at app/[email protected]/org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2025-09-26T14:13:02.1483309Z 		at app/[email protected]/org.junit.runners.Suite.runChild(Suite.java:128)
2025-09-26T14:13:02.1483853Z 		at app/[email protected]/org.junit.runners.Suite.runChild(Suite.java:27)
2025-09-26T14:13:02.1484200Z 
2025-09-26T14:13:02.1484460Z 
2025-09-26T14:13:02.1484960Z 2025-09-26T14:13:01.375149Z A dump-thread-stacks 
2025-09-26T14:13:02.1485434Z 'Reference Handler': RUNNABLE
2025-09-26T14:13:02.1485935Z 		at [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
2025-09-26T14:13:02.1486583Z 		at [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:253)
2025-09-26T14:13:02.1487176Z 		at [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)
2025-09-26T14:13:02.1487526Z 
2025-09-26T14:13:02.1487711Z 
2025-09-26T14:13:02.1488172Z 2025-09-26T14:13:01.375160Z A dump-thread-stacks 
2025-09-26T14:13:02.1488979Z 'Finalizer': WAITING
2025-09-26T14:13:02.1489430Z 		at [email protected]/java.lang.Object.wait(Native Method)
2025-09-26T14:13:02.1490020Z 		at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
2025-09-26T14:13:02.1490600Z 		at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
2025-09-26T14:13:02.1491205Z 		at [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172)
2025-09-26T14:13:02.1491506Z 
2025-09-26T14:13:02.1491764Z 
2025-09-26T14:13:02.1492185Z 2025-09-26T14:13:01.375171Z A dump-thread-stacks 
2025-09-26T14:13:02.1492618Z 'Signal Dispatcher': RUNNABLE
2025-09-26T14:13:02.1492887Z 
2025-09-26T14:13:02.1493067Z 
2025-09-26T14:13:02.1493520Z 2025-09-26T14:13:01.375173Z A dump-thread-stacks 
2025-09-26T14:13:02.1493958Z 'Attach Listener': RUNNABLE
2025-09-26T14:13:02.1494201Z 
2025-09-26T14:13:02.1494383Z 
2025-09-26T14:13:02.1494804Z 2025-09-26T14:13:01.375175Z A dump-thread-stacks 
2025-09-26T14:13:02.1495305Z 'Common-Cleaner': TIMED_WAITING
2025-09-26T14:13:02.1495799Z 		at [email protected]/java.lang.Object.wait(Native Method)
2025-09-26T14:13:02.1496323Z 		at [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
2025-09-26T14:13:02.1497106Z 		at [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
2025-09-26T14:13:02.1497636Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1498731Z 		at [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)
2025-09-26T14:13:02.1499105Z 
2025-09-26T14:13:02.1499360Z 
2025-09-26T14:13:02.1499787Z 2025-09-26T14:13:01.375186Z A dump-thread-stacks 
2025-09-26T14:13:02.1500231Z 'Notification Thread': RUNNABLE
2025-09-26T14:13:02.1500505Z 
2025-09-26T14:13:02.1500690Z 
2025-09-26T14:13:02.1501125Z 2025-09-26T14:13:01.375189Z A dump-thread-stacks 
2025-09-26T14:13:02.1501582Z 'pool-1-thread-1': RUNNABLE
2025-09-26T14:13:02.1502058Z 		at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
2025-09-26T14:13:02.1502840Z 		at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
2025-09-26T14:13:02.1503438Z 		at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
2025-09-26T14:13:02.1504233Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
2025-09-26T14:13:02.1504843Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2025-09-26T14:13:02.1505425Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1505751Z 
2025-09-26T14:13:02.1505988Z 
2025-09-26T14:13:02.1506385Z 2025-09-26T14:13:01.375206Z A dump-thread-stacks 
2025-09-26T14:13:02.1506814Z 'pool-1-thread-2': RUNNABLE
2025-09-26T14:13:02.1507702Z 		at [email protected]/sun.nio.ch.Iocp.getQueuedCompletionStatus(Native Method)
2025-09-26T14:13:02.1510861Z 		at [email protected]/sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:323)
2025-09-26T14:13:02.1511804Z 		at [email protected]/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
2025-09-26T14:13:02.1512580Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
2025-09-26T14:13:02.1513316Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2025-09-26T14:13:02.1514085Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1514479Z 
2025-09-26T14:13:02.1514764Z 
2025-09-26T14:13:02.1515303Z 2025-09-26T14:13:01.375218Z A dump-thread-stacks 
2025-09-26T14:13:02.1515953Z 'surefire-forkedjvm-stream-flusher': TIMED_WAITING
2025-09-26T14:13:02.1516579Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:13:02.1517507Z 		at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
2025-09-26T14:13:02.1518522Z 		at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1679)
2025-09-26T14:13:02.1521007Z 		at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
2025-09-26T14:13:02.1522148Z 		at [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
2025-09-26T14:13:02.1523195Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
2025-09-26T14:13:02.1524183Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
2025-09-26T14:13:02.1525112Z 		at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2025-09-26T14:13:02.1526090Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1526660Z 
2025-09-26T14:13:02.1526989Z 
2025-09-26T14:13:02.1527613Z 2025-09-26T14:13:01.375240Z A dump-thread-stacks 
2025-09-26T14:13:02.1528274Z 'surefire-forkedjvm-command-thread': WAITING
2025-09-26T14:13:02.1528903Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:13:02.1529696Z 		at [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
2025-09-26T14:13:02.1531076Z 		at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:715)
2025-09-26T14:13:02.1532085Z 		at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1047)
2025-09-26T14:13:02.1532873Z 		at [email protected]/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230)
2025-09-26T14:13:02.1533595Z 		at [email protected]/sun.nio.ch.PendingFuture.get(PendingFuture.java:178)
2025-09-26T14:13:02.1534348Z 		at app//org.apache.maven.surefire.api.util.internal.Channels$2.read(Channels.java:127)
2025-09-26T14:13:02.1535088Z 		at [email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
2025-09-26T14:13:02.1536016Z 		at [email protected]/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
2025-09-26T14:13:02.1536726Z 		at [email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
2025-09-26T14:13:02.1537579Z 		at app//org.apache.maven.surefire.api.util.internal.Channels$3.readImpl(Channels.java:169)
2025-09-26T14:13:02.1538354Z 		at app//org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleReadableChannel.read(AbstractNoninterruptibleReadableChannel.java:50)
2025-09-26T14:13:02.1539193Z 		at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:430)
2025-09-26T14:13:02.1539981Z 		at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:419)
2025-09-26T14:13:02.1541833Z 		at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.readMessageType(AbstractStreamDecoder.java:116)
2025-09-26T14:13:02.1542667Z 		at app//org.apache.maven.surefire.booter.stream.CommandDecoder.decode(CommandDecoder.java:77)
2025-09-26T14:13:02.1543434Z 		at app//org.apache.maven.surefire.booter.spi.CommandChannelDecoder.decode(CommandChannelDecoder.java:60)
2025-09-26T14:13:02.1544153Z 		at app//org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:290)
2025-09-26T14:13:02.1544935Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1545398Z 
2025-09-26T14:13:02.1545750Z 
2025-09-26T14:13:02.1546254Z 2025-09-26T14:13:01.375283Z A dump-thread-stacks 
2025-09-26T14:13:02.1546795Z 'logging_0': TIMED_WAITING
2025-09-26T14:13:02.1547381Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:13:02.1547976Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:13:02.1548648Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:182)
2025-09-26T14:13:02.1549022Z 
2025-09-26T14:13:02.1549364Z 
2025-09-26T14:13:02.1549970Z 2025-09-26T14:13:01.375293Z A dump-thread-stacks 
2025-09-26T14:13:02.1550577Z 'Thread-2': TIMED_WAITING
2025-09-26T14:13:02.1551110Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:13:02.1553183Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:13:02.1555084Z 		at app/io.questdb.test/io.questdb.test.TestListener.lambda$static$0(TestListener.java:117)
2025-09-26T14:13:02.1555907Z 		at app/io.questdb.test/io.questdb.test.TestListener$$Lambda$160/0x0000028dc5107120.run(Unknown Source)
2025-09-26T14:13:02.1556601Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1556956Z 
2025-09-26T14:13:02.1557335Z 
2025-09-26T14:13:02.1557989Z 2025-09-26T14:13:01.375304Z A dump-thread-stacks 
2025-09-26T14:13:02.1558543Z 'Thread-3': RUNNABLE
2025-09-26T14:13:02.1559128Z 		at [email protected]/sun.management.ThreadImpl.getThreadInfo1(Native Method)
2025-09-26T14:13:02.1559792Z 		at [email protected]/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:197)
2025-09-26T14:13:02.1560661Z 		at app/[email protected]/io.questdb.griffin.engine.functions.catalogue.DumpThreadStacksFunctionFactory.dumpThreadStacks(DumpThreadStacksFunctionFactory.java:54)
2025-09-26T14:13:02.1561532Z 		at app/io.questdb.test/io.questdb.test.TestListener.lambda$static$1(TestListener.java:132)
2025-09-26T14:13:02.1562447Z 		at app/io.questdb.test/io.questdb.test.TestListener$$Lambda$161/0x0000028dc5107338.run(Unknown Source)
2025-09-26T14:13:02.1564514Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1565260Z 
2025-09-26T14:13:02.1565764Z 
2025-09-26T14:13:02.1566415Z 2025-09-26T14:13:01.375320Z A dump-thread-stacks 
2025-09-26T14:13:02.1567154Z 'Time-limited test': TIMED_WAITING
2025-09-26T14:13:02.1567951Z 		at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:13:02.1568809Z 		at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
2025-09-26T14:13:02.1569910Z 		at app/[email protected]/io.questdb.std.Os.park(Os.java:209)
2025-09-26T14:13:02.1570869Z 		at app/[email protected]/io.questdb.mp.SOCountDownLatch.await(SOCountDownLatch.java:55)
2025-09-26T14:13:02.1572017Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.ingest(AbstractLineTcpReceiverFuzzTest.java:478)
2025-09-26T14:13:02.1572945Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.waitDone(LineTcpReceiverDropTableFuzzTest.java:170)
2025-09-26T14:13:02.1573820Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$runTest$2(AbstractLineTcpReceiverFuzzTest.java:546)
2025-09-26T14:13:02.1575873Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1154/0x0000028dc55d6000.run(Unknown Source)
2025-09-26T14:13:02.1576803Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.lambda$runInContext$2(AbstractLineTcpReceiverTest.java:316)
2025-09-26T14:13:02.1577680Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest$$Lambda$1155/0x0000028dc55d6220.run(Unknown Source)
2025-09-26T14:13:02.1578439Z 		at app/io.questdb.test/io.questdb.test.AbstractCairoTest.lambda$assertMemoryLeak$9(AbstractCairoTest.java:1245)
2025-09-26T14:13:02.1579213Z 		at app/io.questdb.test/io.questdb.test.AbstractCairoTest$$Lambda$408/0x0000028dc55262d0.run(Unknown Source)
2025-09-26T14:13:02.1579957Z 		at app/io.questdb.test/io.questdb.test.tools.TestUtils.assertMemoryLeak(TestUtils.java:741)
2025-09-26T14:13:02.1580768Z 		at app/io.questdb.test/io.questdb.test.AbstractCairoTest.assertMemoryLeak(AbstractCairoTest.java:1242)
2025-09-26T14:13:02.1581546Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.runInContext(AbstractLineTcpReceiverTest.java:308)
2025-09-26T14:13:02.1582416Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.runInContext(AbstractLineTcpReceiverTest.java:332)
2025-09-26T14:13:02.1583244Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.runTest(AbstractLineTcpReceiverFuzzTest.java:530)
2025-09-26T14:13:02.1584109Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.runTest(AbstractLineTcpReceiverFuzzTest.java:121)
2025-09-26T14:13:02.1584960Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.runTest(LineTcpReceiverDropTableFuzzTest.java:44)
2025-09-26T14:13:02.1586825Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.testInsertDropParallel(LineTcpReceiverDropTableFuzzTest.java:78)
2025-09-26T14:13:02.1587385Z 
2025-09-26T14:13:02.1587720Z 
2025-09-26T14:13:02.1588223Z 2025-09-26T14:13:01.375371Z A dump-thread-stacks 
2025-09-26T14:13:02.1588816Z 'testing_0': TIMED_WAITING
2025-09-26T14:13:02.1589352Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:13:02.1590048Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:13:02.1590677Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:182)
2025-09-26T14:13:02.1591098Z 
2025-09-26T14:13:02.1591371Z 
2025-09-26T14:13:02.1591871Z 2025-09-26T14:13:01.375380Z A dump-thread-stacks 
2025-09-26T14:13:02.1592449Z 'testing_1': TIMED_WAITING
2025-09-26T14:13:02.1593015Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:13:02.1593701Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:13:02.1594329Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:182)
2025-09-26T14:13:02.1594839Z 
2025-09-26T14:13:02.1595139Z 
2025-09-26T14:13:02.1595722Z 2025-09-26T14:13:01.375399Z A dump-thread-stacks 
2025-09-26T14:13:02.1596166Z 'testing_2': TIMED_WAITING
2025-09-26T14:13:02.1596987Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:13:02.1597485Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:13:02.1598087Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:182)
2025-09-26T14:13:02.1598568Z 
2025-09-26T14:13:02.1598851Z 
2025-09-26T14:13:02.1599299Z 2025-09-26T14:13:01.375405Z A dump-thread-stacks 
2025-09-26T14:13:02.1599786Z 'testing_3': TIMED_WAITING
2025-09-26T14:13:02.1600262Z 		at [email protected]/java.lang.Thread.sleep(Native Method)
2025-09-26T14:13:02.1600882Z 		at app/[email protected]/io.questdb.std.Os.sleep(Os.java:233)
2025-09-26T14:13:02.1601475Z 		at app/[email protected]/io.questdb.mp.Worker.run(Worker.java:182)
2025-09-26T14:13:02.1601845Z 
2025-09-26T14:13:02.1602112Z 
2025-09-26T14:13:02.1602558Z 2025-09-26T14:13:01.375414Z A dump-thread-stacks 
2025-09-26T14:13:02.1603042Z 'Thread-852': RUNNABLE
2025-09-26T14:13:02.1603541Z 		at app/[email protected]/io.questdb.network.Net.send(Native Method)
2025-09-26T14:13:02.1604128Z 		at app/[email protected]/io.questdb.network.Net.send(Net.java:308)
2025-09-26T14:13:02.1604797Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.sendToSocket(AbstractLineTcpReceiverTest.java:375)
2025-09-26T14:13:02.1605631Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$startThread$3(AbstractLineTcpReceiverFuzzTest.java:584)
2025-09-26T14:13:02.1606926Z 		at app/io.questdb.test/io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1156/0x0000028dc55d6440.run(Unknown Source)
2025-09-26T14:13:02.1608831Z 		at [email protected]/java.lang.Thread.run(Thread.java:840)
2025-09-26T14:13:02.1609399Z 
2025-09-26T14:13:02.1609787Z 
2025-09-26T14:22:55.3264293Z 2025-09-26T14:22:55.258230Z E i.q.t.TestListener ***** Test Failed ***** io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.testInsertDropParallel[WITH_WAL] duration_ms=1200428 : 
2025-09-26T14:22:55.3267000Z org.junit.runners.model.TestTimedOutException: test timed out after 1200000 milliseconds
2025-09-26T14:22:55.3267997Z 	at jdk.internal.misc.Unsafe.park(Native Method)
2025-09-26T14:22:55.3268950Z 	at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:376)
2025-09-26T14:22:55.3269667Z 	at io.questdb.std.Os.park(Os.java:209)
2025-09-26T14:22:55.3270334Z 	at io.questdb.mp.SOCountDownLatch.await(SOCountDownLatch.java:55)
2025-09-26T14:22:55.3271088Z 	at io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.ingest(AbstractLineTcpReceiverFuzzTest.java:478)
2025-09-26T14:22:55.3313279Z 	at io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.waitDone(LineTcpReceiverDropTableFuzzTest.java:170)
2025-09-26T14:22:55.3314345Z 	at io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$runTest$2(AbstractLineTcpReceiverFuzzTest.java:546)
2025-09-26T14:22:55.3315265Z 	at io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1154/0x0000028dc55d6000.run(Unknown Source)
2025-09-26T14:22:55.3316097Z 	at io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.lambda$runInContext$2(AbstractLineTcpReceiverTest.java:316)
2025-09-26T14:22:55.3316910Z 	at io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest$$Lambda$1155/0x0000028dc55d6220.run(Unknown Source)
2025-09-26T14:22:55.3317659Z 	at io.questdb.test.AbstractCairoTest.lambda$assertMemoryLeak$9(AbstractCairoTest.java:1245)
2025-09-26T14:22:55.3318372Z 	at io.questdb.test.AbstractCairoTest$$Lambda$408/0x0000028dc55262d0.run(Unknown Source)
2025-09-26T14:22:55.3319059Z 	at io.questdb.test.tools.TestUtils.assertMemoryLeak(TestUtils.java:741)
2025-09-26T14:22:55.3319765Z 	at io.questdb.test.AbstractCairoTest.assertMemoryLeak(AbstractCairoTest.java:1242)
2025-09-26T14:22:55.3320546Z 	at io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.runInContext(AbstractLineTcpReceiverTest.java:308)
2025-09-26T14:22:55.3321447Z 	at io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.runInContext(AbstractLineTcpReceiverTest.java:332)
2025-09-26T14:22:55.3322560Z 	at io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.runTest(AbstractLineTcpReceiverFuzzTest.java:530)
2025-09-26T14:22:55.3323565Z 	at io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.runTest(AbstractLineTcpReceiverFuzzTest.java:121)
2025-09-26T14:22:55.3324751Z 	at io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.runTest(LineTcpReceiverDropTableFuzzTest.java:44)
2025-09-26T14:22:55.3325630Z 	at io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.testInsertDropParallel(LineTcpReceiverDropTableFuzzTest.java:78)
2025-09-26T14:22:55.3326394Z 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-09-26T14:22:55.3327108Z 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
2025-09-26T14:22:55.3327863Z 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-09-26T14:22:55.3328576Z 	at java.lang.reflect.Method.invoke(Method.java:569)
2025-09-26T14:22:55.3329307Z 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
2025-09-26T14:22:55.3330076Z 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
2025-09-26T14:22:55.3330807Z 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
2025-09-26T14:22:55.3331654Z 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
2025-09-26T14:22:55.3354558Z 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
2025-09-26T14:22:55.3355584Z 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
2025-09-26T14:22:55.3356493Z 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
2025-09-26T14:22:55.3357236Z 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
2025-09-26T14:22:55.3358008Z 	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
2025-09-26T14:22:55.3358767Z 	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
2025-09-26T14:22:55.3359371Z 	at java.lang.Thread.run(Thread.java:840)
2025-09-26T14:22:55.3359772Z 
2025-09-26T14:22:55.3361583Z 2025-09-26T14:22:55.319004Z E i.q.t.TestListener ***** Test Failed ***** io.questdb.test.cutlass.line.tcp.LineTcpReceiverDropTableFuzzTest.testInsertDropParallel[WITH_WAL] duration_ms=1200461 : 
2025-09-26T14:22:55.3362390Z java.lang.Exception: Appears to be stuck in thread Thread-852
2025-09-26T14:22:55.3362971Z 	at io.questdb.network.Net.send(Native Method)
2025-09-26T14:22:55.3363543Z 	at io.questdb.network.Net.send(Net.java:308)
2025-09-26T14:22:55.3364283Z 	at io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverTest.sendToSocket(AbstractLineTcpReceiverTest.java:375)
2025-09-26T14:22:55.3365112Z 	at io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest.lambda$startThread$3(AbstractLineTcpReceiverFuzzTest.java:584)
2025-09-26T14:22:55.3365887Z 	at io.questdb.test.cutlass.line.tcp.AbstractLineTcpReceiverFuzzTest$$Lambda$1156/0x0000028dc55d6440.run(Unknown Source)
2025-09-26T14:22:55.3366539Z 	at java.lang.Thread.run(Thread.java:840)
2025-09-26T14:22:55.3366935Z 

@bluestreak01 bluestreak01 merged commit 9475910 into master Sep 26, 2025
33 of 35 checks passed
@bluestreak01 bluestreak01 deleted the vi_fix_index_reload branch September 26, 2025 14:48
bluestreak01 added a commit that referenced this pull request Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants