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

Manticore 5 support #176

Closed
CGretski opened this issue Oct 2, 2022 · 2 comments
Closed

Manticore 5 support #176

CGretski opened this issue Oct 2, 2022 · 2 comments

Comments

@CGretski
Copy link

CGretski commented Oct 2, 2022

Bug in manticore searchd uses all available processor time.
Upstream bug

Please use version of manticore >= 4.0.2

@CGretski
Copy link
Author

CGretski commented Oct 2, 2022

After making a copy of database folder (to manticoredb) I have successfully used version 1.9.0 with a standalone instance of manticore 5.0.2 on Windows with no real problems.
"d:\manticore\bin\searchd.exe" --config d:\rats\data\manticore.conf --pidfile

There is an error in rats.log during startup, though it doesn't seem to affect anything:
[12:25:29] founded running sphinx instance in D:\rats/data/searchd.pid, using it
[12:25:29] changed configuration user directory: undefined
[12:25:29] [ERROR] Rejection: TypeError: Error processing argument at index 1, conversion failure from undefined
at App. (D:\rats\resources\app.asar\app\background.js:1:130641)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)

[12:25:29] external sphinx signalled
[12:25:30] db version 8
[12:25:30] db patch done

My config file is attached:
manticore.conf

Notable changes from original sphinx.conf:

  • workers directive no longer exists
  • configured empty "stored_fields" on torrents index as default for stored_fields is now all full-texts fields.

For performance tuning on my machine I also configured rt_mem_limit on the files and torrents indexes and disabled psuedo_sharding.

@DEgITx
Copy link
Owner

DEgITx commented Oct 3, 2022

I created branch with manticore5 support, need also some additional changes to handle it properly

@DEgITx DEgITx changed the title Database causes 100% CPU Manticore 5 support Nov 28, 2022
@DEgITx DEgITx closed this as completed Nov 28, 2022
github-actions bot pushed a commit that referenced this issue Feb 23, 2023
# [1.10.0](v1.9.0...v1.10.0) (2023-02-23)

### Bug Fixes

* **db:** fix replace values func with new manticore ([7279ade](7279ade))
* **docker:** fix build ([4340763](4340763))
* **docker:** fixes ([1feab1c](1feab1c))
* **docker:** more fixes ([bd40cb5](bd40cb5))
* **docker:** update install command ([61ae1b8](61ae1b8))

### Features

