You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and we can see the first task is to check the service is running -- but logging into the atlas container what we find is:
bash-4.4$ cat logs/*err
Picked up JAVA_TOOL_OPTIONS: -Xmx1024m
INFO - 2020-09-08 16:37:08.602; org.apache.solr.util.configuration.SSLCredentialProviderFactory; Processing SSL Credential Provider chain: env;sysprop
ERROR: Failed to create collection 'vertex_index' due to: {192.168.2.12:9838_solr=org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at http://192.168.2.12:9838/solr: Error CREATEing SolrCore 'vertex_index_shard1_replica_n1': Unable to create core [vertex_index_shard1_replica_n1] Caused by: no segments* file found in LockValidatingDirectoryWrapper(NRTCachingDirectory(MMapDirectory@/opt/apache/atlas/solr/server/solr/vertex_index_shard1_replica_n1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f6cbc6c; maxCacheMB=48.0 maxMergeSizeMB=4.0)): files: [write.lock]}
Picked up JAVA_TOOL_OPTIONS: -Xmx1024m
INFO - 2020-09-08 16:37:49.906; org.apache.solr.util.configuration.SSLCredentialProviderFactory; Processing SSL Credential Provider chain: env;sysprop
ERROR: Failed to create collection 'edge_index' due to: {192.168.2.12:9838_solr=org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at http://192.168.2.12:9838/solr: Error CREATEing SolrCore 'edge_index_shard1_replica_n1': Unable to create core [edge_index_shard1_replica_n1] Caused by: no segments* file found in LockValidatingDirectoryWrapper(NRTCachingDirectory(MMapDirectory@/opt/apache/atlas/solr/server/solr/edge_index_shard1_replica_n1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f6cbc6c; maxCacheMB=48.0 maxMergeSizeMB=4.0)): files: [write.lock]}
Picked up JAVA_TOOL_OPTIONS: -Xmx1024m
INFO - 2020-09-08 16:38:23.923; org.apache.solr.util.configuration.SSLCredentialProviderFactory; Processing SSL Credential Provider chain: env;sysprop
ERROR: Failed to create collection 'fulltext_index' due to: {192.168.2.12:9838_solr=org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at http://192.168.2.12:9838/solr: Error CREATEing SolrCore 'fulltext_index_shard1_replica_n1': Unable to create core [fulltext_index_shard1_replica_n1] Caused by: no segments* file found in LockValidatingDirectoryWrapper(NRTCachingDirectory(MMapDirectory@/opt/apache/atlas/solr/server/solr/fulltext_index_shard1_replica_n1/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@6f6cbc6c; maxCacheMB=48.0 maxMergeSizeMB=4.0)): files: [write.lock]}
Picked up JAVA_TOOL_OPTIONS: -Xmx1024m
It looks as if solr has problems - even in this clean environment. This may mean we have a bad atlas build, or need to do some updates.
Either way the vdc environment is incomplete. The most appropriate action appears to be to disable until fixed.
The text was updated successfully, but these errors were encountered:
The VDC environment will need significant re-work to adapt to the many changes made in Egeria to better support
metadata integration. Additionally the helm charts used for the lab & a simple base config have evolved to better support
different types of services, exposing of ports, persistent storage etc.
As such specific incremental changes to the current - now old - charts do not really add value.
The apache atlas jobs container fails to start - showing:
and we can see the first task is to check the service is running -- but logging into the atlas container what we find is:
It looks as if solr has problems - even in this clean environment. This may mean we have a bad atlas build, or need to do some updates.
Either way the vdc environment is incomplete. The most appropriate action appears to be to disable until fixed.
The text was updated successfully, but these errors were encountered: