eolivelli commented on pull request #2112:
URL: https://github.com/apache/bookkeeper/pull/2112#issuecomment-624545515
If you run mvn with "debug"
`mvn clean install spotbugs:check -DskipTests -rf
:distributedlog-core-shaded -X`
You get this loop:
```
DEBUG] updateExcludesInDeps()
[DEBUG] building maven31 dependency graph for
org.apache.distributedlog:distributedlog-core-shaded:jar:4.11.0-SNAPSHOT with
Maven31DependencyGraphBuilder
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=13578,
ConflictMarker.markTime=7717, ConflictMarker.nodeCount=77,
ConflictIdSorter.graphTime=10232, ConflictIdSorter.topsortTime=6263,
ConflictIdSorter.conflictIdCount=39, ConflictIdSorter.conflictIdCycleCount=0,
ConflictResolver.totalTime=108196, ConflictResolver.conflictItemCount=64,
DefaultDependencyCollector.collectTime=235817,
DefaultDependencyCollector.transformTime=152216}
```
I guess the problem is about the "exclusion" of netty-all or something like
that
maybe you have to work con distributedlog-core-shaded module
----------------------------------------------------------------
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]