how does deadlock occur?
Answers were Sorted based on User's Feedback
It is the condition, where the graph will stop processing
due to mutual dependency of data.
For Ex:
Let’s consider a concatenate component, having three
inputs. Let’s say first i/p receives 20 million records,
second i/p receives 1000 records, third i/p receives 500
records.
Now even though the concatenate receives i/p’s at second
and third i/p port, the concatenate won’t work until it
receives all the i/p’s at it’s first i/p port. So the
graph’ll stop processing until the first i/p port receives
all its data. This condition is called DEADLOCK.
This is now minimised (not prevented) by “Automated flow
buffering”. This will in turn provide more workspace in
network resource allocation. So that the processing’ll be
faster.
The Automated flow buffering is available from 1.8 version.
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / gita
Deadlock occurs when a program cannot progress, causing a
graph to hang. The likelihood of deadlock occurring depends
on the patterns of data flows. A graph carries a potential
for deadlock when flows diverge and converge within a single
phase. If the flows converge at a component that reads its
input flows in a particular order, that component may wait
for records to arrive on one flow even as the unread data
accumulates on others, because components have a limited
buffering capacity. Before GDE version 1.8, deadlock was a
common problem. It is now a rare occurrence due to the
automatic flow buffering feature added in version 1.8.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / prakash
when two or more components using the same resource, then u
will get dead lock
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / quesanswer
Hi kanaga
M asking for abinitio grpahs
when does deadlock occur
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / babu
If two or more components are waiting for the same resource apart from using some other resource then deadlock occurs
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kanaga
IF TWO ARE MORE THREADS WAITING TO RELEASE A RESOURCE,WHEN
DEADLOCK IS OCCUR.
| Is This Answer Correct ? | 4 Yes | 8 No |
List out some of the air commands used in abintio?
explain the environment varaibles with example?
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.
What is use of creating a save files? How to use in abinitio graph?
1 Answers Cognizant, IBM, Intellego, TCL,
What are the Types of parallelism in detail?
what is the use of catlog or catlogfile?
i have a scenario where i need to change the value of a sort order in my sort component whether ascending or descending depend on some input value... e.g if input_val = A then sort order should be ascending else descending I have to use PDL in this... Can you please tell me where do i have to make this change and how ?
What are Cartesian joins?
what is extension list in abinitio?
Can anyone give me an example of realtime start script in the graph?
How to create a repository in abinitio for stand-alone system(local nt)?
What are the features of ab initio?