Eric Pugh
Eric Pugh
Thanks for sharing the feedback @gerlowskija ! I think the value of the tool is only there if your second comment about being able to run a streaming expression locally...
This fails: ``` ./gradlew :solr:core:test --tests "org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection" -Ptests.jvms=96 "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=44FFA474CD768986 -Ptests.timeoutSuite=600000! -Ptests.file.encoding=UTF-8 ``` however this passes: ``` ./gradlew :solr:core:test --tests "org.apache.solr.cloud.SolrCloudExampleTest.testLoadDocsIntoGettingStartedCollection" ```
okay, it fails on that `tests.seed` value. How can I step through the test in intellij with that seed value?
Okay, I think this is ready for review! I've added some docs.. I especially liked being able to cat some local data right into a Solr collection! ``` cat example/exampledocs/books.csv...
looks like logic to identify a nodename assumes one `_` and we have two `_` chars!
@gerlowskija since you provided some early review, do you think the docs I've added etc are enough that I can merge this in?
@gerlowskija @malliaridis What do you think about using the word "environment" versus "context" for the option you pass for execution? I.e, your environment is either local or solr... Context to...
Leaning towards "execution" and either "local" or "remote".
@malliaridis in reference to your question, yeah -z never has a scheme, but -s always does. Why exactly, not totally sure.. I guess that ZK communciates over same port regardless...
@dblock what @Naarcha-AWS said! I ran into this the other day, and blamed it on my browser... @Naarcha-AWS Can we close this since it's a duplicate of existing issues? Or...