Ian Maxon created ASTERIXDB-3245:
------------------------------------
Summary: SqlppStaticPartitioningExecutionTest hangs after
user-defined-functions/query-issue244
Key: ASTERIXDB-3245
URL: https://issues.apache.org/jira/browse/ASTERIXDB-3245
Project: Apache AsterixDB
Issue Type: Bug
Components: RT - Runtime, TEST - Test Framework
Affects Versions: 0.9.9
Reporter: Ian Maxon
This has happened a couple times, this suite will pass this test and then
subsequently hang. The info.log shows this as the last action before the
harness or cluster hangs:
{noformat}
23:32:09.467 [HttpExecutor(port:19004)-2] INFO
org.apache.asterix.api.http.server.QueryServiceServlet - handleRequest:
{"host":"127.0.0.1:19004","path":"/query/service","statement":"select
dv.DataverseName from Metadata.`Dataverse` as dv order by
dv.DataverseName","pretty":false,"mode":"immediate","clientContextID":null,"clientType":"ASTERIX","dataverse":null,"format":"CLEAN_JSON","timeout":9223372036854775807,"maxResultReads":1,"planFormat":"STRING","expressionTree":false,"rewrittenExpressionTree":false,"logicalPlan":false,"optimizedLogicalPlan":false,"job":false,"profile":"counts","signature":true,"multiStatement":true,"parseOnly":false,"readOnly":false,"maxWarnings":0,"sqlCompat":false}
23:32:09.468 [Executor-2:ClusterController] INFO
org.apache.asterix.messaging.CCMessageBroker - Received message:
ExecuteStatementRequestMessage(id=6597, from=asterix_nc1,
uuid=7b61cb06-2d0b-4e51-9c47-cb345c26cf1c): select dv.DataverseName from
Metadata.`Dataverse` as dv order by dv.DataverseName;
23:32:09.477 [Worker:ClusterController] INFO
org.apache.hyracks.control.cc.work.JobCleanupWork - Cleanup for job: JID:0.25470
23:32:09.477 [Worker:asterix_nc1] INFO
org.apache.asterix.messaging.NCMessageBroker - Received message:
ExecuteStatementResponseMessage(id=6597): 56 characters
23:32:09.478 [main] INFO org.apache.asterix.test.common.TestExecutor - Last
test left some garbage. Dropping dataverses: test
23:32:09.479 [HttpExecutor(port:19005)-12] INFO
org.apache.asterix.api.http.server.QueryServiceServlet - handleRequest:
{"host":"127.0.0.1:19005","path":"/query/service","statement":"drop dataverse
`test`;\\n","pretty":false,"mode":"immediate","clientContextID":null,"clientType":"ASTERIX","dataverse":null,"format":"CLEAN_JSON","timeout":9223372036854775807,"maxResultReads":1,"planFormat":"STRING","expressionTree":false,"rewrittenExpressionTree":false,"logicalPlan":false,"optimizedLogicalPlan":false,"job":false,"profile":"counts","signature":true,"multiStatement":true,"parseOnly":false,"readOnly":false,"maxWarnings":0,"sqlCompat":false}
23:32:09.479 [Executor-2:ClusterController] INFO
org.apache.asterix.messaging.CCMessageBroker - Received message:
ExecuteStatementRequestMessage(id=6596, from=asterix_nc2,
uuid=4f4048ed-e073-4602-9e4f-c9b2ff8a1dda): drop dataverse `test`;
;
23:32:09.489 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:2:0] INFO
org.apache.hyracks.storage.am.common.dataflow.IndexDataflowHelper - Dropping
index storage/partition_4/test/mydataset/0/mydataset on node asterix_nc2
23:32:09.489 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:1:0] INFO
org.apache.hyracks.storage.am.common.dataflow.IndexDataflowHelper - Dropping
index storage/partition_2/test/mydataset/0/mydataset on node asterix_nc1
23:32:09.489 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:0:0] INFO
org.apache.hyracks.storage.am.common.dataflow.IndexDataflowHelper - Dropping
index storage/partition_0/test/mydataset/0/mydataset on node asterix_nc1
23:32:09.489 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:3:0] INFO
org.apache.hyracks.storage.am.common.dataflow.IndexDataflowHelper - Dropping
index storage/partition_6/test/mydataset/0/mydataset on node asterix_nc2
23:32:09.494 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:1:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deactivating
the index: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_2/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}. STARTED
23:32:09.494 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:1:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deactivating
the disk components of: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_2/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}
23:32:09.494 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:1:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deallocating
memory components of: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_2/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}
23:32:09.494 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:1:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deactivating
the index: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_2/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}. COMPLETED
23:32:09.496 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:1:0] INFO
org.apache.hyracks.storage.am.common.dataflow.IndexDataflowHelper - Dropping
index storage/partition_3/test/mydataset/0/mydataset on node asterix_nc1
23:32:09.498 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:0:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deactivating
the index: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_0/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}. STARTED
23:32:09.498 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:0:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deactivating
the disk components of: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_0/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}
23:32:09.498 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:0:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deallocating
memory components of: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_0/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}
23:32:09.498 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:0:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deactivating
the index: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_0/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}. COMPLETED
23:32:09.500 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:0:0] INFO
org.apache.hyracks.storage.am.common.dataflow.IndexDataflowHelper - Dropping
index storage/partition_1/test/mydataset/0/mydataset on node asterix_nc1
23:32:09.502 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:1:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deactivating
the index: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice2/storage/partition_3/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}. STARTED
23:32:09.502 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:1:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deactivating
the disk components of: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice2/storage/partition_3/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}
23:32:09.502 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:1:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deallocating
memory components of: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice2/storage/partition_3/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}
23:32:09.502 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:1:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deactivating
the index: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice2/storage/partition_3/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}. COMPLETED
23:32:09.506 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:0:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deactivating
the index: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice2/storage/partition_1/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}. STARTED
23:32:09.507 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:0:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deactivating
the disk components of: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice2/storage/partition_1/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}
23:32:09.507 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:0:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deallocating
memory components of: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice2/storage/partition_1/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}
23:32:09.507 [SAO:JID:0.25471:TAID:TID:ANID:ODID:0:0:0:0] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Deactivating
the index: {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice2/storage/partition_1/test/mydataset/0/mydataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"null"},
{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE", "writers":0,
"readers":0, "pendingFlushes":0, "id":"null"}], "disk" : 0,
"num-scheduled-flushes":0, "current-memory-component":0}. COMPLETED
00:15:15.576 [Checkpoint Thread (94)] INFO
org.apache.asterix.common.context.DatasetLifecycleManager - Async flushing
Dataset (10), Partition (-1)
00:15:15.578 [Checkpoint Thread (94)] INFO
org.apache.asterix.common.context.DatasetLifecycleManager - Async flushing
Dataset (11), Partition (-1)
00:15:15.578 [Checkpoint Thread (94)] INFO
org.apache.asterix.common.context.DatasetLifecycleManager - Async flushing
Dataset (15), Partition (-1)
00:15:15.587 [Executor-255:asterix_nc1] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Flushing
component with id: [2,2] in the index {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_-1/Metadata/Feed/0/Feed",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"[1,1]"},
{"class":"LSMBTreeMemoryComponent", "state":"READABLE_UNWRITABLE_FLUSHING",
"writers":0, "readers":1, "pendingFlushes":0, "id":"[2,2]"}], "disk" : 1,
"num-scheduled-flushes":1, "current-memory-component":0}
00:15:15.590 [Executor-256:asterix_nc1] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Flushing
component with id: [2,2] in the index {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_-1/Metadata/FeedConnection/0/FeedConnection",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"[1,1]"},
{"class":"LSMBTreeMemoryComponent", "state":"READABLE_UNWRITABLE_FLUSHING",
"writers":0, "readers":1, "pendingFlushes":0, "id":"[2,2]"}], "disk" : 1,
"num-scheduled-flushes":1, "current-memory-component":0}
00:15:15.591 [Executor-257:asterix_nc1] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Flushing
component with id: [2,2] in the index {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_-1/Metadata/Synonym/0/Synonym",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"[1,1]"},
{"class":"LSMBTreeMemoryComponent", "state":"READABLE_UNWRITABLE_FLUSHING",
"writers":0, "readers":1, "pendingFlushes":0, "id":"[2,2]"}], "disk" : 1,
"num-scheduled-flushes":1, "current-memory-component":0}
00:19:15.579 [Checkpoint Thread (94)] INFO
org.apache.asterix.common.context.DatasetLifecycleManager - Async flushing
Dataset (1), Partition (-1)
00:19:15.579 [Checkpoint Thread (94)] INFO
org.apache.asterix.common.context.DatasetLifecycleManager - Async flushing
Dataset (2), Partition (-1)
00:19:15.580 [Checkpoint Thread (94)] INFO
org.apache.asterix.common.context.DatasetLifecycleManager - Async flushing
Dataset (3), Partition (-1)
00:19:15.580 [Checkpoint Thread (94)] INFO
org.apache.asterix.common.context.DatasetLifecycleManager - Async flushing
Dataset (4), Partition (-1)
00:19:15.580 [Checkpoint Thread (94)] INFO
org.apache.asterix.common.context.DatasetLifecycleManager - Async flushing
Dataset (6), Partition (-1)
00:19:15.580 [Checkpoint Thread (94)] INFO
org.apache.asterix.common.context.DatasetLifecycleManager - Async flushing
Dataset (7), Partition (-1)
00:19:15.589 [Executor-258:asterix_nc1] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Flushing
component with id: [4,4] in the index {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_-1/Metadata/Dataverse/0/Dataverse",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"[3,3]"},
{"class":"LSMBTreeMemoryComponent", "state":"READABLE_UNWRITABLE_FLUSHING",
"writers":0, "readers":1, "pendingFlushes":0, "id":"[4,4]"}], "disk" : 1,
"num-scheduled-flushes":1, "current-memory-component":0}
00:19:15.592 [Executor-259:asterix_nc1] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Flushing
component with id: [4,4] in the index {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_-1/Metadata/Dataset/0/Dataset",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"[3,3]"},
{"class":"LSMBTreeMemoryComponent", "state":"READABLE_UNWRITABLE_FLUSHING",
"writers":0, "readers":1, "pendingFlushes":0, "id":"[4,4]"}], "disk" : 1,
"num-scheduled-flushes":1, "current-memory-component":0}
00:19:15.592 [Executor-260:asterix_nc1] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Flushing
component with id: [4,4] in the index {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_-1/Metadata/Datatype/0/Datatype",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"[3,3]"},
{"class":"LSMBTreeMemoryComponent", "state":"READABLE_UNWRITABLE_FLUSHING",
"writers":0, "readers":1, "pendingFlushes":0, "id":"[4,4]"}], "disk" : 1,
"num-scheduled-flushes":1, "current-memory-component":0}
00:19:15.593 [Executor-261:asterix_nc1] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Flushing
component with id: [4,4] in the index {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_-1/Metadata/Index/0/Index",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"[3,3]"},
{"class":"LSMBTreeMemoryComponent", "state":"READABLE_UNWRITABLE_FLUSHING",
"writers":0, "readers":1, "pendingFlushes":0, "id":"[4,4]"}], "disk" : 1,
"num-scheduled-flushes":1, "current-memory-component":0}
00:19:15.607 [Executor-262:asterix_nc1] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Flushing
component with id: [4,4] in the index {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_-1/Metadata/Nodegroup/0/Nodegroup",
"memory" : [{"class":"LSMBTreeMemoryComponent", "state":"INACTIVE",
"writers":0, "readers":0, "pendingFlushes":0, "id":"[3,3]"},
{"class":"LSMBTreeMemoryComponent", "state":"READABLE_UNWRITABLE_FLUSHING",
"writers":0, "readers":1, "pendingFlushes":0, "id":"[4,4]"}], "disk" : 1,
"num-scheduled-flushes":1, "current-memory-component":0}
00:19:15.611 [Executor-258:asterix_nc1] INFO
org.apache.hyracks.storage.am.lsm.common.impls.AbstractLSMIndex - Flushing
component with id: [3,3] in the index {"class" : "LSMBTree", "dir" :
"/home/jenkins/workspace/asterix-gerrit-ssl-compression/asterixdb/asterix-app/target/io/dir/asterix_nc1/asterix_nc1/iodevice1/storage/partition_-1/Metadata/Function/0/Function",
"memory" : [{"class":"LSMBTreeMemoryComponent",
"state":"READABLE_UNWRITABLE_FLUSHING", "writers":0, "readers":1,
"pendingFlushes":0, "id":"[3,3]"}, {"class":"LSMBTreeMemoryComponent",
"state":"INACTIVE", "writers":0, "readers":0, "pendingFlushes":0,
"id":"[2,2]"}], "disk" : 2, "num-scheduled-flushes":1,
"current-memory-component":1}
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)