Skip to content

Commit

Permalink
Merge pull request #480 from bsc-dd/fix-c4s-bug
Browse files Browse the repository at this point in the history
Fix a problem with C4S setting wrong CONTACT_NAMES
  • Loading branch information
pericpalots authored Feb 21, 2024
2 parents 5f00b28 + b953e53 commit 2cfb3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cassandra4slurm/scripts/job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ echo "CHECKING CASSANDRA STATUS: "
$CASS_HOME/bin/nodetool -h $firstnode status


CNAMES=$(sed ':a;N;$!ba;s/\n/,/g' $CASSFILE)
CNAMES=$(sed ':a;N;$!ba;s/\n/,/g' $CASSFILE.ips)
export CONTACT_NAMES=$CNAMES
echo "CONTACT_NAMES=$CONTACT_NAMES"
#echo $CNAMES | tr , '\n' > $HOME/bla.txt # Set list of nodes (with interface) in PyCOMPSs file
Expand Down

0 comments on commit 2cfb3ea

Please sign in to comment.