risdenk commented on pull request #528:
URL: https://github.com/apache/solr/pull/528#issuecomment-1013474272


   I've run
   
   ```
   ./gradlew test --tests "*hdfs*" --tests "*Hdfs*" --tests "*HDFS*" --tests 
"*Hadoop*" -Ptests.jvms=4 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 
-Ptests.nightly=true -Ptests.awaitsfix=false -Ptests.badapples=false 
-Ptests.file.encoding=UTF-8
   ```
   
   a bunch (10?) of times and haven't gotten many failures. The failures have 
been varied with the current set of failures below from a few different runs:
   
   ```
     - org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove (:solr:core)
       Test output: 
/Users/risdenk/repos/apache/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.MoveReplicaHDFSTest.txt
       Reproduce with: gradlew :solr:core:test --tests 
"org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove" -Ptests.jvms=4 
-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5BCDC1F5C3A460AF 
-Ptests.nightly=true -Ptests.awaitsfix=true -Ptests.badapples=false 
-Ptests.file.encoding=UTF-8
   
     - 
org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth.testForwarding 
(:solr:core)
       Test output: 
/Users/risdenk/repos/apache/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth.txt
       Reproduce with: gradlew :solr:core:test --tests 
"org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth.testForwarding"
 -Ptests.jvms=4 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 
-Ptests.seed=5BCDC1F5C3A460AF -Ptests.nightly=true -Ptests.awaitsfix=true 
-Ptests.badapples=false -Ptests.file.encoding=UTF-8
   
   - 
org.apache.solr.core.backup.repository.HdfsBackupRepositoryIntegrationTest.classMethod
 (:solr:core)
       Test output: 
/Users/risdenk/repos/apache/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.backup.repository.HdfsBackupRepositoryIntegrationTest.txt
       Reproduce with: gradlew :solr:core:test --tests 
"org.apache.solr.core.backup.repository.HdfsBackupRepositoryIntegrationTest.classMethod"
 -Ptests.jvms=4 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 
-Ptests.seed=FFAA80532AC84F42 -Ptests.nightly=true -Ptests.awaitsfix=false 
-Ptests.badapples=false -Ptests.file.encoding=UTF-8
   
   - 
org.apache.solr.core.backup.repository.HdfsBackupRepositoryIntegrationTest.classMethod
 (:solr:core)
       Test output: 
/Users/risdenk/repos/apache/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.backup.repository.HdfsBackupRepositoryIntegrationTest.txt
       Reproduce with: gradlew :solr:core:test --tests 
"org.apache.solr.core.backup.repository.HdfsBackupRepositoryIntegrationTest.classMethod"
 -Ptests.jvms=4 -Ptests.jvmargs=-XX:TieredStopAtLevel=1 
-Ptests.seed=5175C707E497BF0A -Ptests.nightly=true -Ptests.awaitsfix=false 
-Ptests.badapples=false -Ptests.file.encoding=UTF-8
   ```
   
   I haven't looked into this yet, but the "negative position" errors are 
definitely gone and haven't seen failures for the originally reported issue. A 
few say `classMethod` so I'm guessing its thread leak related or something like 
that. 


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to