Intel-bigdata / SSM

Smart Storage Management for Big Data, a comprehensive hot/cold data optimized solution
Apache License 2.0
133 stars 67 forks source link

smartdata server shutdown without ERRO message #2209

Closed jhonyazhuxq closed 3 years ago

jhonyazhuxq commented 3 years ago

I am trying to deploy SSM server on Hadoop3.1.1 accorrding “SSM Deployment Guide with Hadoop” 。 now SSM is standalone mode。 when start smart server ,there no ERROR showing ,bug server will shutdown soon。Can you help me find what wrong with my server with the log , thanks.

my server log : smartserver-master-bdev001.bonc.com-hadoop.log

PHILO-HE commented 3 years ago

Already gave the feedback via email. Will close it.

MyqueWooMiddo commented 2 years ago

我也遇到和楼主同样的问题,按照教程配置,但是最后都是shut down然后服务就没有了,也没有报错信息。单Server模式、非HA、非安全的Hdfs

PHILO-HE commented 2 years ago

The mostly common reasons are: incorrect configuration for database (configured database should be created), unhealthy HDFS cluster (please check whether HDFS is in safe mode), etc.

You can also try remote debug to find the piece of code involved in this issue by following the below guide. And then report it to me. https://github.com/Intel-bigdata/SSM/blob/trunk/docs/ssm-developer-guide.md

MyqueWooMiddo commented 2 years ago

mysql version is 5.7.37. 24 tables have been created , such as "file" and "datanode_info" were filled with normal data. The HDFS cluster is healthy , not NN-HA , not Kerberized. What made me confused is the followning log: " 2022-05-23 09:45:07,593 INFO com.hazelcast.core.LifecycleService.log 65: [host04]:5701 [dev] [3.12.12] [host04]:5701 is STARTING 2022-05-23 09:45:08,646 INFO com.hazelcast.core.LifecycleService.log 65: [host04]:5701 [dev] [3.12.12] [host04]:5701 is STARTED 2022-05-23 09:45:11,112 INFO com.hazelcast.core.LifecycleService.log 65: [host04]:5701 [dev] [3.12.12] [host04]:5701 is SHUTTING_DOWN 2022-05-23 09:45:11,132 INFO com.hazelcast.core.LifecycleService.log 65: [host04]:5701 [dev] [3.12.12] [host04]:5701 is SHUTDOWN 2022-05-23 09:45:11,132 INFO com.hazelcast.core.LifecycleService.log 65: [host04]:5701 [dev] [3.12.12] [host04]:5701 is SHUTTING_DOWN 2022-05-23 09:45:11,132 INFO com.hazelcast.core.LifecycleService.log 65: [host04]:5701 [dev] [3.12.12] [host04]:5701 is SHUTDOWN

"

Why the hazelcast node shutdown until it started ? Is it normal? Just ignore the hazelcast version , it could not help anything.

MyqueWooMiddo commented 2 years ago

I deployed the SSM from a machine outside the cluster .
There's only a server in SSM, not any agents . I run commands , both "install" & "start-ssm" from the outside machine.

MyqueWooMiddo commented 2 years ago

疑团解开了,-Phadoop-3.1的时候,smart-server/pom.xml里头,hadoop-3.1部分profile的依赖没有补充jetty-http,导致服务启动时候的jetty依赖不够 server起不来,但是也不报错,麻烦把依赖加回去吧。 我没有用过jetty,这个问题定位了一周多了。