Hi Shashank, You can have multiple servers running against the same database, BUT if you do so, they must be individually configured to have their own IDs, and they must share locks and by extension, must use the same zookeeper. See multiprocess-zk-example in the binary distribution.
Thanks, Karl On Tue, Feb 20, 2018 at 6:58 AM, Shashank Raj <[email protected]> wrote: > Hi Karl, > I have setup ManifoldCF using Tomcat on two servers with a > load balancer in front of them. Both instances of ManifoldCf connect to the > same database. The scenario is to have a backup server running all the > time. Is this setup correct or does ManifoldCF supports only a single > server setup. > > Also, I am getting an error : Duplicate key value violates unique > constraint "repohistory_pkey". Detail: Key(id)=(1519119640499) already > exists. > This error pops up upon running jobs with different repositories. > > Our ManifoldCf job setup is as follows : File System>Tika Content > Extractor>Solr Output Connection. > > Thanks and regards. > > > >
