Skip to content

druid-cassandra-storage doesn't include high-scale-lib dependency  #7426

@egor-ryashin

Description

@egor-ryashin

I've been investigating the issue (#7387) and got this error while the indexing task was starting up:

2019-04-08T20:38:23,441 ERROR [main] org.apache.druid.cli.CliPeon - Error when starting up.  Failing.
com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) Error injecting constructor, java.lang.NoClassDefFoundError: org/cliffc/high_scale_lib/NonBlockingHashMap

druid-cassandra-storage extension lacks high-scale-lib dependency and it was excluded sometime ago:
extensions-contrib/cassandra-storage/pom.xml:116

               <exclusion>
                    <groupId>com.github.stephenc.high-scale-lib</groupId>
                    <artifactId>high-scale-lib</artifactId>
                </exclusion>

probably this is related #4313

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions