<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi, the "heterogenous clusters" link
      does not work. I also miss any related JIRA in release notes - is
      it really implemented?<br>
      <br>
      Radim<br>
      <br>
      On 11/19/2013 09:08 PM, Adrian Nistor wrote:<br>
    </div>
    <blockquote cite="mid:528BC54E.2040903@redhat.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <span style="background-color: transparent; color: black;
        font-family: Arial; font-size: 15px; font-style: normal;
        font-variant: normal; font-weight: normal; text-decoration:
        none; vertical-align: baseline;">Dear Infinispan community,</span>
      <br>
      <span style="background-color: transparent; color: black;
        font-family: Arial; font-size: 15px; font-style: normal;
        font-variant: normal; font-weight: normal; text-decoration:
        none; vertical-align: baseline;"></span><br>
      <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
        margin-top: 0pt;"> <span style="background-color: transparent;
          color: black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          text-decoration: none; vertical-align: baseline;">We're
          pleased to announce the final release of Infinispan 6.0
          "Infinium". As</span><a moz-do-not-send="true"
href="http://infinispan.blogspot.co.uk/2013/05/infinispan-to-adopt-apache-software.html"
          style="text-decoration: none;"><span style="background-color:
            transparent; color: #1155cc; font-family: Arial; font-size:
            15px; font-style: normal; font-variant: normal; font-weight:
            normal; text-decoration: underline; vertical-align:
            baseline;"> announced</span></a><span
          style="background-color: transparent; color: black;
          font-family: Arial; font-size: 15px; font-style: normal;
          font-variant: normal; font-weight: normal; text-decoration:
          none; vertical-align: baseline;">, this is the first
          Infinispan stable version to be released under the terms of</span><a
          moz-do-not-send="true"
          href="http://www.apache.org/licenses/LICENSE-2.0.html"
          style="text-decoration: none;"><span style="background-color:
            transparent; color: #1155cc; font-family: Arial; font-size:
            15px; font-style: normal; font-variant: normal; font-weight:
            normal; text-decoration: underline; vertical-align:
            baseline;"> Apache License v2.0</span></a><span
          style="background-color: transparent; color: black;
          font-family: Arial; font-size: 15px; font-style: normal;
          font-variant: normal; font-weight: normal; text-decoration:
          none; vertical-align: baseline;">.</span></div>
      <br>
      <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
        margin-top: 0pt;"> <span style="background-color: transparent;
          color: black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          text-decoration: none; vertical-align: baseline;">This release
          brings some highly demanded features besides many stability
          enhancements and bug fixes:</span></div>
      <br>
      <ul style="margin-bottom: 0pt; margin-top: 0pt;">
        <li dir="ltr" style="background-color: transparent; color:
          black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          list-style-type: disc; text-decoration: none; vertical-align:
          baseline;">
          <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
            margin-top: 0pt;"> <span style="background-color:
              transparent; color: black; font-family: Arial; font-size:
              15px; font-style: normal; font-variant: normal;
              font-weight: normal; text-decoration: none;
              vertical-align: baseline;">Support for <a
                moz-do-not-send="true"
href="http://blog.infinispan.org/2013/09/embedded-and-remote-query-in-infinispan.html"
                target="_blank">remote query</a>. It is now possible for
              the HotRod clients to query an Infinispan grid using a new
              expressive query DSL. This querying functionality is built
              on top of Apache Lucene and Google Protobuf and lays the
              foundation for storing information and querying an
              Infinispan server in a language neutral manner. The Java
              HotRod client has already been enhanced to support this,
              the soon-to-be announced C++ HotRod client will also
              contain this functionality (initially for write/read, then
              full blown querying).</span></div>
        </li>
        <li dir="ltr" style="background-color: transparent; color:
          black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          list-style-type: disc; text-decoration: none; vertical-align:
          baseline;">
          <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
            margin-top: 0pt;"> <span style="background-color:
              transparent; color: black; font-family: Arial; font-size:
              15px; font-style: normal; font-variant: normal;
              font-weight: normal; text-decoration: none;
              vertical-align: baseline;">C++ HotRod client. &nbsp;Allows C++
              applications to read and write information from an
              Infinispan server. This is a fully fledged HotRod client
              that is topology (level 2) and consistent hash aware
              (level 3) and will be released in the following days. Some
              features (such as Remote Query and SSL support) will be
              developed during the next iteration so that it maintains
              feature parity with its Java counterpart.</span></div>
        </li>
        <li dir="ltr" style="background-color: transparent; color:
          black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          list-style-type: disc; text-decoration: none; vertical-align:
          baseline;">
          <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
            margin-top: 0pt;"> <span style="background-color:
              transparent; color: black; font-family: Arial; font-size:
              15px; font-style: normal; font-variant: normal;
              font-weight: normal; text-decoration: none;
              vertical-align: baseline;">Better persistence integration.
              We&#8217;ve revisited the entire cache loader API and we&#8217;re
              quite pleased with the result: the new </span><a
              moz-do-not-send="true"
href="http://blog.infinispan.org/2013/09/new-persistence-api-in-infinispan.html"
              style="text-decoration: none;"><span
                style="background-color: transparent; color: #1155cc;
                font-family: Arial; font-size: 15px; font-style: normal;
                font-variant: normal; font-weight: normal;
                text-decoration: underline; vertical-align: baseline;">Persistence

                API</span></a><span style="background-color:
              transparent; color: black; font-family: Arial; font-size:
              15px; font-style: normal; font-variant: normal;
              font-weight: normal; text-decoration: none;
              vertical-align: baseline;"> brought by Infinispan 6.0
              supports parallel iteration of the stored entries, reduces
              the overall serialization overhead and also is aligned
              with the </span><a moz-do-not-send="true"
              href="http://jcp.org/en/jsr/detail?id=107"
              style="text-decoration: none;"><span
                style="background-color: transparent; color: #1155cc;
                font-family: Arial; font-size: 15px; font-style: normal;
                font-variant: normal; font-weight: normal;
                text-decoration: underline; vertical-align: baseline;">JSR-107</span></a><span
              style="background-color: transparent; color: black;
              font-family: Arial; font-size: 15px; font-style: normal;
              font-variant: normal; font-weight: normal;
              text-decoration: none; vertical-align: baseline;">
              specification, which makes implementations more portable.</span></div>
        </li>
      </ul>
      <ul style="margin-bottom: 0pt; margin-top: 0pt;">
        <li dir="ltr" style="background-color: transparent; color:
          black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          list-style-type: disc; text-decoration: none; vertical-align:
          baseline;">
          <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
            margin-top: 0pt;"> <span style="background-color:
              transparent; color: black; font-family: Arial; font-size:
              15px; font-style: normal; font-variant: normal;
              font-weight: normal; text-decoration: none;
              vertical-align: baseline;">A more efficient FileCacheStore
            </span><a moz-do-not-send="true"
href="http://blog.infinispan.org/2013/07/faster-file-cache-store-no-extra.html"
              style="text-decoration: none;"><span
                style="background-color: transparent; color: #1155cc;
                font-family: Arial; font-size: 15px; font-style: normal;
                font-variant: normal; font-weight: normal;
                text-decoration: underline; vertical-align: baseline;">implementation</span></a><span
              style="background-color: transparent; color: black;
              font-family: Arial; font-size: 15px; font-style: normal;
              font-variant: normal; font-weight: normal;
              text-decoration: none; vertical-align: baseline;">. This
              file store is built with efficiency in mind: it
              outperforms the existing file store with up to 2 levels of
              magnitude. This comes at a cost though, as keys need to be
              kept &nbsp;in memory. Thanks to </span><a
              moz-do-not-send="true" href="https://github.com/kblees"
              style="text-decoration: none;"><span
                style="background-color: transparent; color: #1155cc;
                font-family: Arial; font-size: 15px; font-style: normal;
                font-variant: normal; font-weight: normal;
                text-decoration: underline; vertical-align: baseline;">Karsten

                Blees</span></a><span style="background-color:
              transparent; color: black; font-family: Arial; font-size:
              15px; font-style: normal; font-variant: normal;
              font-weight: normal; text-decoration: none;
              vertical-align: baseline;"> for contributing this!</span></div>
        </li>
        <li dir="ltr" style="background-color: transparent; color:
          black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          list-style-type: disc; text-decoration: none; vertical-align:
          baseline;">
          <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
            margin-top: 0pt;"> <span style="background-color:
              transparent; color: black; font-family: Arial; font-size:
              15px; font-style: normal; font-variant: normal;
              font-weight: normal; text-decoration: none;
              vertical-align: baseline;">Support for </span><a
              moz-do-not-send="true"
