Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
- Locks are not getting released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
www.t24all.com  
View profile  
 More options Dec 7 2011, 1:25 am
From: "www.t24all.com" <eb.phan...@gmail.com>
Date: Tue, 6 Dec 2011 22:25:09 -0800 (PST)
Local: Wed, Dec 7 2011 1:25 am
Subject: [T24 + jBASE jDLS] - Locks are not getting released
Hi,

We have installed jDLS as distrubuted lock listener service mode (jDLS
-ibD).

We have 2 application servers Server1 and Server 2

Server 1 is the primary server and Server 2 is the secondary server

As part of maintenance activity we will shutdown the Server 1 for few
hours.  During those hours Server 2 will take control the jDLS and all
the locks are managed by Server 2.

After few hours once the Server 1 is brought up, the locks are not
getting released from Server 2.  It goes to a dead lock situation.

Any ideas why jBASE jDLS is behaving like this? Any suggestions...

Thanks & Regards


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mansi  
View profile  
 More options Dec 9 2011, 4:36 am
From: Mansi <mansi...@gmail.com>
Date: Fri, 9 Dec 2011 01:36:05 -0800 (PST)
Local: Fri, Dec 9 2011 4:36 am
Subject: Re: - Locks are not getting released
Hello,

The listener process usually spawns new lock server process to handle
each client lock process from secondary server.
But for local requests there won’t be any new process spawned as the
requests are local. It’s totally internal and can’t be changed..
Try to check if  there was any change made in the new releases. Not
sure about it though!

You can actually increase the size jDLS.As it can hold upto 1Lakh
records.

E.g., jDLS -ibs 100000,30

The above allows us to lock one lakh records in 30 groups.
By doing this you can overcome this issue.And also the system probably
wont hang.

Hope this helps.

Regards,
Manasa Urs

On Dec 7, 1:25 am, "www.t24all.com" <eb.phan...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mansi  
View profile  
 More options Dec 9 2011, 4:36 am
From: Mansi <mansi...@gmail.com>
Date: Fri, 9 Dec 2011 01:36:33 -0800 (PST)
Local: Fri, Dec 9 2011 4:36 am
Subject: Re: - Locks are not getting released
Hello,

The listener process usually spawns new lock server process to handle
each client lock process from secondary server.
But for local requests there won’t be any new process spawned as the
requests are local. It’s totally internal and can’t be changed..
Try to check if  there was any change made in the new releases. Not
sure about it though!

You can actually increase the size jDLS.As it can hold upto 1Lakh
records.

E.g., jDLS -ibs 100000,30

The above allows us to lock one lakh records in 30 groups.
By doing this you can overcome this issue.And also the system probably
wont hang.

Hope this helps.

Regards,
Manasa Urs

On Dec 7, 11:25 am, "www.t24all.com" <eb.phan...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pat  
View profile  
 More options Dec 9 2011, 8:18 pm
From: pat <pat...@gmail.com>
Date: Fri, 9 Dec 2011 17:18:29 -0800 (PST)
Local: Fri, Dec 9 2011 8:18 pm
Subject: Re: - Locks are not getting released
Before bringing Server1 back on line you should stop all T24 processes

The switch to 'Server2' , when Server1 is taken offline, is a 'one way
process'

So existing processes will continue to use 'Server2' ( only ) for
locking

Any new processes, started after Server1 is brought back on line, will
attempt to use BOTH Server1 and Server2 in resilient mode, leading to
'lock contention' and 'mismatches'

On Dec 7, 6:25 am, "www.t24all.com" <eb.phan...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Multivalue Developer Required" by Simon Verona
Simon Verona  
View profile  
 More options Dec 14 2011, 9:28 am
From: Simon Verona <si...@dmservices.co.uk>
Date: Wed, 14 Dec 2011 14:28:46 +0000
Local: Wed, Dec 14 2011 9:28 am
Subject: Multivalue Developer Required
Required to support and develop a mature vb.net front-end / jBase
backend application.

This is a full time role, based in Sheffield, UK.

Please contact me at si...@dmservices.co.uk for more information.

Regards

=======================================
Simon Verona
Director
Dealer Management Services Ltd
========================================


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "- Locks are not getting released" by Ramkumar Sreeni
Ramkumar Sreeni  
View profile  
 More options Jan 1, 12:01 pm
From: Ramkumar Sreeni <ramkumar.sre...@gmail.com>
Date: Sun, 1 Jan 2012 20:01:06 +0300
Local: Sun, Jan 1 2012 12:01 pm
Subject: Re: - Locks are not getting released

Hi Pat,

So the only solution is to bring the server 2 down as part of killing /
stopping all T24 processes before bringing up the server 1, and once server
1 is up subsequently the server 2 also needs to be brought up.  Please let
me know if my understanding is correct / wrong.

Is there any better setup of jdls in server 1 and 2, that is recommended to
do away with this problem

Regards,
Ramkumar.S


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »