Skip to content
代码片段 群组 项目
未验证 提交 fca17173 编辑于 作者: Achilleas Pipinellis's avatar Achilleas Pipinellis 提交者: GitLab
浏览文件

Merge branch 'CipherError' into 'master'

Sidekiq CipherError troubleshooting details

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/156371



Merged-by: default avatarAchilleas Pipinellis <axil@gitlab.com>
Co-authored-by: default avatarBen Bodenmiller <bbodenmiller@gmail.com>
No related branches found
No related tags found
无相关合并请求
...@@ -588,6 +588,16 @@ but if you want to clear the idempotency key immediately, follow the following s ...@@ -588,6 +588,16 @@ but if you want to clear the idempotency key immediately, follow the following s
Sidekiq `BROP` calls can cause CPU usage to increase on Redis. Sidekiq `BROP` calls can cause CPU usage to increase on Redis.
Increase the [`SIDEKIQ_SEMI_RELIABLE_FETCH_TIMEOUT` environment variable](../environment_variables.md) to improve CPU usage on Redis. Increase the [`SIDEKIQ_SEMI_RELIABLE_FETCH_TIMEOUT` environment variable](../environment_variables.md) to improve CPU usage on Redis.
## Error: `OpenSSL::Cipher::CipherError`
If you receive error messages like:
```plaintext
"OpenSSL::Cipher::CipherError","exception.message":"","exception.backtrace":["encryptor (3.0.0) lib/encryptor.rb:98:in `final'","encryptor (3.0.0) lib/encryptor.rb:98:in `crypt'","encryptor (3.0.0) lib/encryptor.rb:49:in `decrypt'"
```
This error means that the processes are unable to decrypt encrypted data that is stored in the GitLab database. This indicates that there is some problem with your `/etc/gitlab/gitlab-secrets.json` file, ensure that you copied the file from your main GitLab node to your Sidekiq nodes.
## Related topics ## Related topics
- [Elasticsearch workers overload Sidekiq](../../integration/advanced_search/elasticsearch_troubleshooting.md#elasticsearch-workers-overload-sidekiq). - [Elasticsearch workers overload Sidekiq](../../integration/advanced_search/elasticsearch_troubleshooting.md#elasticsearch-workers-overload-sidekiq).
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册