You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
* 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.
* 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.
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.
The text was updated successfully, but these errors were encountered: