magro / testrepo

foo
0 stars 0 forks source link

memcached node selection fails if no "regular" node exists #15

Closed magro closed 9 years ago

magro commented 9 years ago

From martin.grotzke on September 02, 2009 01:14:30

As reported by Erik there's an error if all configured nodes are also set as failover nodes ([1]), so that no "regular" nodes are registered.

This case needs to be handled.

[1] http://groups.google.com/group/memcached-session- manager/browse_thread/thread/3cfcc2fe58879ae4

Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=15

magro commented 9 years ago

From martin.grotzke on September 01, 2009 16:15:20

(No comment was entered for this change.)

Summary: memcached node selection fails if no "regular" node exists

magro commented 9 years ago

From martin.grotzke on October 17, 2009 15:42:27

Fixed, in this case an Exception is thrown during init so that one needs to fix this configuration issue

Status: Fixed