Menu

#4751 [FVT]: confluent on rh7.1 returns plugin bug

2.11
pending
None
unknown
5
2015-07-15
2015-07-15
No

xCAT 2.10. 20150715 build. rh7.1

[root@c910f02c01p19 xcat-core]# ps -ef |grep -i confluent
root 4570 3565 0 06:15 pts/7 00:00:00 grep --color=auto -i confluent
[root@c910f02c01p19 xcat-core]# rpm -qa |grep -i confluent
xCAT-confluent-2.10-snap201506020225.noarch
confluent_client-1.1-1.noarch
confluent_server-1.1-1.noarch
[root@c910f02c01p19 xcat-core]# service confluent start
Starting confluent (via systemctl): [ OK ]

[root@c910f02c01p19 xcat-core]# ps -ef |grep -i confluent
root 4596 3565 0 06:15 pts/7 00:00:00 grep --color=auto -i confluent

[root@c910f02c01p19 xcat-core]# makeconfluentcfg
Error: confluent plugin bug, pid 4603, process description: 'xCATd SSL: makeconfluentcfg for root@localhost: confluent instance' with error 'General failure connecting Connection refused at /opt/xcat/lib/perl/Confluent/Client.pm line 110.
'

Discussion

  • Victor Hu

    Victor Hu - 2015-07-15
    • status: open --> accepted
     
  • Victor Hu

    Victor Hu - 2015-07-15

    seems like systemctl may not be getting back the error message so it's misleading that it says "confluent started". Something must have happened where it terminated abnormally and the pid file is still lying around.

    [root@c910f02c01p19 log]# /opt/confluent/bin/confluent
    /var/run/confluent/pid exists and indicates 4070 is still running

    Will try to fix this today.

     
  • Victor Hu

    Victor Hu - 2015-07-15
    • status: accepted --> pending
     
  • Victor Hu

    Victor Hu - 2015-07-15

    Implemented the confluent.service systemd script that will help better control confluent start/stop/status for operating systems that have switched over to using systemd

    commit 4d1d016325cf48a42fa2a4081633400433ed3e74
    Author: Victor Hu <vhu@us.ibm.com>
    Date:   Wed Jul 15 13:33:47 2015 -0400
    
        Add simple systemd service file for confluent server.
    
        The sysvinit scripts were not returning the same informational
        messages when run under systemctl as they were when run
        under service.
    
     
MongoDB Logo MongoDB