-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27654/
-----------------------------------------------------------
(Updated Nov. 7, 2014, 12:59 a.m.)
Review request for accumulo.
Changes
-------
Addresses all of the comments so far. Doesn't directly do much to mitigate spam
of repeated warnings except to change the timer thread to run at 1/2 the
current warning duration (which is a mitigation in itself, I guess). Added some
extra logging that I could use to verify correctness on a system -- still no
tests for this (which I can probably do).
Bugs: ACCUMULO-3304
https://issues.apache.org/jira/browse/ACCUMULO-3304
Repository: accumulo
Description
-------
Watches assignments and reports when an assignment is running for longer than a
configured time.
Diffs (updated)
-----
core/src/main/java/org/apache/accumulo/core/conf/Property.java 56f3d9c
server/tserver/pom.xml 3ea50ad
server/tserver/src/main/java/org/apache/accumulo/tserver/ActiveAssignmentRunnable.java
PRE-CREATION
server/tserver/src/main/java/org/apache/accumulo/tserver/RunnableStartedAt.java
PRE-CREATION
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java
94be0bb
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java
935ffeb
Diff: https://reviews.apache.org/r/27654/diff/
Testing
-------
Very minimal.
Thanks,
Josh Elser