MacChen01 commented on PR #1130: URL: https://github.com/apache/bigtop/pull/1130#issuecomment-1641713110
> > @MacChen01 Since #1131 was merged, could you please run the phoenix smoke tests on OpenEuler to verify this PR? Thanks. > > We will verify it as soon as possible. we got a problem: 1. During the phoinex smoke test, the hbase service will be restarted, the _**systemctl restart hbase-master**_ command will be executed, and the error log:  2. Enter the docker container and use the **_systemctl_** command to check the hbase service status, and find that the hbase-master and hbase-regionserver services are abnormal, and the error log:  3. After analysis the problem, using the _**hasrestart**_ parameter function in puppet to specify the display mode of service restart, and modify the hbase component _**bigtop-deploy/puppet/modules/hadoop_hbase/manifests/init.pp**_ file as follows:  _Reference link_: https://www.puppet.com/docs/puppet/7/types/service.html#service-attribute-restart  4. The problem is resolved, and the smoke test result is successed in openEuler, Fedora is also ok using this way.  @guyuqi pls help check it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
