acryldata/datahub-helm

Spring boot fails when updating from version 0.10.0

p-vrachnis opened this issue · 2 comments

Describe the bug
We tried to update datahub from version 0.10.0 to version 0.11.0 or 0.12.0 and chart 0.3.x in our case 0.3.5, but one of the datahub-gms pods is not running and shows this in the logs

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'searchServiceFactory': Unsatisfied dependency expressed through field 'cachingEntitySearchService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cachingEntitySearchServiceFactory': Unsatisfied dependency expressed through field 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hazelcastCacheManager' defined in com.linkedin.gms.factory.common.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'hazelcastCacheManager' threw exception; nested exception is java.lang.IllegalStateException: Node failed to start!
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cachingEntitySearchServiceFactory': Unsatisfied dependency expressed through field 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hazelcastCacheManager' defined in com.linkedin.gms.factory.common.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'hazelcastCacheManager' threw exception; nested exception is java.lang.IllegalStateException: Node failed to start!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hazelcastCacheManager' defined in com.linkedin.gms.factory.common.CacheConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'hazelcastCacheManager' threw exception; nested exception is java.lang.IllegalStateException: Node failed to start!
org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.cache.CacheManager]: Factory method 'hazelcastCacheManager' threw exception; nested exception is java.lang.IllegalStateException: Node failed to start!
java.lang.IllegalStateException: Node failed to start!

We use a non-modified image
linkedin/datahub-gms:v0.12.0

To Reproduce
Steps to reproduce the behavior:

  1. Configure in the chart app version to 0.11.0 or 0.12.0 and chart 0.3.5
  2. See the datahub-gms pod that is failing

Expected behavior
datahub-gms pod is not running

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

This issue is stale because it has been open for 30 days with no activity. If you believe this is still an issue on the latest DataHub release please leave a comment with the version that you tested it with. If this is a question/discussion please head to https://slack.datahubproject.io. For feature requests please use https://feature-requests.datahubproject.io

This issue was closed because it has been inactive for 30 days since being marked as stale.