1. 03 3月, 2017 1 次提交
    • X
      Remove incorrect assertion on memory limit of resource queue · e5496129
      xiong-gang 提交于
      Current implementation of resource queue can not guaranty the strong
      consistency of configuration of resource limit between catalog and
      shared memory, so AssertMemoryLimitsMatch() is incorrect and
      unreasonable. We may need to guaranty the consistency some day, but for
      now just remove the obvious wrong assertion.
      e5496129
  2. 02 3月, 2017 1 次提交
  3. 27 6月, 2016 1 次提交
  4. 22 2月, 2016 1 次提交
    • K
      Overhaul the lock related code of resource queue(Second submit, assertion · 42cab821
      Kenan Yao 提交于
      failure fixed)
      
      In some error cases, the resource queue lock is not released, hence
      leading to lock leak and inconsistent resource queue status; this commit
      overhauls the resource queue locking code to complete the cleanups if error
      or signal happens during acquiring resource queue lock; meanwhile, some
      unnecessary code blocks are removed and unreasonable code are fixed to make
      it easier for reading and understanding;
      42cab821
  5. 06 2月, 2016 1 次提交
  6. 04 2月, 2016 1 次提交
    • K
      Overhaul the lock related code of resource queue · b46f781f
      Kenan Yao 提交于
      In some error cases, the resource queue lock is not released, hence
      leading to lock leak and inconsistent resource queue status; this commit
      overhauls the resource queue locking code to complete the cleanups if error
      or signal happens during acquiring resource queue lock; meanwhile, some
      unnecessary code blocks are removed and unreasonable code are fixed to make
      it easier for reading and understanding;
      b46f781f
  7. 28 10月, 2015 1 次提交