请问一下 doris stream load 写入json文件,多条数据时,文件内容只能是json array的形式吗?我文件只有一条json object的能正常写入,多条json object的文件写入时,报错:Reason: Parse json data for JsonDoc failed. code = 2, error-info:The document root must not be followed by other values..
各位大佬咨询一个问题:用docker搭建了一个FE、3个BE的集群。建了一张表插入几条数据查询没什么问题,插入十万条数据后 通过主键ID作为条件可以进行单条数据的查询,但是一查询多条(select from table limit 10)整个集群的BE节点就会全部挂掉,客户端显示 ERROR 1064 (HY000): errCode = 2, detailMessage = there is no scanNode Backend. [10005: in black list(A error occurred: errorCode=2001 errorMessage:Channel inactive error!)] be.out的日志start time: Tue Apr 13 18:19:54 CST 2021 ** Aborted at 1618450364 (unix time) try "date -d @1618450364" if you are using GNU date PC: @ 0x224fbf8 roaring_read_uint32_iterator
SIGILL (@0x224fbf8) received by PID 400 (TID 0x7f2ccb9c2700) from PID 35978232; stack trace: * @ 0x1ce30c2 google::(anonymous namespace)::FailureSignalHandler() @ 0x7f2cebc02630 (unknown) @ 0x224fbf8 roaring_read_uint32_iterator @ 0x185d1de doris::segment_v2::SegmentIterator::_init() @ 0x185d9ad doris::segment_v2::SegmentIterator::next_batch() @ 0x119b2e9 doris::BetaRowsetReader::next_block() @ 0x1103aa6 doris::CollectIterator::Level0Iterator::_refresh_current_row_v2() @ 0x11044d3 doris::CollectIterator::add_child() @ 0x10e579f doris::Reader::_capture_rs_readers() @ 0x10e95cb doris::Reader::init() @ 0x1725b0f doris::OlapScanner::open() @ 0x16e0d04 doris::OlapScanNode::scanner_thread() @ 0x11f9a4d doris::PriorityThreadPool::work_thread() @ 0x1cb78e7 thread_proxy @ 0x7f2cebbfaea5 start_thread @ 0x7f2ceb6219fd __clone
Keysluomo
@Keysluomo
镜像:apachedoris/doris-dev:build-env-1.2 源码:wget https://dist.apache.org/repos/dist/dev/incubator/doris/0.12.0-rc01/apache-doris-0.12.0-incubating-src.tar.gz 编译时出错: [INFO] ------------------------< org.apache:doris-fe >------------------------- [INFO] Building doris-fe 3.4.0 [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for net.sourceforge.czt.dev:java-cup:jar:0.11-a-czt02-cdh is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.480 s [INFO] Finished at: 2021-04-19T03:52:22Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project doris-fe: Could not resolve dependencies for project org.apache:doris-fe:jar:3.4.0: Failure to find net.sourceforge.czt.dev:java-cup:jar:0.11-a-czt02-cdh in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException 大佬们,这个该怎么解决
Keysluomo
@Keysluomo
忽略问题,已解决
gooqhy
@gooqhy
start time: Tue Apr 20 15:22:22 CST 2021 Aborted at 1618903356 (unix time) try "date -d @1618903356" if you are using GNU date PC: @ 0x224fbf8 roaring_read_uint32_iterator SIGILL (@0x224fbf8) received by PID 24410 (TID 0x7fa5adb29700) from PID 35978232; stack trace: @ 0x1ce30c2 google::(anonymous namespace)::FailureSignalHandler() @ 0x7fa61a678630 (unknown) @ 0x224fbf8 roaring_read_uint32_iterator @ 0x185d1de doris::segment_v2::SegmentIterator::_init() @ 0x185d9ad doris::segment_v2::SegmentIterator::next_batch() @ 0x119b2e9 doris::BetaRowsetReader::next_block() @ 0x183f535 doris::SchemaChangeWithSorting::process() @ 0x1843765 doris::SchemaChangeHandler::_convert_historical_rowsets() @ 0x184768a doris::SchemaChangeHandler::_do_process_alter_tablet_v2() @ 0x1848d42 doris::SchemaChangeHandler::process_alter_tablet_v2() @ 0x1871305 doris::EngineAlterTabletTask::execute() @ 0x1040379 doris::StorageEngine::execute_task() @ 0x168f9e6 doris::TaskWorkerPool::_alter_tablet() @ 0x1697f9a doris::TaskWorkerPool::_alter_tablet_worker_thread_callback() @ 0x137efa7 doris::ThreadPool::dispatch_thread() @ 0x1379453 doris::Thread::supervise_thread() @ 0x7fa61a670ea5 start_thread @ 0x7fa61a0979fd __clone 求问大神,这个问题如何解决?
yaowanli
@yaowanli
大家好,想问一下,
= Memory exceed limit. Spill sort, while getting next. Backend: IP、, fragment: 9d9b8624d3614309-991688cb186b0373 Used: 215901767372, Limit: 215899308032. You can change the limit by session variable exec_mem_limit.