Skip to content

Commit a93116e

Browse files
authored
Fix typo (github#1386)
1 parent 4b0a3e1 commit a93116e

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

_troubleshooting/timescaledb/dropping-chunks-times-out.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ tags: [drop, delete, locks]
1919
-->
2020

2121
When you drop a chunk, it requires an exclusive lock. If a chunk is being
22-
If a chunk is being accessed by another session, you cannot drop the chunk at the same time. If a drop chunk
23-
operation can't get the lock on the chunk, then it times out and the process
24-
fails. To resolve this problem, check what is locking the chunk. In some cases,
25-
this could be caused by a continuous aggregate or other process accessing the
26-
chunk. When the drop chunk operation can get an exclusive lock on the chunk, it
27-
completes as expected.
22+
accessed by another session, you cannot drop the chunk at the same time. If a
23+
drop chunk operation can't get the lock on the chunk, then it times out and the
24+
process fails. To resolve this problem, check what is locking the chunk. In some
25+
cases, this could be caused by a continuous aggregate or other process accessing
26+
the chunk. When the drop chunk operation can get an exclusive lock on the chunk,
27+
it completes as expected.
2828

2929
For more information about locks, see the
3030
[PostgreSQL lock monitoring documentation][pg-lock-monitoring].

timescaledb/how-to-guides/data-retention/troubleshooting.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ keywords: [data retention, troubleshooting]
55
---
66

77
# Troubleshooting data retention
8+
89
This section contains some ideas for troubleshooting common problems experienced
910
with data retention.
1011

@@ -19,13 +20,14 @@ with data retention.
1920
-->
2021

2122
## Dropping chunks times out
23+
2224
When you drop a chunk, it requires an exclusive lock. If a chunk is being
23-
If a chunk is being accessed by another session, you cannot drop the chunk at the same time. If a drop chunk
24-
operation can't get the lock on the chunk, then it times out and the process
25-
fails. To resolve this problem, check what is locking the chunk. In some cases,
26-
this could be caused by a continuous aggregate or other process accessing the
27-
chunk. When the drop chunk operation can get an exclusive lock on the chunk, it
28-
completes as expected.
25+
accessed by another session, you cannot drop the chunk at the same time. If a
26+
drop chunk operation can't get the lock on the chunk, then it times out and the
27+
process fails. To resolve this problem, check what is locking the chunk. In some
28+
cases, this could be caused by a continuous aggregate or other process accessing
29+
the chunk. When the drop chunk operation can get an exclusive lock on the chunk,
30+
it completes as expected.
2931

3032
For more information about locks, see the
3133
[PostgreSQL lock monitoring documentation][pg-lock-monitoring].

0 commit comments

Comments
 (0)