MantisBT - ParaView
View Issue Details
0006822ParaView(No Category)public2008-04-16 11:062009-05-13 13:59
Berk Geveci 
Utkarsh Ayachit 
highminorhave not tried
closedfixed 
 
3.43.4 
0006822: Undo stack builder takes too long
When loading an Exodus file with 1000s of blocks, most of the time is spent in the stack builder during property information update.
No tags attached.
Issue History
2008-04-16 11:06Berk GeveciNew Issue
2008-04-16 11:06Berk GeveciStatusbacklog => tabled
2008-04-16 11:06Berk GeveciAssigned To => Utkarsh Ayachit
2008-04-16 11:53Utkarsh AyachitStatustabled => @80@
2008-04-16 11:53Utkarsh AyachitResolutionopen => fixed
2008-04-16 11:53Utkarsh AyachitNote Added: 0011397
2008-04-17 20:50Alan ScottStatus@80@ => closed
2008-04-17 20:50Alan ScottNote Added: 0011427
2009-05-13 13:58Utkarsh AyachitTarget VersionLarge number of blocks - Exodus => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011397)
Utkarsh Ayachit   
2008-04-16 11:53   
The domain no longer sets individual values (which would
result in multiple modified events causing the undo-stack to bloat).

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMArraySelectionDomain.cxx,v <-- Servers/ServerManager/vtkSMArraySelectionDomain.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMDoubleVectorProperty.cxx,v <-- Servers/ServerManager/vtkSMDoubleVectorProperty.cxx
new revision: 1.39; previous revision: 1.38
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMIdTypeVectorProperty.cxx,v <-- Servers/ServerManager/vtkSMIdTypeVectorProperty.cxx
new revision: 1.17; previous revision: 1.16
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMIntVectorProperty.cxx,v <-- Servers/ServerManager/vtkSMIntVectorProperty.cxx
new revision: 1.34; previous revision: 1.33
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMStringVectorProperty.cxx,v <-- Servers/ServerManager/vtkSMStringVectorProperty.cxx
new revision: 1.36; previous revision: 1.35
(0011427)
Alan Scott   
2008-04-17 20:50   
Internal to ParaView.
I tested reading in a lot of blocks, and it didn't crash. Tested local client.