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

manticoresearch 6.2.12 #140799

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

chenrui333
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Manticore Search 6.2.12
Released: Aug 23rd 2023

➡️➡️➡️ DOWNLOAD HERE ⬅️⬅️⬅️

Version 6.2.12 continues the 6.2 series and addresses issues discovered after the release of 6.2.0.

Bugfixes

  • Issue #1351 "Manticore 6.2.0 doesn't start via systemctl on Centos 7": Modified TimeoutStartSec from infinity to 0 for better compatibility with Centos 7.
  • Issue #1364 "Crash after upgrading from 6.0.4 to 6.2.0": Added replay functionality for empty binlog files from older binlog versions.
  • PR #1334 "fix typo in searchdreplication.cpp": Corrected a typo in searchdreplication.cpp: beggining -> beginning.
  • Issue #1337 "Manticore 6.2.0 WARNING: conn (local)(12), sock=8088: bailing on failed MySQL header, AsyncNetInputBuffer_c::AppendData: error 11 (Resource temporarily unavailable) return -1": Lowered the verbosity level of the MySQL interface warning about the header to logdebugv.
  • Issue #1355 "join cluster hangs when node_address can't be resolved": Improved replication retry when certain nodes are unreachable, and their name resolution fails. This should resolve issues in Kubernetes and Docker nodes related to replication. Enhanced the error message for replication start failures and made updates to test model 376. Additionally, provided a clear error message for name resolution failures.
  • Issue #1361 "No lower case mapping for "Ø" in charset non_cjk": Adjusted the mapping for the 'Ø' character.
  • Issue #1365 "searchd leaves binlog.meta and binlog.001 after clean stop": Ensured that the last empty binlog file is removed properly.
  • Commit 0871: Fixed the Thd_t build issue on Windows related to atomic copy restrictions.
  • Commit 1cc0: Addressed an issue with FT CBO vs ColumnarScan.
  • Commit c6bf: Made corrections to test 376 and added a substitution for the AF_INET error in the test.
  • Commit cbc3: Resolved a deadlock issue during replication when updating blob attributes versus replacing documents. Also removed the rlock of the index during commit because it's already locked at a more basic level.

Minor changes

  • Commit 4f91 Updated info on /bulk endpoints in the manual.

MCL

@github-actions github-actions bot added bump-formula-pr PR was created using `brew bump-formula-pr` boost Boost use is a significant feature of the PR or issue icu4c ICU use is a significant feature of the PR or issue labels Aug 29, 2023
@SMillerDev
Copy link
Member

  /tmp/manticoresearch-20230829-86531-1wlfd1m/manticoresearch-6.2.12/src/sphinxsort.cpp:3324:18: error: constexpr if condition evaluates to 2, which cannot be narrowed to type 'bool' [-Wc++11-narrowing]
                  if constexpr ( DISTINCT )
                                 ^

@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Aug 30, 2023
@chenrui333
Copy link
Member Author

only failed on big_sur builds.

@github-actions

This comment was marked as resolved.

@github-actions github-actions bot added the stale No recent activity label Sep 3, 2023
@chenrui333 chenrui333 added help wanted Task(s) needing PRs from the community or maintainers and removed stale No recent activity labels Sep 3, 2023
@cho-m
Copy link
Member

cho-m commented Sep 4, 2023

Sounds like P1401R5. Support was added in LLVM/Clang 14 (https://clang.llvm.org/cxx_status.html#cxx23).

Though it is considered a C++23 standard requirement and manticoresearch claims C++17 - https://github.com/manticoresoftware/manticoresearch/blob/master/CMakeLists.txt#L24

@chenrui333
Copy link
Member Author

gonna close it for now

@chenrui333 chenrui333 closed this Oct 9, 2023
@chenrui333
Copy link
Member Author

only failed on big_sur builds.

Since it only failed with big_sur builds, it is better time to try it now.

@chenrui333 chenrui333 reopened this Nov 7, 2023
@chenrui333 chenrui333 added the CI-requeued PR has been re-added to the queue label Nov 7, 2023
@chenrui333 chenrui333 force-pushed the bump-manticoresearch-6.2.12 branch from a923a7b to e768899 Compare November 7, 2023 02:25
@chenrui333
Copy link
Member Author

also relates to #153108

@chenrui333 chenrui333 added ready to merge PR can be merged once CI is green and removed help wanted Task(s) needing PRs from the community or maintainers CI-requeued PR has been re-added to the queue CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Nov 7, 2023
Copy link
Contributor

github-actions bot commented Nov 7, 2023

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Nov 7, 2023
@BrewTestBot BrewTestBot enabled auto-merge November 7, 2023 05:18
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 7, 2023
Merged via the queue into Homebrew:master with commit 17e3c41 Nov 7, 2023
@github-actions github-actions bot added the outdated PR was locked due to age label Dec 11, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 11, 2023
@chenrui333 chenrui333 deleted the bump-manticoresearch-6.2.12 branch January 22, 2024 17:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
boost Boost use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. icu4c ICU use is a significant feature of the PR or issue outdated PR was locked due to age ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants