ever-been / everBeen

EverBEEN is a generic benchmarking environment focused on platform-independent middleware benchmarking.
www.everbeen.cz
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Hazelcast logging and BeenAppender considered harmful #188

Closed sixtam closed 11 years ago

sixtam commented 11 years ago

It just does not work.

After fixing #182, another problem came up causing Hazelcast to exceedingly log. (Two nodes, one disconnects, the other logging "Could not connect to" over and over again.) That's because the BeenAppender logging the messages causes Hazelcast to emit the message again and so on.

kubamracek commented 11 years ago

lol

sixtam commented 11 years ago

After some discussion the workaround in 37a806a04a4fa53fbd06a88ddf4238b3f4d081d6 is the right thing to do.

This allows ability to debug Hazelcast while not getting in cyclic message logging. An user will want to debug Hazelcast because it cannot connect to the cluster anyway.