milleruntime commented on a change in pull request #1911:
URL: https://github.com/apache/accumulo/pull/1911#discussion_r571065940
##########
File path: test/system/randomwalk/conf/modules/MultiTable.xml
##########
@@ -29,11 +29,11 @@
<node id="dummy.ToAll">
<edge id="mt.CreateTable" weight="20"/>
- <edge id="mt.Write" weight="100"/>
+ <edge id="mt.Write" weight="10"/>
<edge id="mt.CopyTable" weight="5"/>
+ <edge id="mt.BulkImport" weight="100"/>
Review comment:
I think so. I modified the defaults to be more bulk import heavy, since
they seem to be more popular with users than strictly batch writing. The more
bulk imports make the cluster take longer to run MajC. With only the
batchWriter test, flushes were happening a lot and MajC were not taking that
long.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]