View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012242ParaViewBugpublic2011-06-03 13:492011-06-03 17:06
ReporterPat Marion 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionDevelopment 
Target VersionFixed in Version3.12 
Summary0012242: Mismatch tag error when changing view time and proxy properties
Description1) 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0026664)
Utkarsh Ayachit (administrator)
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 (manager)
2011-06-03 17:06

Trusting Utkarsh.

 Issue History
Date Modified Username Field Change
2011-06-03 13:49 Pat Marion New Issue
2011-06-03 13:49 Pat Marion Status backlog => tabled
2011-06-03 13:49 Pat Marion Assigned To => Utkarsh Ayachit
2011-06-03 14:02 Utkarsh Ayachit Note Added: 0026664
2011-06-03 14:02 Utkarsh Ayachit Status tabled => @80@
2011-06-03 14:02 Utkarsh Ayachit Fixed in Version => 3.12
2011-06-03 14:02 Utkarsh Ayachit Resolution open => fixed
2011-06-03 17:06 Alan Scott Note Added: 0026669
2011-06-03 17:06 Alan Scott Status @80@ => closed


Copyright © 2000 - 2018 MantisBT Team