href="http://blog.infinispan.org/2013/09/heterogenous-clusters-with-infinispan.htm"
              style="text-decoration: none;"><span
                style="background-color: transparent; color: #1155cc;
                font-family: Arial; font-size: 15px; font-style: normal;
                font-variant: normal; font-weight: normal;
                text-decoration: underline; vertical-align: baseline;">heterogeneous

                clusters</span></a><span style="background-color:
              transparent; color: black; font-family: Arial; font-size:
              15px; font-style: normal; font-variant: normal;
              font-weight: normal; text-decoration: none;
              vertical-align: baseline;">. Up to this release, every
              member of the cluster owns an equal share of the cluster&#8217;s
              data. This doesn&#8217;t work well if one machine is more
              powerful than the other cluster participants. This
              functionality allows specifying the amount of data,
              compared with the average, held by a particular machine.</span></div>
        </li>
        <li dir="ltr" style="background-color: transparent; color:
          black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          list-style-type: disc; text-decoration: none; vertical-align:
          baseline;">
          <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
            margin-top: 0pt;"> <span style="background-color:
              transparent; color: black; font-family: Arial; font-size:
              15px; font-style: normal; font-variant: normal;
              font-weight: normal; text-decoration: none;
              vertical-align: baseline;">A new set of usage and
              performance </span><a moz-do-not-send="true"
              href="https://issues.jboss.org/browse/ISPN-2861"
              style="text-decoration: none;"><span
                style="background-color: transparent; color: #1155cc;
                font-family: Arial; font-size: 15px; font-style: normal;
                font-variant: normal; font-weight: normal;
                text-decoration: underline; vertical-align: baseline;">statistics</span></a><span
              style="background-color: transparent; color: black;
              font-family: Arial; font-size: 15px; font-style: normal;
              font-variant: normal; font-weight: normal;
              text-decoration: none; vertical-align: baseline;">
              developed within the scope of the CloudTM project</span><a
              moz-do-not-send="true"
              href="https://issues.jboss.org/browse/ISPN-3234"
              style="text-decoration: none;"><span
                style="background-color: transparent; color: #1155cc;
                font-family: Arial; font-size: 15px; font-style: normal;
                font-variant: normal; font-weight: normal;
                text-decoration: underline; vertical-align: baseline;"></span></a>.</div>
        </li>
        <li dir="ltr" style="background-color: transparent; color:
          black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          list-style-type: disc; text-decoration: none; vertical-align:
          baseline;">
          <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
            margin-top: 0pt;"> <a moz-do-not-send="true"
              href="https://issues.jboss.org/browse/ISPN-3234"
              style="text-decoration: none;"><span
                style="background-color: transparent; color: #1155cc;
                font-family: Arial; font-size: 15px; font-style: normal;
                font-variant: normal; font-weight: normal;
                text-decoration: underline; vertical-align: baseline;">JCache</span></a><span
              style="background-color: transparent; color: black;
              font-family: Arial; font-size: 15px; font-style: normal;
              font-variant: normal; font-weight: normal;
              text-decoration: none; vertical-align: baseline;">
              (JSR-107) implementation upgrade. First released in
              Infinispan 5.3.0, the standard caching support is now
              upgraded to version 1.0.0-PFD.</span></div>
        </li>
      </ul>
      <br>
      <span style="background-color: transparent; color: black;
        font-family: Arial; font-size: 15px; font-style: normal;
        font-variant: normal; font-weight: normal; text-decoration:
        none; vertical-align: baseline;"></span><br>
      <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
        margin-top: 0pt;"> <span style="background-color: transparent;
          color: black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          text-decoration: none; vertical-align: baseline;">For a
          complete list of features included in this release please
          refer to the </span><a moz-do-not-send="true"
