Hi Michael,<div>interesting point is mentioned in the restrictions:</div><div><br></div><div><meta charset="utf-8"><span class="Apple-style-span" style="font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 13px; "><a name="N1000E"><ul style="padding-left: 1.5em; ">
<li>Only one cluster node writes to the repository. This means that the authoring environment is only accessible on one dedicated cluster node, which is called the <em>master</em> node. </li></ul></a></span></div><div><br>
</div><div>For the project I'm working for this is not a solution as each node must have write access to the repository as well as to the Lucene index.</div><div>This is what I wanted to highlight in today's workshop that Yanel/Yarep should come up with a concept of a single "write" instance which gets used by all members in the cluster so that writing is also possible for other nodes... to be continued....</div>
<div><br></div><div>Cheers</div><div>Balz<br><br><div class="gmail_quote">On Wed, Feb 2, 2011 at 5:40 PM, Michael Wechner <span dir="ltr"><<a href="mailto:michael.wechner@wyona.com">michael.wechner@wyona.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

  

    
  
  <div bgcolor="#ffffff" text="#000000">
    Maybe interesting to compare (please see below).<br>
    <br>
    Cheers<br>
    <br>
    Michael<br>
    <br>
    -------- Original Message --------
    <table border="0" cellpadding="0" cellspacing="0">
      <tbody>
        <tr>
          <th align="RIGHT" nowrap valign="BASELINE">Subject: </th>
          <td>Cluster documentation</td>
        </tr>
        <tr>
          <th align="RIGHT" nowrap valign="BASELINE">Date: </th>
          <td>Wed, 02 Feb 2011 16:04:38 +0100</td>
        </tr>
        <tr>
          <th align="RIGHT" nowrap valign="BASELINE">From: </th>
          <td>Andreas Hartmann <a href="mailto:andreas@apache.org" target="_blank"><andreas@apache.org></a></td>
        </tr>
        <tr>
          <th align="RIGHT" nowrap valign="BASELINE">Reply-To:
          </th>
          <td><a href="mailto:user@lenya.apache.org" target="_blank">user@lenya.apache.org</a></td>
        </tr>
        <tr>
          <th align="RIGHT" nowrap valign="BASELINE">To: </th>
          <td><a href="mailto:user@lenya.apache.org" target="_blank">user@lenya.apache.org</a></td>
        </tr>
      </tbody>
    </table>
    <br>
    <br>
    <pre>I have added documentation for the cluster setup:

<a href="https://lenya.zones.apache.org/cms/docu/live/docu20/reference/cluster.html" target="_blank">https://lenya.zones.apache.org/cms/docu/live/docu20/reference/cluster.html</a>

-- Andreas


Am 05.01.11 16:30, schrieb Martin Dominguez:
>
> Great new year news! Thanks Felix!
>
>
> Felix Roethenbacher wrote:
>>
>> Hi Florent
>>
>> You can check it out: there is a configuration file in
>> lenya/config/cluster/cluster.xconf in your webapp.
>>
>> If you enable clustering and set the Lenya instance to
>> slave it will check for external modifications to the
>> live sitetree and reload all necessary resources.
>>
>> Please note that only the live area can be run in clustered mode
>> and that there should be only one instance running as
>> master (which is the authoring instance).
>>
>> Cheers, Felix
>>
>>
>> Am 04.01.11 16:14, schrieb florent andré:
>>> Hi froethenbacher,
>>>
>>> Can you confirm if this good old commit message solve the cluster issue
>>> reported by Martin on 20101215 ?
>>>
>>> Thanks
>>>
>>> On 01/03/2011 06:33 PM, <a href="mailto:froethenbacher@apache.org" target="_blank">froethenbacher@apache.org</a> wrote:
>>>> Author: froethenbacher
>>>> Date: Mon Jan  3 17:33:50 2011
>>>> New Revision: 1054691
>>>>
>>>> URL: <a href="http://svn.apache.org/viewvc?rev=1054691&view=rev" target="_blank">http://svn.apache.org/viewvc?rev=1054691&view=rev</a>
>>>> Log:
>>>> Added cluster manager.
>>>>
>>>> Added:
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/cluster/
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/cluster/impl/
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/impl/java/org/apache/lenya/cms/cluster/impl/ClusterManagerImpl.java
>>>>       lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cluster/
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cluster/ClusterConfigurationException.java
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cluster/ClusterManager.java
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/cluster/ClusterMode.java
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/config/cocoon-xconf/sourcenodercmlfactory.xconf
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/impl/
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/impl/SourceNodeRcmlFactoryImpl.java
>>>>       lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cluster/
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cluster/cluster.xconf
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/cluster/
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/webapp/lenya/config/cocoon-xconf/cluster/cluster.xconf
>>>> Modified:
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/RepositoryManagerImpl.java
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/java/org/apache/lenya/cms/repository/SessionImpl.java
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeImpl.java
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/SiteTreeMonitorImpl.java
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/modules/sitetree/java/src/org/apache/lenya/cms/site/tree2/TreeSiteManager.java
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNode.java
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRCML.java
>>>>
>>>> lenya/branches/BRANCH_2_1_X/src/modules/sourcerepository/java/src/org/apache/lenya/cms/repository/SourceNodeRcmlFactory.java
>>>>
>>> ...
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: <a href="mailto:user-unsubscribe@lenya.apache.org" target="_blank">user-unsubscribe@lenya.apache.org</a>
>>> For additional commands, e-mail: <a href="mailto:user-help@lenya.apache.org" target="_blank">user-help@lenya.apache.org</a>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: <a href="mailto:user-unsubscribe@lenya.apache.org" target="_blank">user-unsubscribe@lenya.apache.org</a>
>> For additional commands, e-mail: <a href="mailto:user-help@lenya.apache.org" target="_blank">user-help@lenya.apache.org</a>
>>
>>
>>
>


-- 
Andreas Hartmann, CTO
BeCompany GmbH
<a href="http://www.becompany.ch" target="_blank">http://www.becompany.ch</a>
Tel.: +41 (0) 43 818 57 01


---------------------------------------------------------------------
To unsubscribe, e-mail: <a href="mailto:user-unsubscribe@lenya.apache.org" target="_blank">user-unsubscribe@lenya.apache.org</a>
For additional commands, e-mail: <a href="mailto:user-help@lenya.apache.org" target="_blank">user-help@lenya.apache.org</a>

</pre>
  </div>

<br>--<br>
Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com">Yanel-development@wyona.com</a><br>
<a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a><br></blockquote></div><br></div>