jamsilvia
jamsilvia
When trying to generate replicas for forests, boostrap checked for number of hosts > 1, and if not, it skipped replication. However, wipe did not perform this check and failed...
Two parts to this problem: 1. If the ml-config.xml specifies a replica, but there is only one host, bootstrap will succeed (with no warnings, and no replicas created). However, trying...
When bootstrapping and specifying to create internal replicas, the process hangs while trying to add replicas to the internal Modules database. 1. ./ml boostrap --replicate-internals --nr-replicas=1 2. tail -f 8000_ErrorLog.txt...