User Tools

Site Tools


wiki:sentry_troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:sentry_troubleshooting [2024/09/25 13:25] – add Kafka info antisawiki:sentry_troubleshooting [2026/05/27 08:16] (current) – [Postgres DB getting too big] antisa
Line 3: Line 3:
 ====== Sentry troubleshooting ====== ====== Sentry troubleshooting ======
 ===== Postgres DB getting too big ===== ===== Postgres DB getting too big =====
-One option is to truncate the nodestore_node table. Enter the DB:+One option is to truncate the nodestore_node table. nodestore stores the raw, unindexed parts of the data of an event. For example all event breadcrumbs and contexts are stored there. This means you will lose the details when clicking on any event in "Issues" tab. This is probably OK since you can still receive new events. 
 + 
 +Enter the DB:
  
   psql -U postgres   psql -U postgres
Line 64: Line 66:
 ... ...
 </code>  </code> 
-====== Tested on ======+==== Tested on =====
   * sentry_version: 23.8.0 (docker)   * sentry_version: 23.8.0 (docker)
   * PostgreSQL 14.5   * PostgreSQL 14.5
  
 +===== Can't start some containers =====
 +
 +<code | >
 +
 +ERROR: for memcached  UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
 +
 +ERROR: for symbolicator-cleanup  UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
 +
 +ERROR: for smtp  UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
 +
 +ERROR: for clickhouse  UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
 +
 +ERROR: for zookeeper  UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
 +
 +ERROR: for postgres  UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
 +ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
 +If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).
 +</code>
 +
 +Just run it with higher timeout value:
 +
 +  COMPOSE_HTTP_TIMEOUT=120 docker-compose ps
 +
 +==== Tested on =====
 +  * Sentry 20.6.037a7530 (docker)
  
 ====== See also ====== ====== See also ======
wiki/sentry_troubleshooting.1727270731.txt.gz · Last modified: by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki