forked from apache/accumulo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In apache#3951 the ScanServer and Compactor were modified to advertise the Thrift Client service. Since then, the freeServerMemory method would connect to any TabletServer, Compactor, or ScanServer during the test. However, we need it to only connect to the TabletServer. Modified freeServerMemory to only connect to the TabletServer and introduced a wait in MemoryStarvedMajCIT as it was trying to connect before the Compactor was fully up.
- Loading branch information
Showing
2 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters