The Artima Developer Community
Sponsored Link

Java Buzz Forum
Hazelcast 1.8.1 with Cluster Monitoring

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Talip Ozturk

Posts: 103
Nickname: talip
Registered: May, 2003

Talip Ozturk is founder of Hazelcast, distributed queue, set, map and lock implementation.
Hazelcast 1.8.1 with Cluster Monitoring Posted: Mar 4, 2010 3:20 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Talip Ozturk.
Original Post: Hazelcast 1.8.1 with Cluster Monitoring
Feed Title: Shared Memory
Feed URL: http://www.jroller.com/talipozturk/feed/entries/rss
Feed Description: about java, jcache, jini, javaspaces, distributed data structures and a little bit of me and life.
Latest Java Buzz Posts
Latest Java Buzz Posts by Talip Ozturk
Latest Posts From Shared Memory

Advertisement
With the new 1.8.1, we have the most robust, feature-rich and still fastest Hazelcast ever!

During the last couple of months, we experienced the happiness of seeing Hazelcast running in production at several giant companies which let us fix so many issues and handle several edge cases. This is like the most bug-fix-ever release :)

We also finished the new clustering monitoring tool which shows you how your cluster is doing. It tells you a lot about your distributed maps (operations per second, size and memory on each member, lock counts, map browser), your cluster members and partitions. Here is the release notes:

  • Hazelcast Cluster Monitoring Tool. see the hazelcast-monitor-1.8.1.war in the distro.
  • New Partition API.. which member owns which partition or key? listen for migration events.
  • New IMap.lockMap() API. do not let anyone operate on the map
  • New Multicast+TCP/IP join feature. Try multicast first, if not found, try tcp/ip.
  • New Hazelcast.getExecutorService(name) API. have separate named ExecutorServices. do not let your big tasks blocking your small ones.
  • New Logging API. Build your own logging. or simply use Log4J or get logs as LogEvents.
  • New MapStatistics API. Get statistics for your Map operations and entries.
  • HazelcastClient automatically updates the member list. no need to pass all members.
  • Ability to start the cluster members evenly partitioned. so no migration.
  • So many bug fixes and enhancements.
  • There are some minor Config API change.

So you haven't seen the cluster monitoring tool yet! Here is a screenshot:

For more on the monitoring tool, visit Monitoring Tool Documentation.

Read: Hazelcast 1.8.1 with Cluster Monitoring

Topic: In the Spotlight: LWUIT Featured App Gallery Previous Topic   Next Topic Topic: Using the Eclipse templates

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use