Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C2D62200C04 for ; Tue, 10 Jan 2017 01:16:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C16C6160B4C; Tue, 10 Jan 2017 00:16:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3D5AC160B3E for ; Tue, 10 Jan 2017 01:16:59 +0100 (CET) Received: (qmail 41125 invoked by uid 500); 10 Jan 2017 00:16:58 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 41104 invoked by uid 99); 10 Jan 2017 00:16:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2017 00:16:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5F7CD2C022B for ; Tue, 10 Jan 2017 00:16:58 +0000 (UTC) Date: Tue, 10 Jan 2017 00:16:58 +0000 (UTC) From: "Maksim Kozlov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-2422) Prevent serialization of BinaryObjectBuilder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 10 Jan 2017 00:16:59 -0000 [ https://issues.apache.org/jira/browse/IGNITE-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15813320#comment-15813320 ] Maksim Kozlov commented on IGNITE-2422: --------------------------------------- [~dmagda] Implemented a little differently, please see pull request. > Prevent serialization of BinaryObjectBuilder > -------------------------------------------- > > Key: IGNITE-2422 > URL: https://issues.apache.org/jira/browse/IGNITE-2422 > Project: Ignite > Issue Type: Bug > Affects Versions: 1.5.0.final > Reporter: Denis Magda > Assignee: Maksim Kozlov > Labels: important > Fix For: 2.0 > > Attachments: ExampleNodeStartup.java > > > Presently it's possible to serialize {{BinaryObjectBuilder}} but it will lead to the errors at deserialization stage. > We have to prevent serialization of the builder throwing a meaningful exception. > Run an example from attach and you will see an exception that is caused by the serialization/deserialization of the builder. -- This message was sent by Atlassian JIRA (v6.3.4#6332)