href="https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310799&amp;version=12322480"
          style="text-decoration: none;"><span style="background-color:
            transparent; color: #1155cc; font-family: Arial; font-size:
            15px; font-style: normal; font-variant: normal; font-weight:
            normal; text-decoration: underline; vertical-align:
            baseline;">release notes</span></a><span
          style="background-color: transparent; color: black;
          font-family: Arial; font-size: 15px; font-style: normal;
          font-variant: normal; font-weight: normal; text-decoration:
          none; vertical-align: baseline;">.</span></div>
      <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
        margin-top: 0pt;"> <span style="background-color: transparent;
          color: black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          text-decoration: none; vertical-align: baseline;">The user
          documentation for this release has been revamped and migrated
          to the </span><a moz-do-not-send="true"
          href="http://infinispan.org/documentation/"
          style="text-decoration: none;"><span style="background-color:
            transparent; color: #1155cc; font-family: Arial; font-size:
            15px; font-style: normal; font-variant: normal; font-weight:
            normal; text-decoration: underline; vertical-align:
            baseline;">new website</span></a><span
          style="background-color: transparent; color: black;
          font-family: Arial; font-size: 15px; font-style: normal;
          font-variant: normal; font-weight: normal; text-decoration:
          none; vertical-align: baseline;"> - we think it looks much
          better and hope you&#8217;ll like it too!</span></div>
      <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
        margin-top: 0pt;"> <span style="background-color: transparent;
          color: black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          text-decoration: none; vertical-align: baseline;">This release
          has spread over a period of 5 months: a sustained effort from
          the core development team, QE team and our growing community -
          a BIG thanks to everybody involved! Please visit our </span><a
          moz-do-not-send="true" href="http://infinispan.org/download/"
          style="text-decoration: none;"><span style="background-color:
            transparent; color: #1155cc; font-family: Arial; font-size:
            15px; font-style: normal; font-variant: normal; font-weight:
            normal; text-decoration: underline; vertical-align:
            baseline;">downloads</span></a><span
          style="background-color: transparent; color: black;
          font-family: Arial; font-size: 15px; font-style: normal;
          font-variant: normal; font-weight: normal; text-decoration:
          none; vertical-align: baseline;"> section to find the latest
          release. Also if you have any questions please check our </span><a
          moz-do-not-send="true" href="http://infinispan.org/community/"
          style="text-decoration: none;"><span style="background-color:
            transparent; color: #1155cc; font-family: Arial; font-size:
            15px; font-style: normal; font-variant: normal; font-weight:
            normal; text-decoration: underline; vertical-align:
            baseline;">forums</span></a><span style="background-color:
          transparent; color: black; font-family: Arial; font-size:
          15px; font-style: normal; font-variant: normal; font-weight:
          normal; text-decoration: none; vertical-align: baseline;">,
          our </span><a moz-do-not-send="true"
          href="https://lists.jboss.org/mailman/listinfo/infinispan-dev"
          style="text-decoration: none;"><span style="background-color:
            transparent; color: #1155cc; font-family: Arial; font-size:
            15px; font-style: normal; font-variant: normal; font-weight:
            normal; text-decoration: underline; vertical-align:
            baseline;">mailing lists</span></a><span
          style="background-color: transparent; color: black;
          font-family: Arial; font-size: 15px; font-style: normal;
          font-variant: normal; font-weight: normal; text-decoration:
          none; vertical-align: baseline;"> or ping us directly on <a
            moz-do-not-send="true"
            href="irc://irc.freenode.org/infinispan" target="_blank">IRC</a>.</span></div>
      <br>
      <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
        margin-top: 0pt;"> <span style="background-color: transparent;
          color: black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          text-decoration: none; vertical-align: baseline;">Cheers,</span></div>
      <div dir="ltr" style="line-height: 1.15; margin-bottom: 0pt;
        margin-top: 0pt;"> <span style="background-color: transparent;
          color: black; font-family: Arial; font-size: 15px; font-style:
          normal; font-variant: normal; font-weight: normal;
          text-decoration: none; vertical-align: baseline;">Adrian</span></div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
infinispan-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/infinispan-dev">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a></pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Radim Vansa <a class="moz-txt-link-rfc2396E" href="mailto:rvansa@redhat.com">&lt;rvansa@redhat.com&gt;</a>
JBoss DataGrid QA
</pre>
  </body>
</html>