You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/04/08 21:03:42 UTC

[GitHub] [incubator-druid] egor-ryashin opened a new issue #7426: druid-cassandra-storage doesn't include high-scale-lib dependency

egor-ryashin opened a new issue #7426: druid-cassandra-storage doesn't include high-scale-lib dependency 
URL: https://github.com/apache/incubator-druid/issues/7426
 
 
   I've been investigating the issue (https://github.com/apache/incubator-druid/issues/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>
   ```
   @leventov probably you still remember this fix https://github.com/apache/incubator-druid/pull/4313

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org