-1 Because of the issue Karthick described w/ continuous ingest verification.
We also ran random walk w/o agitation on 11 Azure VMs (10 workers) for ~40 hours. This used the same cluster configuration that Karthick mentioned. That test went well. Two of the walkers failed with the following error message. The concurrent random walk test intentionally deletes tables that are being read. The test is not supposed to fail for this case, so I suspect this is a test error but I have not looked into it yet. I suspect something changed about the exception Accumulo emits for this case and the test is not picking up on that. 29 10:27:46,423 [randomwalk.Framework] ERROR: Error during random walk java.lang.Exception: Error running node Concurrent.xml at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:352) at org.apache.accumulo.test.randomwalk.Framework.run(Framework.java:59) at org.apache.accumulo.test.randomwalk.Framework.main(Framework.java:122) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.accumulo.start.Main$2.run(Main.java:170) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.Exception: Error running node ct.BatchWrite at org.apache.accumulo.test.randomwalk.Module.visit(Module.java:352) at org.apache.accumulo.test.randomwalk.Module$1.call(Module.java:286) at org.apache.accumulo.test.randomwalk.Module$1.call(Module.java:281) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.accumulo.fate.util.LoggingRunnable.run(LoggingRunnable.java:35) ... 1 more Caused by: org.apache.accumulo.core.client.MutationsRejectedException: # constraint violations : 0 security codes: {?(ID:5nw)=[TABLE_DOESNT_EXIST]} # server errors 0 # exceptions 0 at org.apache.accumulo.core.client.impl.TabletServerBatchWriter.checkForFailures(TabletServerBatchWriter.java:594) at org.apache.accumulo.core.client.impl.TabletServerBatchWriter.close(TabletServerBatchWriter.java:373) at org.apache.accumulo.core.client.impl.BatchWriterImpl.close(BatchWriterImpl.java:54) at org.apache.accumulo.test.randomwalk.concurrent.BatchWrite.visit(BatchWrite.java:65) ... 9 more On Thu, Aug 27, 2020 at 12:36 PM Mike Miller <mmil...@apache.org> wrote: > > Accumulo Developers, > > Please consider the following candidate for Apache Accumulo 1.10.0. > > Git Commit: > 4d261254c3ac43a3bd13ce974e91ce4303a83998 > Branch: > 1.10.0-rc2 > > If this vote passes, a gpg-signed tag will be created using: > git tag -f -m 'Apache Accumulo 1.10.0' -s rel/1.10.0 \ > 4d261254c3ac43a3bd13ce974e91ce4303a83998 > > Staging repo: > https://repository.apache.org/content/repositories/orgapacheaccumulo-1086 > Source (official release artifact): > https://repository.apache.org/content/repositories/orgapacheaccumulo-1086/org/apache/accumulo/accumulo/1.10.0/accumulo-1.10.0-src.tar.gz > Binary: > https://repository.apache.org/content/repositories/orgapacheaccumulo-1086/org/apache/accumulo/accumulo/1.10.0/accumulo-1.10.0-bin.tar.gz > > Append ".asc" to download the cryptographic signature for a given artifact. > (You can also append ".sha1" or ".md5" instead in order to verify the > checksums > generated by Maven to verify the integrity of the Nexus repository staging > area.) > > Signing keys are available at https://www.apache.org/dist/accumulo/KEYS > (Expected fingerprint: 1914AF6FE2C53672C87CE1DADC8FFDC342894E89) > > In addition to the tarballs and their signatures, the following checksum > files will be added to the dist/release SVN area after release: > accumulo-1.10.0-src.tar.gz.sha512 will contain: > SHA512 (accumulo-1.10.0-src.tar.gz) = > 81f2a8f8273e2bdfe46d6a807dc38276ee2937ced648829648b7750bfc22816c13d43461d1b08c50a6957d78a999ae3109c93d2f31c7d8be116e91e0ea25f5c2 > accumulo-1.10.0-bin.tar.gz.sha512 will contain: > SHA512 (accumulo-1.10.0-bin.tar.gz) = > 9d3023c8724069282035ed6dcb047f737c1c53dc05f7b15da2cfd941f51d1d7720892496475430eb639f3a36c83f4eecc1942c0317c67d38dcf2061d06beb648 > > Release notes (in progress) can be found at: > https://accumulo.apache.org/release/accumulo-1.10.0/ > > Release testing instructions: > https://accumulo.apache.org/contributor/verifying-release > > Please vote one of: > [ ] +1 - I have verified and accept... > [ ] +0 - I have reservations, but not strong enough to vote against... > [ ] -1 - Because..., I do not accept... > ... these artifacts as the 1.10.0 release of Apache Accumulo. > > This vote will remain open until at least Sun Aug 30 16:30:00 UTC 2020. > (Sun Aug 30 12:30:00 EDT 2020 / Sun Aug 30 09:30:00 PDT 2020) > Voting can continue after this deadline until the release manager > sends an email ending the vote. > > Thanks! > > P.S. Hint: download the whole staging repo with > wget -erobots=off -r -l inf -np -nH \ > > https://repository.apache.org/content/repositories/orgapacheaccumulo-1086/ > # note the trailing slash is needed