cancel
Showing results for 
Search instead for 
Did you mean: 

Lucene index replication doesn't work

rpinheiro
Champ in-the-making
Champ in-the-making
Hello everybody

I've configured an cluster with Alfresco 3.1 (OS: Window XP) between two virtual machines. For inserting and updating content it's working fine but when i try in the advanced search make an request, the results are differents from both nodes. why does it happen? What am i doing wrong?

Help!!  :cry:
3 REPLIES 3

rpinheiro
Champ in-the-making
Champ in-the-making
Hi everybody

I know that Lucene indexes stay always at the local node filesystem and the replication is between the database and the cluster node instead between cluster nodes, but the index replication behaves unexpectedly cause the node that creates the content i can use the advanced search with all criterias and find out the content but in the other node i can't.

For example: i've created one content with the name: AAA at Guest Home space and when i make an advanced search with title, description or author, i can find the content in any of these criterias, but when i make an advanced search in another node searching the same content i can't find it.

ps: When i rebuild the lucene indexes i can find the content in both places but with the author parameter it doesn't find anything, the others parameters (title, description) i can find the content…

Any Help?

usuf
Champ in-the-making
Champ in-the-making
Hello,

I am having almost the same problem and have received zero replies at my own post…. http://forums.alfresco.com/en/viewtopic.php?f=9&t=22993

Does anyone have a clue as to what is causing this behaviour?

rpinheiro
Champ in-the-making
Champ in-the-making
I putted the following line in the file custom-repository.properties and it works, the replication has succeeded.

index.tracking.reindexLagMs=10000

the default value is 1000, i don't know exactly what it has changed. if someone knows, can you tell me?