milleruntime opened a new issue #1713:
URL: https://github.com/apache/accumulo/issues/1713


   **Describe the bug**
   Multiple ITs are now failing when run as a Standalone cluster due to recent 
changes with compactions.  Related to #1084 
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
   - Defaults configured with Accumulo 2.*
   
   **To Reproduce**
   Run the ITs against a standalone cluster.  Directions can be found in 
TESTING.md
   
   **Additional context**
   The following ITs have compaction related failures:
   
   - org.apache.accumulo.test.IteratorEnvIT
   - org.apache.accumulo.test.RecoveryCompactionsAreFlushesIT
   - org.apache.accumulo.test.UserCompactionStrategyIT
   - org.apache.accumulo.test.functional.CompactionIT
   - org.apache.accumulo.test.functional.MasterMetricsIT
   - org.apache.accumulo.test.functional.SummaryIT
   - org.apache.accumulo.test.TableOperationsIT
   
   Most of the failures are likely caused by a ClassNotFoundException.  Here 
are the missing classes: 
   
   - Failed to load constraints 4k java.lang.ClassNotFoundException: 
org.apache.accumulo.test.constraints.NumericValueConstraint
   - java.lang.ClassNotFoundException: 
org.apache.accumulo.test.IteratorEnvIT$ScanIter
   - java.lang.ClassNotFoundException: 
org.apache.accumulo.test.SampleIT$IteratorThatUsesSample
   - java.lang.ClassNotFoundException: 
org.apache.accumulo.test.functional.AuthsIterator
   - java.lang.ClassNotFoundException: 
org.apache.accumulo.test.functional.BadCombiner
   - java.lang.ClassNotFoundException: 
org.apache.accumulo.test.functional.BadIterator
   - java.lang.ClassNotFoundException: 
org.apache.accumulo.test.functional.DropModIter
   - java.lang.ClassNotFoundException: 
org.apache.accumulo.test.functional.SlowIterator
   - java.lang.ClassNotFoundException: 
org.apache.accumulo.test.functional.SummaryIT$BigSummarizer
   - java.lang.ClassNotFoundException: 
org.apache.accumulo.test.functional.SummaryIT$BuggySummarizer
   - java.lang.ClassNotFoundException: 
org.apache.accumulo.test.functional.SummaryIT$FooCounter
   - java.lang.ClassNotFoundException: 
org.apache.accumulo.test.functional.SummaryIT$KeySizeSummarizer
   - java.lang.ClassNotFoundException: 
org.apache.accumulo.test.functional.YieldingIterator
   - java.lang.ClassNotFoundException: com.bogus.iterator


----------------------------------------------------------------
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]


Reply via email to