[zanata-bugs] [Bug 862496] New: [WebTrans] concurrent user editing detection should only need TransUnitId

bugzilla at redhat.com bugzilla at redhat.com
Wed Oct 3 04:34:06 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=862496

            Bug ID: 862496
        QA Contact: dchen at redhat.com
          Severity: unspecified
           Version: development
          Priority: unspecified
             Group: private, redhat
                CC: zanata-bugs at redhat.com
          Assignee: runab at redhat.com
           Summary: [WebTrans] concurrent user editing detection should
                    only need TransUnitId
        Regression: ---
      Story Points: ---
    Classification: Community
                OS: Unspecified
          Reporter: pahuang at redhat.com
              Type: Bug
     Documentation: ---
          Hardware: Unspecified
        Mount Type: ---
            Status: NEW
         Component: Performance
           Product: Zanata

Description of problem:
[DEV] only!
At the moment for each user in same workspace, we publish user's selected
translation unit and broadcast the event to the whole workspace domain. This is
to be able to detect concurrent editing of same translation by multiple users.
However what we really need to broadcast is just the translation unit's id not
the whole object. 

Version-Release number of selected component (if applicable):
2.0 and below

How reproducible:
n/a

Steps to Reproduce:
n/a

Actual results:
entire translation unit is broadcasted and wasted bandwidth and memory. 

Expected results:
only broadcast translation unit id.

Additional info:
@see org.zanata.webtrans.server.TranslationWorkspace
@see org.zanata.webtrans.shared.rpc.TransUnitEdit
@see org.zanata.webtrans.server.TranslationWorkspaceImpl
@see org.zanata.webtrans.shared.model.PersonSessionDetails

-- 
You are receiving this mail because:
You are on the CC list for the bug.




More information about the zanata-bugs mailing list