MantisBT - ParaView
View Issue Details
0015578ParaView(No Category)public2015-07-10 18:032015-12-01 20:17
Dan Lipsa 
Dan Lipsa 
normalminorhave not tried
closedfixed 
 
4.4 
TBD
incorrect functionality
0015578: ParaView / VTK XML readers do not handle an increase in file version correctly.
Start ParaView
vi ExternalData/Testing/Data/ghost_cells.vtu
Change version to 3.0
Load this file in ParaView
ParaView tells you that 'A reader for ghost_cells.vtu could not be found'

If the file is selected from File / Recent Files you see the right message in the 'Output Window'.
No tags attached.
Issue History
2015-07-10 18:03Dan LipsaNew Issue
2015-07-10 18:03Dan LipsaAssigned To => Dan Lipsa
2015-07-10 18:04Dan LipsaNote Added: 0034749
2015-07-13 09:01Dan LipsaDescription Updatedbug_revision_view_page.php?rev_id=1152#r1152
2015-07-13 10:42Dan LipsaNote Deleted: 0034749
2015-07-13 10:42Dan LipsaStatusbacklog => active development
2015-07-13 11:36Dan LipsaNote Added: 0034765
2015-07-14 14:10Dan LipsaStatusactive development => gatekeeper review
2015-08-05 21:25Utkarsh AyachitStatusgatekeeper review => customer review
2015-08-05 21:25Utkarsh AyachitResolutionopen => fixed
2015-08-05 21:25Utkarsh AyachitFixed in Version => git-master
2015-09-06 12:17Utkarsh AyachitFixed in Versiongit-master => 4.4
2015-12-01 20:16Alan ScottNote Added: 0035508
2015-12-01 20:16Alan ScottStatuscustomer review => closed

Notes
(0034765)
Dan Lipsa   
2015-07-13 11:36   
======== VTK ========
commit 4e531cd0915b274d06739453866f0311e2414d6e
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Mon Jul 13 11:22:30 2015 -0400

    ENH: CanReadFile does not fail for newer file version.
    
    CanReadFile does not fail for newer file versions to enable clients (ParaView)
    to distinguish between reader failures caused by a mismatch between the file
    and the reader, and reader failures that cannot be fixed by changing the reader.
    
    A warning will be printed when reading a file with a newer version than the reader.
    
    Legacy readers already behave this way.
(0035508)
Alan Scott   
2015-12-01 20:16   
Closing untested. If this is still a bug, please attach the data file and reopen.