-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27829/
-----------------------------------------------------------
(Updated Nov. 24, 2014, 8:33 p.m.)
Review request for accumulo.
Bugs: ACCUMULO-1085
https://issues.apache.org/jira/browse/ACCUMULO-1085
Repository: accumulo
Description
-------
Allow for multiple threads to perform assignment, but use only a single thread
for recovery playback
Diffs (updated)
-----
core/src/main/java/org/apache/accumulo/core/conf/Property.java 1195668
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java
93161ee
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java
ba86522
test/src/test/java/org/apache/accumulo/test/AssignmentThreadsIT.java
PRE-CREATION
test/src/test/java/org/apache/accumulo/test/VerifySerialRecoveryIT.java
PRE-CREATION
test/src/test/java/org/apache/accumulo/test/functional/BulkFileIT.java
475d5cf
test/src/test/java/org/apache/accumulo/test/functional/FunctionalTestUtils.java
1246efe
Diff: https://reviews.apache.org/r/27829/diff/
Testing
-------
Added an IT that verifies that tablet loading goes faster with more threads.
Thanks,
Eric Newton