1 Reply Latest reply on May 24, 2006 5:54 AM by manik

    JBossCache with a 2 knot cluster and the network is failing.

      Hello all,

      Here is another scenario which isn?t clear for my after reading the docu:

      knot A | knot B

      What would happen if the network between knot A and B break?

      1. Will knot A or knot B stop working?
      2. Will both knot?s stop working?
      3. Will both knot?s keep running?
      4. Will other thinks happen?

      Shouldn?t be a hard question, but I haven?t found the right docu.
      May you can point it to me.

      Thanks a lot
      Jochen

        • 1. Re: JBossCache with a 2 knot cluster and the network is fail
          manik

          Both will run, but depending on your replication mode, all transactions or operations may not complete. If REPL_SYNC is used, operations will fail while if REPL_ASYNC is used they will succeed. Even if they succeed though, caches will be out of sync.

          I'm adding this to our FAQs.