[ https://issues.apache.org/jira/browse/ACCUMULO-3858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562087#comment-14562087 ]
Josh Elser commented on ACCUMULO-3858: -------------------------------------- Rerunning this on my laptop with a few modifications to retry the check when it doesn't match the range the first time, I've seen {noformat} 2015-05-27 20:39:04,243 [functional.WatchTheWatchCountIT] DEBUG: Expected number of watchers to be contained in (500‥600), but actually was 500. Sleeping and retrying 2015-05-27 20:39:09,248 [functional.WatchTheWatchCountIT] DEBUG: Expected number of watchers to be contained in (500‥600), but actually was 639. Sleeping and retrying 2015-05-27 20:39:14,254 [functional.WatchTheWatchCountIT] DEBUG: Expected number of watchers to be contained in (500‥600), but actually was 642. Sleeping and retrying 2015-05-27 20:39:19,258 [functional.WatchTheWatchCountIT] DEBUG: Expected number of watchers to be contained in (500‥600), but actually was 642. Sleeping and retrying 2015-05-27 20:39:24,261 [functional.WatchTheWatchCountIT] DEBUG: Expected number of watchers to be contained in (500‥600), but actually was 642. Sleeping and retrying {noformat} It seems like the range is actually larger than expected, but I have no idea where to even start to guess at whether this is expected or not (I recall this test being problematic for a while on my personal Jenkins). > WatchTheWatchCountIT failed with too few watchers > ------------------------------------------------- > > Key: ACCUMULO-3858 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3858 > Project: Accumulo > Issue Type: Test > Components: t, test > Reporter: Josh Elser > Assignee: Josh Elser > Fix For: 1.8.0, 1.7.1 > > > Saw a test failure in automated testing > {noformat} > Total watches was not greater than 500, but was 495 > {noformat} > If we had less watchers than we expected, I'm guessing that means that each > table wasn't fully online yet and thus not all of the watches were set for > each tablet. -- This message was sent by Atlassian JIRA (v6.3.4#6332)