You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Dawid Weiss (Jira)" <ji...@apache.org> on 2020/09/10 13:52:00 UTC

[jira] [Commented] (SOLR-14417) Gradle build sometimes fails RE BlockPoolSlice

    [ https://issues.apache.org/jira/browse/SOLR-14417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17193631#comment-17193631 ] 

Dawid Weiss commented on SOLR-14417:
------------------------------------

It's not classpath ordering. The referencing class and the referenced class are both in the 'test' sources. I don't know what this code does or why it tries to shadow Hadoop classes but it's really fishy.

I am tempted to change at least change the hard reference in this in the problematic test to a dynamic lookup - then it wouldn't try to reference those classes during compilation (and would verify they're shadowed at runtime).

> Gradle build sometimes fails RE BlockPoolSlice
> ----------------------------------------------
>
>                 Key: SOLR-14417
>                 URL: https://issues.apache.org/jira/browse/SOLR-14417
>             Project: Solr
>          Issue Type: Task
>          Components: Build
>            Reporter: David Smiley
>            Priority: Minor
>
> There seems to be some package visibility hacks around our Hdfs integration:
> {{/Users/dsmiley/SearchDev/lucene-solr/solr/core/src/test/org/apache/solr/cloud/hdfs/HdfsTestUtil.java:125: error: BlockPoolSlice is not public in org.apache.hadoop.hdfs.server.datanode.fsdataset.impl; cannot be accessed from outside package}}
> {{List<Class<?>> modifiedHadoopClasses = Arrays.asList(BlockPoolSlice.class, DiskChecker.class,}}
> This happens on my Gradle build when running {{gradlew testClasses}} (i.e. to compile tests) but Ant proceeded without issue.  The work-around is to run {{gradlew clean}} first but really I want our build to be smarter here.
> CC [~krisden]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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