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:
   
![image](https://github.com/apache/bigtop/assets/11262916/47943aa7-de92-487f-9033-4b7678001675)
   
   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:
   
![image](https://github.com/apache/bigtop/assets/11262916/77504749-7c04-4382-a617-22b6480e6910)
   
   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:
   
![image](https://github.com/apache/bigtop/assets/11262916/2a81221a-0f28-4f6f-9ab4-4198217d8567)
   
   _Reference link_: 
https://www.puppet.com/docs/puppet/7/types/service.html#service-attribute-restart
   
![image](https://github.com/apache/bigtop/assets/11262916/9f89569c-d540-4593-884c-e25e42c8657a)
   
   4. The problem is resolved, and the smoke test result is successed in 
openEuler, Fedora is also ok using this way.
   
![image](https://github.com/apache/bigtop/assets/11262916/f09bc765-609c-449e-b6aa-6456d64a2e7e)
   
   
   @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]

Reply via email to