You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "xiaokai.wang (JIRA)" <ji...@apache.org> on 2018/09/17 17:56:00 UTC

[jira] [Created] (KUDU-2582) Lock are acquired to cost much time in transactions

xiaokai.wang created KUDU-2582:
----------------------------------

             Summary: Lock are acquired to cost much time in transactions
                 Key: KUDU-2582
                 URL: https://issues.apache.org/jira/browse/KUDU-2582
             Project: Kudu
          Issue Type: Bug
            Reporter: xiaokai.wang


Hi guys, I met a problem about the keys locks that almost impacts the service normal writing.

As we all know, a transaction which get all row_key locks will go on next step in kudu. Everything looks good, if keys are not concurrent updated. But when keys are updated by more than one client at the same time, locks are acquired to wait much time. The cases are often in my product environment. Does anybody meet the problem? Has any good ideal for this?

Thanks.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)