what is heart beat in weblogic
Answers were Sorted based on User's Feedback
Answer / vamsee
heart beat is a signal,this signals are sent by objects.
think that there are 5 servers.(the servers with in the
cluster to communicate each other they use multicast ip)
if u add one objet to any oneof these server that object
will send a heart beat signal to multicast ip from there
remainig servers will receive that signals and update thire
jndi tree.from this only each server will known the helth
of each object.if the object is stop sending heart beats
the servers treat that that object is failed
| Is This Answer Correct ? | 34 Yes | 5 No |
Answer / abhi
Heart Beat messages send every 10 seconds not every 3 sec.
If 3 consecutive attempts will fail, server marked as a failed.
Let me know if any conserns.
| Is This Answer Correct ? | 19 Yes | 0 No |
Yeah above answer is also right..
I would say like this.
There are 5 managed servers in a cluster.Then each managed
server will communicate each other with the help of
mutlicast ip.After every 3 sec heartbeat checks whethe
anothers are alive or not.If it is alive it says I am
alive.or else no response.Then the conclusion is that
perticular managed server is not alive.
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / supreetyadav
WebLogic Server uses IP multicast for all one-to-many
communications among server instances in a cluster. This
communication includes:
Cluster-wide JNDI updates—Each WebLogic Server instance in
a cluster uses multicast to announce the availability of
clustered objects that are deployed or removed locally.
Each server instance in the cluster monitors these
announcements and updates its local JNDI tree to reflect
current deployments of clustered objects. For more details,
see Cluster-Wide JNDI Naming Service.
Cluster heartbeats— Each WebLogic Server instance in a
cluster uses multicast to broadcast regular "heartbeat"
messages that advertise its availability. By monitoring
heartbeat messages, server instances in a cluster determine
when a server instance has failed. (Clustered server
instances also monitor IP sockets as a more immediate
method of determining when a server instance has failed.)
| Is This Answer Correct ? | 3 Yes | 1 No |
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection? : BEA Weblogic
What is Multicast?
What are the two important tcp socket classes?
what is difference between weblogic and websphere?
How does sorting on message priority work? : BEA Weblogic
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
What is Virtual Host in WebLogic? How to create it & what is the advantage?
how to upgrade the weblogic server licence?
what r the General SHIFTING TIMES for WEB LOGIC ADmin? mostly my frnd said night sifts ? Is it Right?
What is difference between weblogic connection pool and conection factory?
What does the connected to element in the toolbar signify?