• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • etsai
  • Reporter: teck
  • June 16, 2010
  • 0
  • Watchers: 0
  • July 15, 2010
  • June 21, 2010

Attachments

Description

Maybe this is expected, but using the attached config I get an error logged on the console:

2010-06-16 16:28:16,068 ERROR - Received StripeID Mismatch Error from NodeID[localhost:9510] GroupID[0] type = 5 reason = Local node is not ready for StripeID[769c1f45fb984cddb1cc2ea1a7edbb5a], quarantine NodeID[localhost:19510]

The servers work fine, but it feels odd to get an error like that when I don’t think I’ve done anything wrong

Comments

Erh-Yuan Tsai 2010-06-21

Index: ent-dso-l2/src/com/tc/net/groups/AAStripeIDMismatchNotificationProcessor.java

— ent-dso-l2/src/com/tc/net/groups/AAStripeIDMismatchNotificationProcessor.java (revision 7707) +++ ent-dso-l2/src/com/tc/net/groups/AAStripeIDMismatchNotificationProcessor.java (working copy) @@ -26,6 +26,7 @@ private void logMessage(int errorType, String mesg) { switch (errorType) { case StripeIDMismatchGroupMessage.MISMATCH_TEMPORARY:

  • case StripeIDMismatchGroupMessage.MISMATCH_NOT_READY_YET: // can be temporarily mismatched, log info logger.info(mesg); break;

Himadri Singh 2010-07-13

2010-07-13 03:40:06,056 [main] INFO com.terracottatech.console - Terracotta Enterprise 3.3.0, as of 20100709-160710 (Revision 7827-15863 by cruise@su10mo5 from 3.3) 2010-07-13 03:40:09,033 [WorkerThread(receive_group_message_stage, 0)] INFO com.tc.net.groups.AAStripeIDMismatchNotificationProcessor - Received StripeID Mismatch Error from NodeID[perf16.terracotta.lan:9511] GroupID[1] type = 5 reason = Local node is not ready for StripeID[9c6a43c3b9b84e6abe9b6907d1305688], quarantine NodeID[perf15.terracotta.lan:9510]