Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

REmove dependency on accumulo-test #34

Open
keith-turner opened this issue Dec 21, 2015 · 0 comments
Open

REmove dependency on accumulo-test #34

keith-turner opened this issue Dec 21, 2015 · 0 comments

Comments

@keith-turner
Copy link
Member

For some reason this app depends on the accumulo-test module. This is causing problems when I try to build against accumulo 1.8.0-SNAPSHOT. Need to remove this dependency.

keith-turner added a commit to keith-turner/stresso that referenced this issue Dec 22, 2015
 * Modfied observer and loader to do less reads
 * Add equal number of splits to all levels of tree.  While running a test I
   noticed the tablet server hosting lowest level was under very high CPU load and
   was a bottleneck.   The lowest level does not have much data, but it does get
   lots of updates and therefore benefits from more tablets.
 * Slightly changed the split points.  When using the regex balancer I noticed
   that one tablet in containing the leaf nodes of the tree was not evenly spread.
   Therefore there were two leaf level tablets on a single tablet server.  This
   tablet server became a bottleneck, slowing test.
 * Added a command to compact the lower levels of the tree.
keith-turner added a commit to keith-turner/stresso that referenced this issue Dec 22, 2015
 * Modfied observer and loader to do less reads
 * Add equal number of splits to all levels of tree.  While running a test I
   noticed the tablet server hosting lowest level was under very high CPU load and
   was a bottleneck.   The lowest level does not have much data, but it does get
   lots of updates and therefore benefits from more tablets.
 * Slightly changed the split points.  When using the regex balancer I noticed
   that one tablet in containing the leaf nodes of the tree was not evenly spread.
   Therefore there were two leaf level tablets on a single tablet server.  This
   tablet server became a bottleneck, slowing test.
 * Added a command to compact the lower levels of the tree.
mikewalch added a commit that referenced this issue Dec 29, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant