Erick Erickson created SOLR-10779: ------------------------------------- Summary: JavaBinCodec's close/finish pattern is trappy Key: SOLR-10779 URL: https://issues.apache.org/jira/browse/SOLR-10779 Project: Solr Issue Type: Improvement Security Level: Public (Default Security Level. Issues are Public) Reporter: Erick Erickson
Having the marshal() code call finish which in turn calls close() is trappy. The marshal code is not robust anyway since if there's an exception before the try loop, it will not close the resource. Sub task of SOLR-10778 -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org