You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Thirumaran.Kasi (JIRA)" <ji...@apache.org> on 2010/08/26 16:38:53 UTC

[jira] Created: (LUCENENET-373) MultiThreading failed in IndexWritter

MultiThreading failed in IndexWritter
-------------------------------------

                 Key: LUCENENET-373
                 URL: https://issues.apache.org/jira/browse/LUCENENET-373
             Project: Lucene.Net
          Issue Type: Test
         Environment: WindowsXP(SP3), .net FrameWork 3.5
            Reporter: Thirumaran.Kasi


Hi,

We are upgraded Lucene version from 1.9.0 to 2.9.2.  When we trying multithreading with IndexWritter we are getting "lock obtain timeout" issue. I have tried with increase the value for writeLockTimeout from Default (1000) to some extend (5000), but it does not resolve my issue. Since in IndexWritter.Init() method checks the lock by using default value instead of newly set value.

Can anyone help me resolve this. Thanks in advance.


Thirumaran.Kasi

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (LUCENENET-373) MultiThreading failed in IndexWritter

Posted by "Digy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENENET-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926662#action_12926662 ] 

Digy commented on LUCENENET-373:
--------------------------------

Related with "Lucene.NET Community Status"
( http://mail-archives.apache.org/mod_mbox/lucene-lucene-net-dev/201010.mbox/%3C60F793FC-3DBE-403B-96FB-F8B920C7A843@apache.org%3E )

It seems that no one can get an answer for this problem for 2 months :)

DIGY


> MultiThreading failed in IndexWritter
> -------------------------------------
>
>                 Key: LUCENENET-373
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-373
>             Project: Lucene.Net
>          Issue Type: Test
>         Environment: WindowsXP(SP3), .net FrameWork 3.5
>            Reporter: Thirumaran.Kasi
>
> Hi,
> We are upgraded Lucene version from 1.9.0 to 2.9.2.  When we trying multithreading with IndexWritter we are getting "lock obtain timeout" issue. I have tried with increase the value for writeLockTimeout from Default (1000) to some extend (5000), but it does not resolve my issue. Since in IndexWritter.Init() method checks the lock by using default value instead of newly set value.
> Can anyone help me to resolve this. Thanks in advance.
> Thirumaran.Kasi

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (LUCENENET-373) MultiThreading failed in IndexWritter

Posted by "Thirumaran.Kasi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENENET-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thirumaran.Kasi updated LUCENENET-373:
--------------------------------------

    Description: 
Hi,

We are upgraded Lucene version from 1.9.0 to 2.9.2.  When we trying multithreading with IndexWritter we are getting "lock obtain timeout" issue. I have tried with increase the value for writeLockTimeout from Default (1000) to some extend (5000), but it does not resolve my issue. Since in IndexWritter.Init() method checks the lock by using default value instead of newly set value.

Can anyone help me to resolve this. Thanks in advance.


Thirumaran.Kasi

  was:
Hi,

We are upgraded Lucene version from 1.9.0 to 2.9.2.  When we trying multithreading with IndexWritter we are getting "lock obtain timeout" issue. I have tried with increase the value for writeLockTimeout from Default (1000) to some extend (5000), but it does not resolve my issue. Since in IndexWritter.Init() method checks the lock by using default value instead of newly set value.

Can anyone help me resolve this. Thanks in advance.


Thirumaran.Kasi


> MultiThreading failed in IndexWritter
> -------------------------------------
>
>                 Key: LUCENENET-373
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-373
>             Project: Lucene.Net
>          Issue Type: Test
>         Environment: WindowsXP(SP3), .net FrameWork 3.5
>            Reporter: Thirumaran.Kasi
>
> Hi,
> We are upgraded Lucene version from 1.9.0 to 2.9.2.  When we trying multithreading with IndexWritter we are getting "lock obtain timeout" issue. I have tried with increase the value for writeLockTimeout from Default (1000) to some extend (5000), but it does not resolve my issue. Since in IndexWritter.Init() method checks the lock by using default value instead of newly set value.
> Can anyone help me to resolve this. Thanks in advance.
> Thirumaran.Kasi

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (LUCENENET-373) MultiThreading failed in IndexWritter

Posted by "Alex Thompson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENENET-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926677#action_12926677 ] 

Alex Thompson commented on LUCENENET-373:
-----------------------------------------

Have you tried changing the default with IndexWriter.SetDefaultWriteLockTimeout(5000) ?

> MultiThreading failed in IndexWritter
> -------------------------------------
>
>                 Key: LUCENENET-373
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-373
>             Project: Lucene.Net
>          Issue Type: Test
>         Environment: WindowsXP(SP3), .net FrameWork 3.5
>            Reporter: Thirumaran.Kasi
>
> Hi,
> We are upgraded Lucene version from 1.9.0 to 2.9.2.  When we trying multithreading with IndexWritter we are getting "lock obtain timeout" issue. I have tried with increase the value for writeLockTimeout from Default (1000) to some extend (5000), but it does not resolve my issue. Since in IndexWritter.Init() method checks the lock by using default value instead of newly set value.
> Can anyone help me to resolve this. Thanks in advance.
> Thirumaran.Kasi

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.