View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014297ParaView(No Category)public2013-09-24 21:552015-01-11 08:23
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version4.1Fixed in Version4.1 
Summary0014297: Proxies not getting deleted on "Delete" in client-server mode
DescriptionAny proxy with information_only property doesn't get delete when it's Deleted in the UI!

To see the bug do the following:

+ open vtkTimeSourceExample.cxx and put couts in the constructor and destructor of the class and rebuild.

+ In builtin mode, simple create the "Time Source" and the delete it (without hitting Apply). You'll see the couts for the constructor and destructor as expected.

+ Now do the same in client-server mode (single process server is fine).
You'll never see the cout from the destructor until the server process exits!!!

TagsNo tags attached.
ProjectSandia
Topic Name14287_fix_proxy_delete
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031635)
Utkarsh Ayachit (administrator)
2013-09-26 13:36

commit 9ca336de98fc101cd12f69c4cd7d6ec07716ab88
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Sep 24 21:56:37 2013 -0400

    BUG 0014297: Fix issues deleting proxies in client-server mode.
    
    The VTK object corresponding to the proxy wasn't getting deleted in
    client-server mode since PullState() forgot to unregister the reference it kept.
    This was introduced by 9a58ef67 when fixing concurrent/collaboration issues with
    PullState(). This commit addresses that issue.
    
    Change-Id: Ia53d73ef05c35705150796bfe351530fcbf763e9
(0031663)
Utkarsh Ayachit (administrator)
2013-09-30 09:21

SUMMARY
---------------------------------------------
Topics merged into master:
        0014284_fix_color_map
        13797_fix_chart_sizes
        14287_fix_proxy_delete
        14289_fix_extent_issues
        14299_fix_contour_panel
        14309-chart-selection-buggy
        fix_python_windows_coprocessing
(VTK) forward-to-vtk-master
(VTK) parallel-surface-lic-pv
        sqtk-fix-some-issues

(0031791)
Alan Scott (manager)
2013-10-30 22:29

Trusting Utkarsh.

 Issue History
Date Modified Username Field Change
2013-09-24 21:55 Utkarsh Ayachit New Issue
2013-09-24 21:56 Utkarsh Ayachit Target Version => 4.1
2013-09-24 21:59 Utkarsh Ayachit Topic Name => 14287_fix_proxy_delete
2013-09-24 21:59 Utkarsh Ayachit Note Added: 0031620
2013-09-24 21:59 Utkarsh Ayachit Note Added: 0031621
2013-09-26 13:35 Utkarsh Ayachit Note Deleted: 0031620
2013-09-26 13:36 Utkarsh Ayachit Note Deleted: 0031621
2013-09-26 13:36 Utkarsh Ayachit Note Added: 0031635
2013-09-26 13:36 Utkarsh Ayachit Status backlog => gatekeeper review
2013-09-26 13:36 Utkarsh Ayachit Fixed in Version => git-next
2013-09-26 13:36 Utkarsh Ayachit Resolution open => fixed
2013-09-26 13:36 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-09-30 09:21 Utkarsh Ayachit Status gatekeeper review => customer review
2013-09-30 09:21 Utkarsh Ayachit Note Added: 0031663
2013-10-21 08:16 Utkarsh Ayachit Fixed in Version git-next => git-master
2013-10-30 22:29 Alan Scott Note Added: 0031791
2013-10-30 22:29 Alan Scott Status customer review => closed
2013-11-01 13:17 Utkarsh Ayachit Fixed in Version git-master => 4.1
2015-01-11 08:23 Utkarsh Ayachit Source_changeset_attached => ParaView master 9abcb968
2015-01-11 08:23 Utkarsh Ayachit Source_changeset_attached => ParaView master 9ca336de


Copyright © 2000 - 2018 MantisBT Team