From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
To: lvasiliev <lvasiliev@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH v2 3/5] error: Increase the number of fields transmitted through IPROTO
Date: Thu, 16 Apr 2020 02:02:35 +0200 [thread overview]
Message-ID: <90d516c0-c6bc-9cfe-06a6-80b89a4969f4@tarantool.org> (raw)
In-Reply-To: <2a1c9210-d6d7-fa5f-7906-f6623139a28c@tarantool.org>
Thanks for the fixes!
>>> diff --git a/src/box/lua/net_box.lua b/src/box/lua/net_box.lua
>>> index 07fa54c..1e0cd7a 100644
>>> --- a/src/box/lua/net_box.lua
>>> +++ b/src/box/lua/net_box.lua
>>> @@ -287,7 +289,24 @@ local function create_transport(host, port, user, password, callback,
>>> local error = self.response[i]
>>> local code = error[IPROTO_ERROR_CODE]
>>> local msg = error[IPROTO_ERROR_MESSAGE]
>>> - local new_err = box.error.new({code = code, reason = msg})
>>> + local custom_type = error[IPROTO_ERROR_CUSTOM_TYPE]
>>> + local traceback = error[IPROTO_ERROR_TRACEBACK]
> After we decided don't concatenate the traceback, I decided that it would be inconsistent to transmit the traceback in the case of "throw" over the network, since when creating a new error, the "trace" is set new and it always has been. Furthermore, an error can change the type. So, I delete IPROTO_ERROR_TRACEBACK.If you consider it wrong decision, I can return IPROTO_ERROR_TRACEBACK.
I am ok with that. As I said, traceback is not really a kind of
critical and stable feature anyway.
next prev parent reply other threads:[~2020-04-16 0:02 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-10 8:10 [Tarantool-patches] [PATCH v2 0/5] Extending error functionality Leonid Vasiliev
2020-04-10 8:10 ` [Tarantool-patches] [PATCH v2 1/5] error: Add a Lua backtrace to error Leonid Vasiliev
2020-04-14 1:11 ` Vladislav Shpilevoy
2020-04-15 9:25 ` lvasiliev
2020-04-16 0:00 ` Vladislav Shpilevoy
2020-04-16 1:11 ` Alexander Turenko
2020-04-16 8:58 ` lvasiliev
2020-04-16 9:30 ` Alexander Turenko
2020-04-16 12:27 ` lvasiliev
2020-04-16 12:45 ` Alexander Turenko
2020-04-16 17:48 ` lvasiliev
2020-04-16 8:40 ` lvasiliev
2020-04-16 9:04 ` lvasiliev
2020-04-10 8:10 ` [Tarantool-patches] [PATCH v2 2/5] error: Add the custom error type Leonid Vasiliev
2020-04-14 1:11 ` Vladislav Shpilevoy
2020-04-15 9:25 ` lvasiliev
2020-04-16 0:02 ` Vladislav Shpilevoy
2020-04-16 9:18 ` lvasiliev
2020-04-16 21:03 ` Vladislav Shpilevoy
2020-04-10 8:10 ` [Tarantool-patches] [PATCH v2 3/5] error: Increase the number of fields transmitted through IPROTO Leonid Vasiliev
2020-04-14 1:12 ` Vladislav Shpilevoy
2020-04-15 9:25 ` lvasiliev
2020-04-16 0:02 ` Vladislav Shpilevoy [this message]
2020-04-10 8:10 ` [Tarantool-patches] [PATCH v2 4/5] iproto: Add session settings for IPROTO Leonid Vasiliev
2020-04-14 1:12 ` Vladislav Shpilevoy
2020-04-15 9:26 ` lvasiliev
2020-04-16 0:06 ` Vladislav Shpilevoy
2020-04-16 9:36 ` lvasiliev
2020-04-16 21:04 ` Vladislav Shpilevoy
2020-04-10 8:10 ` [Tarantool-patches] [PATCH v2 5/5] iproto: Update error MsgPack encoding Leonid Vasiliev
2020-04-14 1:12 ` Vladislav Shpilevoy
2020-04-15 9:25 ` lvasiliev
2020-04-16 0:11 ` Vladislav Shpilevoy
2020-04-16 10:04 ` lvasiliev
2020-04-16 21:06 ` Vladislav Shpilevoy
2020-04-14 1:10 ` [Tarantool-patches] [PATCH v2 0/5] Extending error functionality Vladislav Shpilevoy
2020-04-15 9:48 ` lvasiliev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=90d516c0-c6bc-9cfe-06a6-80b89a4969f4@tarantool.org \
--to=v.shpilevoy@tarantool.org \
--cc=lvasiliev@tarantool.org \
--cc=tarantool-patches@dev.tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v2 3/5] error: Increase the number of fields transmitted through IPROTO' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox