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

Signoz example is not working #3910

Closed
danielbdias opened this issue Jun 12, 2024 · 1 comment
Closed

Signoz example is not working #3910

danielbdias opened this issue Jun 12, 2024 · 1 comment
Labels
bug Something isn't working triage requires triage

Comments

@danielbdias
Copy link
Contributor

Describe the bug

When you try to run Signoz example, located on https://github.com/kubeshop/tracetest/tree/main/examples/tracetest-signoz , and try to execute:

docker compose up

The entire command breaks after a while saying that clickhouse is not healthy, with a bunch of messages like this:

clickhouse                       | 2024.06.12 21:53:57.718726 [ 121 ] {} <Error> system.metric_log (ca0a8ece-6f32-42c6-8ca0-fc422f0d101f): Detaching broken part /var/lib/clickhouse/store/ca0/ca0a8ece-6f32-42c6-8ca0-fc422f0d101f/202406_1_1_0 (size: 138.24 KiB). If it happened after update, it is likely because of backward incompability. You need to resolve this manually
clickhouse                       | 2024.06.12 21:53:57.738898 [ 123 ] {} <Error> system.metric_log (ca0a8ece-6f32-42c6-8ca0-fc422f0d101f): Detaching broken part /var/lib/clickhouse/store/ca0/ca0a8ece-6f32-42c6-8ca0-fc422f0d101f/202406_1_6_1 (size: 142.47 KiB). If it happened after update, it is likely because of backward incompability. You need to resolve this manually
clickhouse                       | 2024.06.12 21:53:57.748356 [ 117 ] {} <Error> auto DB::MergeTreeData::loadDataPartsFromDisk(DB::MergeTreeData::DataPartsVector &, DB::MergeTreeData::DataPartsVector &, ThreadPool &, size_t, std::queue<std::vector<std::pair<String, DiskPtr>>> &, bool, const DB::MergeTreeSettingsPtr &)::(anonymous class)::operator()(const DB::String &, const DB::DiskPtr &) const: Code: 226. DB::Exception: Marks file '/var/lib/clickhouse/store/ca0/ca0a8ece-6f32-42c6-8ca0-fc422f0d101f/202406_7_7_0/data.mrk3' doesn't exist. (NO_FILE_IN_DATA_PART), Stack trace (when copying this message, always include the lines below):
clickhouse                       | 
clickhouse                       | 0. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ 0xa3ef75a in /usr/bin/clickhouse
clickhouse                       | 1. DB::Exception::Exception<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(int, fmt::v8::basic_format_string<char, fmt::v8::type_identity<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::type>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&) @ 0xa434458 in /usr/bin/clickhouse
clickhouse                       | 2. DB::MergeTreeDataPartCompact::loadIndexGranularity() @ 0x158c9789 in /usr/bin/clickhouse
clickhouse                       | 3. DB::IMergeTreeDataPart::loadColumnsChecksumsIndexes(bool, bool) @ 0x157cc03f in /usr/bin/clickhouse

Updating clickhouse to use their latest setup did not work.

@danielbdias danielbdias added bug Something isn't working triage requires triage labels Jun 12, 2024
@adnanrahic
Copy link
Contributor

This example is redundant since we have the signoz pokeshop example. I've removed this example in this PR: #3978

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage requires triage
Projects
None yet
Development

No branches or pull requests

2 participants