Details
-
Bug
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
8.0.x
-
None
-
10.173.160.101
Description
[loch@dev-roxie07-neut-160:dev-roxie07-neut-160101 ~]$ sudo /opt/HPCCSystems/sbin/hpcc-run.sh -a hpcc-init start
10.173.160.102: Running sudo /etc/init.d/hpcc-init start
Dependent service dafilesrv, mydafilesrv is already running.
Starting dali ... [ OK ]
hpcc-init starting the cluster ...
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/opt/HPCCSystems/sbin/hpcc/cluster/thread.py", line 49, in run
func(*args)
File "/opt/HPCCSystems/sbin/hpcc/cluster/task.py", line 79, in run
self.worker(host)
File "/opt/HPCCSystems/sbin/hpcc/cluster/task.py", line 132, in worker
cmd = self.script_file + " " + host.ip.decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'
Exception in thread Thread-8:
Traceback (most recent call last):
File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/opt/HPCCSystems/sbin/hpcc/cluster/thread.py", line 49, in run
func(*args)
File "/opt/HPCCSystems/sbin/hpcc/cluster/task.py", line 79, in run
self.worker(host)
File "/opt/HPCCSystems/sbin/hpcc/cluster/task.py", line 132, in worker
cmd = self.script_file + " " + host.ip.decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'
Exception in thread Thread-10:
Traceback (most recent call last):
File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/opt/HPCCSystems/sbin/hpcc/cluster/thread.py", line 49, in run
func(*args)
File "/opt/HPCCSystems/sbin/hpcc/cluster/task.py", line 79, in run
self.worker(host)
File "/opt/HPCCSystems/sbin/hpcc/cluster/task.py", line 132, in worker
cmd = self.script_file + " " + host.ip.decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'
This is from the overnight build as of April 2am EST