You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/09/06 05:58:01 UTC

[GitHub] [solr] chatman commented on pull request #965: SOLR-16328 : intern() strings in DocCollection to reduce memory footp…

chatman commented on PR #965:
URL: https://github.com/apache/solr/pull/965#issuecomment-1237691267

   Precommit passes for me locally.
   
   ```
   ishan@x1extreme ~/code/fullstorydev-solr/solr (jira/SOLR-16328) $ ../gradlew check -x test
   Downloading https://services.gradle.org/distributions/gradle-7.2-all.zip
   ..............10%...............20%...............30%...............40%...............50%...............60%...............70%...............80%...............90%...............100%
   To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.2/userguide/gradle_daemon.html#sec:disabling_the_daemon.
   Daemon will be stopped at the end of the build 
   
   > Task :localSettings
   
   IMPORTANT. This is the first time you ran the build. I wrote some sane defaults (for this machine) to 'gradle.properties', they will be picked up on consecutive gradle invocations (not this one).
   
   Run gradlew :helpLocalSettings for more information.
   
   > Task :errorProneSkipped
   WARNING: errorprone disabled (skipped on builds not running inside CI environments, pass -Pvalidation.errorprone=true to enable)
   
   > Task :solr:solrj:compileJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:solrj-zookeeper:compileJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:core:compileJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:test-framework:compileJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:analysis-extras:compileJava
   Note: /home/ishan/code/fullstorydev-solr/solr/modules/analysis-extras/src/java/org/apache/solr/schema/ICUCollationField.java uses or overrides a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:sql:compileJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:core:analyzeClassesDependencies
   Dependency analysis found issues.
   unusedDeclaredArtifacts
    - org.apache.lucene:lucene-backward-codecs:9.3.0@jar
   
   
   > Task :solr:core:compileTestJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:prometheus-exporter:compileJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:prometheus-exporter:compileTestJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:prometheus-exporter:analyzeTestClassesDependencies
   Dependency analysis found issues.
   unusedDeclaredArtifacts
    - org.apache.lucene:lucene-test-framework:9.3.0@jar
   
   
   > Task :solr:solr-ref-guide:compileTestJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:solr-ref-guide:downloadAntoraCli
   
   added 60 packages, changed 1 package, and audited 62 packages in 17s
   
   7 packages are looking for funding
     run `npm fund` for details
   
   found 0 vulnerabilities
   npm notice 
   npm notice New minor version of npm available! 8.11.0 -> 8.19.1
   npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.19.1>
   npm notice Run `npm install -g npm@8.19.1` to update!
   npm notice 
   
   > Task :solr:solr-ref-guide:downloadAntoraLunrExtension
   
   added 18 packages, changed 1 package, and audited 81 packages in 7s
   
   18 packages are looking for funding
     run `npm fund` for details
   
   found 0 vulnerabilities
   
   > Task :solr:solr-ref-guide:downloadAntoraSiteGenerator
   
   added 153 packages, changed 1 package, and audited 235 packages in 23s
   
   31 packages are looking for funding
     run `npm fund` for details
   
   9 high severity vulnerabilities
   
   To address issues that do not require attention, run:
     npm audit fix
   
   To address all issues (including breaking changes), run:
     npm audit fix --force
   
   Run `npm audit` for details.
   
   > Task :solr:solr-ref-guide:downloadAsciidoctorMathjaxExtension
   
   added 8 packages, changed 1 package, and audited 244 packages in 8s
   
   31 packages are looking for funding
     run `npm fund` for details
   
   9 high severity vulnerabilities
   
   To address issues that do not require attention, run:
     npm audit fix
   
   To address all issues (including breaking changes), run:
     npm audit fix --force
   
   Run `npm audit` for details.
   
   > Task :solr:solr-ref-guide:buildLocalSite
   The generated local ref-guide can be found at:
           /home/ishan/code/fullstorydev-solr/solr/solr-ref-guide/build/site/index.html
   
   > Task :solr:solr-ref-guide:downloadLinkValidator
   npm WARN deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau
   npm WARN deprecated superagent@3.8.3: Please upgrade to v7.0.2+ of superagent.  We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing.  See the releases tab for more information at <https://github.com/visionmedia/superagent/releases>.
   
   added 49 packages, changed 1 package, and audited 294 packages in 5s
   
   37 packages are looking for funding
     run `npm fund` for details
   
   9 high severity vulnerabilities
   
   To address issues that do not require attention, run:
     npm audit fix
   
   To address all issues (including breaking changes), run:
     npm audit fix --force
   
   Run `npm audit` for details.
   
   > Task :solr:solr-ref-guide:checkSiteLinks
   {
     "stats": {
       "errors": [],
       "warnings": [],
       "parsedFiles": 814,
       "localLinks": 231,
       "localAnchorLinks": 3053,
       "parentLinks": 195,
       "parentAnchorLinks": 1,
       "remoteLinks": 0,
       "remoteAnchorLinks": 0
     }
   }
   
   > Task :solr:solrj:compileTestJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:test-framework:compileTestJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:analysis-extras:compileTestJava
   Note: /home/ishan/code/fullstorydev-solr/solr/modules/analysis-extras/src/test/org/apache/solr/schema/TestICUCollationFieldUDVAS.java uses or overrides a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:analytics:compileJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:analytics:compileTestJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:clustering:analyzeTestClassesDependencies
   Dependency analysis found issues.
   unusedDeclaredArtifacts
    - org.apache.lucene:lucene-test-framework:9.3.0@jar
   
   
   > Task :solr:modules:extraction:compileJava
   Note: /home/ishan/code/fullstorydev-solr/solr/modules/extraction/src/java/org/apache/solr/handler/extraction/ExtractingDocumentLoader.java uses or overrides a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:extraction:compileTestJava
   Note: /home/ishan/code/fullstorydev-solr/solr/modules/extraction/src/test/org/apache/solr/handler/extraction/ExtractingRequestHandlerTest.java uses or overrides a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:gcs-repository:compileTestJava
   Note: /home/ishan/code/fullstorydev-solr/solr/modules/gcs-repository/src/test/org/apache/solr/gcs/ConcurrentDelegatingStorage.java uses or overrides a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:hadoop-auth:compileJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:hadoop-auth:compileTestJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:hadoop-auth:analyzeTestClassesDependencies
   Dependency analysis found issues.
   unusedDeclaredArtifacts
    - com.github.spotbugs:spotbugs-annotations:4.5.3@jar
   
   
   > Task :solr:modules:hdfs:compileJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:hdfs:compileTestJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:jwt-auth:compileTestJava
   Note: /home/ishan/code/fullstorydev-solr/solr/modules/jwt-auth/src/test/org/apache/solr/security/jwt/JWTAuthPluginIntegrationTest.java uses or overrides a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:jwt-auth:analyzeTestClassesDependencies
   Dependency analysis found issues.
   unusedDeclaredArtifacts
    - com.fasterxml.jackson.core:jackson-databind:2.13.3@jar
   
   
   > Task :solr:modules:langid:compileJava
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:ltr:compileTestJava
   Note: /home/ishan/code/fullstorydev-solr/solr/modules/ltr/src/test/org/apache/solr/ltr/model/TestMultipleAdditiveTreesModel.java uses or overrides a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   > Task :solr:modules:scripting:compileTestJava
   Note: /home/ishan/code/fullstorydev-solr/solr/modules/scripting/src/test/org/apache/solr/scripting/update/TestBadScriptingUpdateProcessorConfig.java uses or overrides a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   
   Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
   
   You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
   
   See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings
   
   BUILD SUCCESSFUL in 13m 33s
   463 actionable tasks: 463 executed
   ishan@x1extreme ~/code/fullstorydev-solr/solr (jira/SOLR-16328) $ java -version
   openjdk version "11.0.15" 2022-04-19
   OpenJDK Runtime Environment 18.9 (build 11.0.15+10)
   OpenJDK 64-Bit Server VM 18.9 (build 11.0.15+10, mixed mode, sharing)
   ishan@x1extreme ~/code/fullstorydev-solr/solr (jira/SOLR-16328) $ 
   ```


-- 
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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org