Christopher L. Shannon
Christopher L. Shannon
This issue is over 4 years old so closing out. If there is still a desire to do it then it can be re-opened.
Yeah, in this case I think it might be ok to just create small files with 2.1 and commit it as part of the test resources. I have done that...
This could be broken down into multiple PRs potentially as well if it is simpler to convert one operation at a time to be conditional.
Looks like https://github.com/apache/accumulo/pull/3885 might address this or maybe partially
I started this aternoon working on an attempt at a PR for the first checklist item: > Add code to offline wait operation that scans tables metadata and waits for...
Having some limit is probably good as long as it is configurable either with the existing property you mentioned or a new property. The main concern here is that under...
I need to revisit this more but this issue may be a good candidate to use the new test API coming in #4415 . The new test API could be...
Tests were added in #4415, so I am closing this. If more tests are needed it can be a follow on
One of the items on the list in https://github.com/apache/accumulo/issues/3766 was to test import with ranges so maybe we can test this as well with the old format once we decide...
@dlmarion - A couple more things: 1. I am going to open a PR with my branch against your PR to make it easier to look at, but I noticed...