Search:

Type: Posts; User: shutb45; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    201

    Deadlock and rollback errors

    We are using spring to manage our transactions and using Hibernate with it. We are also using a pessimistic retrier that will retry a method is there is a deadlock error.

    The problem I think I am...
  2. Replies
    4
    Views
    401

    I've been looking into this further. What I see...

    I've been looking into this further. What I see is that there are maybe 5 transactions running at the same time. Sometimes 3 or 4 of these transactions will try to update the ACL tables at the same...
  3. Replies
    4
    Views
    401

    We do use our own custom code to set permissions...

    We do use our own custom code to set permissions on an object, but in the end we use, what I could see a common way of setting the permissions on objects that I've seen elsewhere.

    In...
  4. Replies
    4
    Views
    401

    What I am noticing is that most of our updateACL...

    What I am noticing is that most of our updateACL methods take less than half a second. When the deadlock comes up its taking more than a second which is probably why we are getting deadlocks.
    ...
  5. Replies
    4
    Views
    401

    UpdateACL Deadlock Error

    We are getting deadlock errors when using the mutable ACL Method UpdateACL. Anyone else having this trouble or know how to avoid this.

    GrantPermission is our custom function and right after that...
Results 1 to 5 of 5