Skip to content

Commit 8db4821

Browse files
committed
Fix doc links, add to "never exiting" section.
1 parent 2327353 commit 8db4821

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: docs/trouble.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,22 @@ The most common reason for this is that your events are outside the configured w
66
minutes, which means that any events with a timestamp older than ten minutes in the past will be dropped. Some things
77
to check are:
88

9-
1. Make sure you are sending events within the windowPeriod. See the [design document](design.md) for more information
10-
about how this works.
9+
1. Make sure you are sending events within the windowPeriod. See the
10+
[overview](overview.md#segment-granularity-and-window-period) for more information about how this works.
1111
2. Make sure you have set up an appropriate Timestamper and TimestampSpec, so Tranquility and Druid both know
1212
what timestamp your events have.
1313

1414
## My tasks are never exiting.
1515

1616
The most common reason for this is that handoff is not occurring- your historical nodes are not loading the segments
17-
created by your realtime tasks (see the [design document](design.md) for more information about how this works).
17+
created by your realtime tasks (see the [overview](overview.md) for more information about how this works).
1818

1919
Ensure that your coordinator and historical nodes are running, and that your historical nodes have sufficient capacity
2020
to load new segments. You'll see warnings or errors in the coordinator logs if they do not.
2121

22+
Another possibility is that your windowPeriod is excessively long. Keep in mind that tasks cannot hand off and exit
23+
until the segmentGranularity interval is over and the windowPeriod has elapsed.
24+
2225
## I'm getting strange Jackson or Curator exceptions.
2326

2427
Most of Tranquility uses com.fasterxml.jackson 2.4.x, but Curator is still built against the older org.codehaus.jackson.

0 commit comments

Comments
 (0)