* **core:** update libs ([581aed4](581aed4))
* **core:** update libs ([0d70850](0d70850))
* **db:** changed config for manticore 5 support [#176](#176) ([2b3676d](2b3676d))
* **db:** update to manticore 6.0.2 ([c24ac47](c24ac47))
* **linux:** manticore5 ([4a2bcc7](4a2bcc7))
* **macos:** manticore5 for macos ([46fa48a](46fa48a))
* **macos:** support of arm64 manticore ([50d05ec](50d05ec))
* **win:** switch to manticore 5.0.2 ([c7ba49a](c7ba49a))
github-actions bot pushed a commit that referenced this issue Feb 24, 2023
# [1.10.0](v1.9.0...v1.10.0) (2023-02-24)

### Bug Fixes

* **db:** fix replace values func with new manticore ([7279ade](7279ade))
* **docker:** fix build ([4340763](4340763))
* **docker:** fixes ([1feab1c](1feab1c))
* **docker:** more fixes ([bd40cb5](bd40cb5))
* **docker:** update install command ([61ae1b8](61ae1b8))

### Features

* **core:** update libs ([581aed4](581aed4))
* **core:** update libs ([0d70850](0d70850))
* **db:** changed config for manticore 5 support [#176](#176) ([2b3676d](2b3676d))
* **db:** update to manticore 6.0.2 ([c24ac47](c24ac47))
* **linux:** manticore5 ([4a2bcc7](4a2bcc7))
* **macos:** manticore5 for macos ([46fa48a](46fa48a))
* **macos:** support of arm64 manticore ([50d05ec](50d05ec))
* **win:** switch to manticore 5.0.2 ([c7ba49a](c7ba49a))
github-actions bot pushed a commit that referenced this issue Feb 24, 2023
# [1.10.0](v1.9.0...v1.10.0) (2023-02-24)

### Bug Fixes

* **db:** fix replace values func with new manticore ([7279ade](7279ade))
* **docker:** fix build ([4340763](4340763))
* **docker:** fixes ([1feab1c](1feab1c))
* **docker:** more fixes ([bd40cb5](bd40cb5))
* **docker:** update install command ([61ae1b8](61ae1b8))

### Features

* **core:** update libs ([581aed4](581aed4))
* **core:** update libs ([0d70850](0d70850))
* **db:** changed config for manticore 5 support [#176](#176) ([2b3676d](2b3676d))
* **db:** update to manticore 6.0.2 ([c24ac47](c24ac47))
* **linux:** manticore5 ([4a2bcc7](4a2bcc7))
* **macos:** manticore5 for macos ([46fa48a](46fa48a))
* **macos:** support of arm64 manticore ([50d05ec](50d05ec))
* **win:** switch to manticore 5.0.2 ([c7ba49a](c7ba49a))
github-actions bot pushed a commit that referenced this issue Feb 24, 2023
# [1.10.0](v1.9.0...v1.10.0) (2023-02-24)

### Bug Fixes

* **db:** fix replace values func with new manticore ([7279ade](7279ade))
* **docker:** fix build ([4340763](4340763))
* **docker:** fixes ([1feab1c](1feab1c))
* **docker:** more fixes ([bd40cb5](bd40cb5))
* **docker:** update install command ([61ae1b8](61ae1b8))

### Features

* **core:** update libs ([581aed4](581aed4))
* **core:** update libs ([0d70850](0d70850))
* **db:** changed config for manticore 5 support [#176](#176) ([2b3676d](2b3676d))
* **db:** update to manticore 6.0.2 ([c24ac47](c24ac47))
* **linux:** manticore5 ([4a2bcc7](4a2bcc7))
* **macos:** manticore5 for macos ([46fa48a](46fa48a))
* **macos:** support of arm64 manticore ([50d05ec](50d05ec))
* **win:** switch to manticore 5.0.2 ([c7ba49a](c7ba49a))
github-actions bot pushed a commit that referenced this issue Feb 26, 2023
# [1.10.0](v1.9.0...v1.10.0) (2023-02-26)

### Bug Fixes

* **db:** fix replace values func with new manticore ([7279ade](7279ade))
* **docker:** fix build ([4340763](4340763))
* **docker:** fixes ([1feab1c](1feab1c))
* **docker:** more fixes ([bd40cb5](bd40cb5))
* **docker:** update install command ([61ae1b8](61ae1b8))

### Features

* **core:** update libs ([581aed4](581aed4))
* **core:** update libs ([0d70850](0d70850))
* **db:** changed config for manticore 5 support [#176](#176) ([2b3676d](2b3676d))
* **db:** update to manticore 6.0.2 ([c24ac47](c24ac47))
* **linux:** manticore5 ([4a2bcc7](4a2bcc7))
* **macos:** manticore5 for macos ([46fa48a](46fa48a))
* **macos:** support of arm64 manticore ([50d05ec](50d05ec))
* **win:** switch to manticore 5.0.2 ([c7ba49a](c7ba49a))
github-actions bot pushed a commit that referenced this issue Feb 26, 2023
# [1.10.0](v1.9.0...v1.10.0) (2023-02-26)

### Bug Fixes

* **db:** fix replace values func with new manticore ([7279ade](7279ade))
* **docker:** fix build ([4340763](4340763))
* **docker:** fixes ([1feab1c](1feab1c))
* **docker:** more fixes ([bd40cb5](bd40cb5))
* **docker:** update install command ([61ae1b8](61ae1b8))

### Features

* **core:** update libs ([581aed4](581aed4))
* **core:** update libs ([0d70850](0d70850))
* **db:** changed config for manticore 5 support [#176](#176) ([2b3676d](2b3676d))
* **db:** update to manticore 6.0.2 ([c24ac47](c24ac47))
* **linux:** manticore5 ([4a2bcc7](4a2bcc7))
* **macos:** manticore5 for macos ([46fa48a](46fa48a))
* **macos:** support of arm64 manticore ([50d05ec](50d05ec))
* **win:** switch to manticore 5.0.2 ([c7ba49a](c7ba49a))
DEgITx pushed a commit that referenced this issue Jun 1, 2023
# [1.10.0](v1.9.0...v1.10.0) (2023-02-26)

### Bug Fixes

* **db:** fix replace values func with new manticore ([7279ade](7279ade))
* **docker:** fix build ([4340763](4340763))
* **docker:** fixes ([1feab1c](1feab1c))
* **docker:** more fixes ([bd40cb5](bd40cb5))
* **docker:** update install command ([61ae1b8](61ae1b8))

### Features

* **core:** update libs ([581aed4](581aed4))
* **core:** update libs ([0d70850](0d70850))
* **db:** changed config for manticore 5 support [#176](#176) ([2b3676d](2b3676d))
* **db:** update to manticore 6.0.2 ([c24ac47](c24ac47))
* **linux:** manticore5 ([4a2bcc7](4a2bcc7))
* **macos:** manticore5 for macos ([46fa48a](46fa48a))
* **macos:** support of arm64 manticore ([50d05ec](50d05ec))
* **win:** switch to manticore 5.0.2 ([c7ba49a](c7ba49a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants