Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
923714b1
Commit
923714b1
authored
Aug 07, 2015
by
Tom Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Hazelcast plugin to latest upstream release (3.5.1)
parent
dbb77ec6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
7 deletions
+14
-7
changelog.html
src/plugins/hazelcast/changelog.html
+7
-0
hazelcast-3.5.1.jar
src/plugins/hazelcast/lib/hazelcast-3.5.1.jar
+0
-0
hazelcast-cloud-3.4.jar
src/plugins/hazelcast/lib/hazelcast-cloud-3.4.jar
+0
-0
hazelcast-cloud-3.5.1.jar
src/plugins/hazelcast/lib/hazelcast-cloud-3.5.1.jar
+0
-0
plugin.xml
src/plugins/hazelcast/plugin.xml
+2
-2
readme.html
src/plugins/hazelcast/readme.html
+5
-5
No files found.
src/plugins/hazelcast/changelog.html
View file @
923714b1
...
...
@@ -44,6 +44,13 @@
Hazelcast Clustering Plugin Changelog
</h1>
<p><b>
2.1.0
</b>
-- August 7, 2015
</p>
<p>
Hazelcast update:
</p>
<ul>
<li>
Updated Hazelcast to latest release (3.5.1).
</li>
<li>
Avoid reverse DNS lookups for cluster node members (patch submitted by caojianlin)
</li>
</ul>
<p><b>
2.0.0
</b>
-- February 6, 2015
</p>
<p>
Hazelcast update:
</p>
<ul>
...
...
src/plugins/hazelcast/lib/hazelcast-3.
4
.jar
→
src/plugins/hazelcast/lib/hazelcast-3.
5.1
.jar
View file @
923714b1
No preview for this file type
src/plugins/hazelcast/lib/hazelcast-cloud-3.4.jar
deleted
100644 → 0
View file @
dbb77ec6
File deleted
src/plugins/hazelcast/lib/hazelcast-cloud-3.5.1.jar
0 → 100644
View file @
923714b1
File added
src/plugins/hazelcast/plugin.xml
View file @
923714b1
...
...
@@ -5,7 +5,7 @@
<name>
${plugin.name}
</name>
<description>
${plugin.description}
</description>
<author>
Tom Evans
</author>
<version>
2.
0
.0
</version>
<date>
0
2/06
/2015
</date>
<version>
2.
1
.0
</version>
<date>
0
8/07
/2015
</date>
<minServerVersion>
3.9.4
</minServerVersion>
</plugin>
src/plugins/hazelcast/readme.html
View file @
923714b1
...
...
@@ -65,7 +65,7 @@ open source <a href="http://www.hazelcast.org">Hazelcast</a> data distribution
framework in lieu of an expensive proprietary third-party product.
</p>
<p>
The current Hazelcast release is version 3.
4
.
The current Hazelcast release is version 3.
5.1
.
</p>
<h3>
Clustering vs. Federation
</h3>
<p>
XMPP is designed to scale in ways that are similar to email. Each Openfire
...
...
@@ -206,10 +206,10 @@ that will be added to the plugin's classpath. This allows a custom Hazelcast
configuration file to be located outside the Openfire home directory.
</li>
<li><i>
hazelcast.config.jmx.enabled
</i>
(false): Enables JMX support for
the Hazelcast cluster if JMX has been enabled via the Openfire admin console.
Refer to the
<a
href=
"http://docs.hazelcast.org/docs/3.
4
/manual/html/monitoringwithjmx.html"
>
Refer to the
<a
href=
"http://docs.hazelcast.org/docs/3.
5
/manual/html/monitoringwithjmx.html"
>
Hazelcast JMX docs
</a>
for additional information.
</li>
</ol>
<p>
The Hazelcast plugin uses the
<a
href=
"http://docs.hazelcast.org/docs/3.
4
/manual/html/configurationoverview.html"
>
<p>
The Hazelcast plugin uses the
<a
href=
"http://docs.hazelcast.org/docs/3.
5
/manual/html/configurationoverview.html"
>
XML configuration builder
</a>
to initialize the cluster from the XML file described above.
By default the cluster members will attempt to discover each other via multicast at the
following location:
...
...
@@ -235,7 +235,7 @@ following alternative:
<
/join
>
...
</pre>
<p>
Please refer to the
<a
href=
"http://docs.hazelcast.org/docs/3.
4
/manual/html-single/"
>
<p>
Please refer to the
<a
href=
"http://docs.hazelcast.org/docs/3.
5
/manual/html-single/"
>
Hazelcast reference manual
</a>
for more information.
</p>
<h3>
A Word About Garbage Collection
</h3>
...
...
@@ -244,7 +244,7 @@ of servers using a default runtime JVM configuration. In most cases it will be p
concurrent garbage collector (CMS) or the new G1 garbage collector to minimize blocking within the JVM.
When using CMS, you may be able to counter the effects of heap fragmentation by using JMX to invoke
System.gc() when the cluster is relatively idle (e.g. overnight). This has the effect of temporarily
interrupting the concurrent GC algor
t
ithm in favor of the default GC to collect and compact the heap.
interrupting the concurrent GC algorithm in favor of the default GC to collect and compact the heap.
</p>
<p>
In addition, the runtime characteristics of your Openfire cluster will vary greatly depending on the
number and type of clients that are connected, and which XMPP services you are using in your deployment.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment