Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage crash when update and yield #4926

Closed
nebula-bots opened this issue Nov 23, 2022 · 0 comments
Closed

storage crash when update and yield #4926

nebula-bots opened this issue Nov 23, 2022 · 0 comments
Assignees
Labels
affects/master PR/issue: this bug affects master version. auto-sync process/done Process of bug severity/blocker Severity of bug type/bug Type: something is unexpected
Milestone

Comments

@nebula-bots
Copy link
Contributor

https://discuss.nebula-graph.com.cn/t/topic/11414

CREATE SPACE `test` (partition_num = 20, replica_factor = 1, vid_type = FIXED_STRING(200));
USE `test`;
CREATE tag `aa` (`name` string NULL  COMMENT "名称");
INSERT VERTEX  aa(name) VALUES 'a:1005':('test');
UPDATE  VERTEX ON `aa` 'a:1005' SET `name` = 'test' YIELD 'a:1005' AS `aId`, `name`;
(gdb) bt
#0  0x00007f26e967f079 in vfprintf () from /lib64/libc.so.6
#1  0x00007f26e96aa179 in vsnprintf () from /lib64/libc.so.6
#2  0x0000000002c2a2b3 in ?? ()
#3  0x0000000002c2b737 in folly::stringVPrintf[abi:cxx11](char const*, __va_list_tag*) ()
#4  0x0000000002c2b8df in folly::stringPrintf[abi:cxx11](char const*, ...) ()
#5  0x00000000014ce1ca in nebula::storage::UpdateResNode<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::doExecute(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
#6  0x00000000014bd030 in nebula::storage::RelNode<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::execute(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
#7  0x00000000014bcd86 in nebula::storage::RelNode<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::doExecute(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
#8  0x00000000014bd030 in nebula::storage::RelNode<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::execute(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
#9  0x00000000014bbfb0 in nebula::storage::UpdateVertexProcessor::doProcess(nebula::storage::cpp2::UpdateVertexRequest const&) ()
#10 0x00000000028b3a27 in virtual thunk to apache::thrift::concurrency::FunctionRunner::run() ()
#11 0x0000000002a0ea38 in apache::thrift::concurrency::ThreadManager::Impl::Worker::run() ()
#12 0x0000000002a10b3e in apache::thrift::concurrency::PthreadThread::threadMain(void*) ()
#13 0x00007f26e9a07ea5 in start_thread () from /lib64/libpthread.so.0
#14 0x00007f26e9730b0d in clone () from /lib64/libc.so.6
@nebula-bots nebula-bots added auto-sync severity/none Severity of bug type/bug Type: something is unexpected labels Nov 23, 2022
@Sophie-Xie Sophie-Xie added this to the v3.4.0 milestone Nov 24, 2022
@nebula-bots nebula-bots added affects/none PR/issue: this bug affects none version. process/done Process of bug labels Jan 4, 2023
@nebula-bots nebula-bots added severity/blocker Severity of bug affects/master PR/issue: this bug affects master version. and removed severity/none Severity of bug affects/none PR/issue: this bug affects none version. labels Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/master PR/issue: this bug affects master version. auto-sync process/done Process of bug severity/blocker Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

4 participants