1 Reply Latest reply on Oct 12, 2010 5:59 AM by sannegrinovero

    lucene directory demo always single node

    kjk

      I execute the demo script, but no other hosts join the cluster. It's always size 1 with a single node. I can execute the JGroups McastReceiverTest fine. Are config changes required for the demo?

       

      Hmm, I am running 4.2.0.ALPHA2. I'll try again with 4.1.0.

        • 1. Re: lucene directory demo always single node
          sannegrinovero

          Hi Keith,

          sorry for the late answer;

           

          Can you tell me a bit about your environment? Are you testing with all nodes on the same machine, or on multiple nodes? Windows, Linux, OSX?

           

          The current startup script is binding to 127.0.0.1 (localhost) so to test it I start the application twice (or more) on the same machine.

           

          To test "real" clustering across several computers you have to edit the start script to bind to the proper network interface and make sure no firewalls are going to block it.

          For more advanced configuration you might want to edit the lucene-demo-cache-config.xml , where you can define a custom jgroups configuration file with many more options relating to the transport.