Posts tagged Clustering (3)
What's new in Payara Server 164?
Published on 14 Nov 2016
by Mike Croft
Topics:
What's New,
Production Features,
Hazelcast,
CDI,
Clustering,
Admin
|
0 Comments
Another quarter, another release! After an eventful 2016, November brings with it the final release of the year for Payara Server. This year, we've seen new services like Request Tracing and Health Check added, as well as the Slow SQL logger and SQL Trace Listeners. Revisiting the version of the documentation from 1 year ago and comparing the amount we have added since then is, frankly, astonishing!
Despite a bumper year for both new features and bug fixes, work continues apace! Below is a short summary of some of the things to look out for in a release that caps an incredible 12 months.
Payara Server Rolling Upgrades
Published on 08 Sep 2016
by Lenny Primak
Topics:
Hazelcast,
CDI,
Clustering,
Scalability
|
2 Comments
Any project, large or small, would ultimately like to follow industry best practices, such as continuous deployment. In order to support this, applications must be deployed early and often. This, in turn, triggers downtime and the users get affected by it because they could be logged out of the website, or worse, their work gets lost because the application's intermediate state is not saved - never mind the actual downtime during the application deployment process.
Rolling upgrades solve this problem in an efficient way!
Persistent EJB Timers in Payara Micro
Published on 31 Aug 2016
by Ondro Mihályi
Topics:
What's New,
Production Features,
Payara Micro,
Microservices,
Hazelcast,
Caching,
Clustering,
Scalability
|
0 Comments
Payara Micro is packed with most of the features and APIs that come with Payara Server Full Profile even though it doesn't entirely support whole Jakarta EE Full Profile. As an example, Payara Micro supports persistent EJB Timers, which are only required by the Jakarta EE Full Profile and not by the Web Profile. In Payara Micro, it's possible to use persistent EJB Timers, which are stored across your micro instances inside the distributed data grid as long as at least one instance in the data grid is up and running.
Payara Server Lite Nodes
Published on 09 Aug 2016
by Fabio Turizo
Topics:
What's New,
Payara Micro,
Microservices,
Hazelcast,
Caching,
Clustering,
Scalability
|
0 Comments
Payara Micro - Dynamic Clustering Demo
Published on 02 Aug 2016
by Mike Croft
Topics:
Payara Micro,
Microservices,
Demo,
Hazelcast,
Clustering,
How-to,
Scalability
|
0 Comments
Take a look at this quick demo to see some of Payara Micro's dynamic clustering capabilities. I'm running the demo without any extra tools, just Payara Micro itself. To show how Payara Micro dynamically rebalances the cluster, I used JCache
and Payara Micro's --autoBindHttp
feature.
Flexible Clustering with Payara Server
Published on 05 Jul 2016
by Ondro Mihályi
Topics:
Payara Micro,
Microservices,
Hazelcast,
Clustering,
Scalability
|
1 Comment
Application server clustering provides a means to make application infrastructure more robust and perform better. However, it is often very inflexible and even a small change in the cluster topology can involve serious maintenance costs. Payara Server supports a new way of clustering based on Hazelcast, which brings much more flexibility, decreases maintenance costs and adds the benefit of JCache support out of the box.
Creating a Simple Cluster with Payara Server 4
Published on 30 Jun 2016
by Mike Croft
Topics:
Hazelcast,
Clustering,
How-to,
Scalability
|
18 Comments
GlassFish has traditionally used Project Shoal to power its clusters. Since Shoal is no longer actively maintained, Payara Server intends to replace Shoal with Hazelcast, which has the added benefit of being JCache compliant.
Introduction to Payara Scales - Using Payara Scales with Amazon CloudFormation
Published on 05 May 2016
by Mert Caliskan
Topics:
Hazelcast,
Clustering,
Scalability,
Cloud,
Amazon Cloud
|
2 Comments
In the first part of this 'Introduction to Payara Scales' blog, I will give you an overview of the architecture for a Payara Scales cluster and a load balancer upfront, using Amazon CloudFormation and Amazon EC2.
Flexible HA & Scalability Architectures with Payara Server
Published on 08 Feb 2016
by Steve Millidge
Topics:
Production Features,
Payara Micro,
Hazelcast,
Caching,
Clustering,
Ops Teams,
Scalability
|
3 Comments
One of the lesser known features and key benefits of Payara Server is that it provides huge flexibility when architecting topologies for High Availability and Scalability. Utilising the embedded Hazelcast Data Grid for web session and JCache clustering brings the potential of many different topologies for scale out.
Payara Micro Clustering
Published on 15 Jun 2015
by Andrew Pielage
Topics:
Payara Micro,
Microservices,
Clustering,
Scalability
|
3 Comments