Bug 247955

Summary: Multi-transaction
Product: [Fedora] Fedora Reporter: Jakub 'Livio' Rusinek <liviopl.pl>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7CC: james.antill, pmatilai
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-12 13:48:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jakub 'Livio' Rusinek 2007-07-12 08:57:44 UTC
Description of problem:

I'm thinking about multi-transaction package manager.
It would require rebuilding whole RPM to make another way to write the database,
but it could make life better.

It would be innovation in packaging.

How reproducible:

Install packages, when some other app is using RPMDB.
  
Actual results:

Database access is owned.

Expected results:

Multi-transaction.

Comment 1 James Antill 2007-07-12 13:48:29 UTC
 This is a feature request?
 What do you mean by multi-transaction?

 It sounds like you want to be able to do "yum install foo" and "yum install
bar" at the same time?


Comment 2 Jakub 'Livio' Rusinek 2007-07-12 20:33:45 UTC
Yes, exactly.

Comment 3 Panu Matilainen 2007-07-13 10:35:32 UTC
Actually rpm used to permit multiple simultaneous installations, but these days
there's a global transaction lock to prevent that. Things get *really* hairy wrt
race conditions etc when you start thinking about all the interactions with
triggers and such in a truly concurrent access scenarios.

What's the problem you're trying to actually solve by permitting concurrent
transactions?