Github user mjwall commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/143#discussion_r76694377
--- Diff:
server/gc/src/main/java/org/apache/accumulo/gc/GarbageCollectWriteAheadLogs.java
---
@@ -80,10 +80,10 @@
public class GarbageCollectWriteAheadLogs {
private static final Logger log =
LoggerFactory.getLogger(GarbageCollectWriteAheadLogs.class);
+ private static final Map<HostAndPort,Long> firstSeenDead = new
HashMap<HostAndPort,Long>();
private final AccumuloServerContext context;
private final VolumeManager fs;
- private final Map<HostAndPort,Long> firstSeenDead = new
HashMap<HostAndPort,Long>();
--- End diff --
@phrocker if a tserver came back online, the firstSeenDead map should be
cleared
[here](https://github.com/adamjshook/accumulo/blob/b3aa27c0add1b9ddfbed31b3d4ed24e4119aef69/server/gc/src/main/java/org/apache/accumulo/gc/GarbageCollectWriteAheadLogs.java#L320)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---