MantisBT - ParaView
View Issue Details
0012242ParaViewBugpublic2011-06-03 13:492011-06-03 17:06
Pat Marion 
Utkarsh Ayachit 
normalcrashalways
closedfixed 
Development 
3.12 
0012242: Mismatch tag error when changing view time and proxy properties
1) start pvserver (single process)
2) start paraview gui
3) create sphere source
4) click Play on the VCR control
5) python console: GetActiveSource().Radius = 0.6
6) rotate the camera, tag mismatch error occurs on mouse-up


If you put a print statemeint in vtkMPIMoveData::RequestData, and in vtkSMSessionClient::GatherInformation (just before the TriggerRMIOnAllChildren call), you will see that on mouse-down the server executes vtkMPIMoveData::RequestData. On mouse-up, the client calls vtkSMSessionClient::GatherInformation and receives the message from the server's vtkMPIMoveData filter.
No tags attached.
Issue History
2011-06-03 13:49Pat MarionNew Issue
2011-06-03 13:49Pat MarionStatusbacklog => tabled
2011-06-03 13:49Pat MarionAssigned To => Utkarsh Ayachit
2011-06-03 14:02Utkarsh AyachitNote Added: 0026664
2011-06-03 14:02Utkarsh AyachitStatustabled => @80@
2011-06-03 14:02Utkarsh AyachitFixed in Version => 3.12
2011-06-03 14:02Utkarsh AyachitResolutionopen => fixed
2011-06-03 17:06Alan ScottNote Added: 0026669
2011-06-03 17:06Alan ScottStatus@80@ => closed

Notes
(0026664)
Utkarsh Ayachit   
2011-06-03 14:02   
commit afce29fdb26d313c4c01dd27e5371da226c31a0c
Merge: c722aab b60642a
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Jun 3 14:01:37 2011 -0400

    Merge topic '12242_tag_mismatch'
    
    b60642a Fixed BUG 0012242. Client-server tag mismatch in some cases.

commit b60642a9c5394c0c601b74e04dd7c43ddb10f8f6
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Jun 3 13:58:14 2011 -0400

    Fixed BUG 0012242. Client-server tag mismatch in some cases.
    
    The issue was that when cache was cleared, the vtkPVCacheKeeper was marked
    modified incorrectly. This lead to the delivery filters executing prematurely.
    Fixed that.
    
    Also cleaned up a few other representations that were marking delivery filters
    dirty in MarkModified(). The delivery filters should only be marked dirty in
    RequestData.
(0026669)
Alan Scott   
2011-06-03 17:06   
Trusting Utkarsh.