MantisBT - ParaView
View Issue Details
0012701ParaView(No Category)public2011-11-03 09:442012-02-08 17:24
Sebastien Jourdain 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.14 
TBD
multi-clients-collaboration
incorrect functionality
0012701: Chart selection can became out of synch with collaboration
The test pvcs-collab.SpreadSheet2 can highlight this situation when the resulting image show a chart with no selection at all.

When this happen and you start interacting with the slave client that became master once the original master just left, you can notice the following.

- If you try to select a set of points on the chart, the only points that will get selected will be the one that were supposed to be selected at the first place when the master left.
- If you try to select a point from a spreadsheet view, nothing will change the selected points. At first, when none selected points are shown, none will be shown and once you interactively selected some through the chart view, only the one that get selected will remain.
No tags attached.
Issue History
2011-11-03 09:44Sebastien JourdainNew Issue
2011-11-03 09:44Sebastien JourdainAssigned To => Utkarsh Ayachit
2011-11-08 23:11Utkarsh AyachitTopic Name => multi-clients-collaboration
2011-11-08 23:11Utkarsh AyachitNote Added: 0027672
2011-11-08 23:11Utkarsh AyachitStatusbacklog => gatekeeper review
2011-11-08 23:11Utkarsh AyachitFixed in Version => git-next
2011-11-08 23:11Utkarsh AyachitResolutionopen => fixed
2011-11-18 14:53Utkarsh AyachitFixed in Versiongit-next => git-master
2011-11-18 14:54Utkarsh AyachitStatusgatekeeper review => customer review
2011-11-18 14:54Utkarsh AyachitNote Added: 0027710
2012-02-08 17:21Utkarsh AyachitFixed in Versiongit-master => 3.14
2012-02-08 17:24Utkarsh AyachitStatuscustomer review => closed
2012-02-08 17:24Utkarsh AyachitNote Added: 0028115

Notes
(0027672)
Utkarsh Ayachit   
2011-11-08 23:11   
commit 658c9f932313afe30d0767966bed462fd47ce87d
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Nov 8 23:08:09 2011 -0500

    Fixed handling of ExtractSelection proxies in vtkSMSourceProxy.
    
    The mechanism used to create extract selection proxies in vtkSMSourceProxy was
    race-condition prone causing random failures e.g. SpreadSheet2 test. Fixed the
    race condition by reserving IDs for extract selection proxies.
    
    Fixed code in vtkSMSessionClient when reserving a chunk of ids.
(0027710)
Utkarsh Ayachit   
2011-11-18 14:54   
merged to master.
(0028115)
Utkarsh Ayachit   
2012-02-08 17:24   
Closing bugs sitting in "customer review" for a long time.