vldpyatkov commented on a change in pull request #399:
URL: https://github.com/apache/ignite-3/pull/399#discussion_r733153143
##########
File path:
modules/client-handler/src/main/java/org/apache/ignite/client/handler/requests/table/ClientTableCommon.java
##########
@@ -349,7 +350,12 @@ public static Tuple
readTupleSchemaless(ClientMessageUnpacker unpacker) {
public static TableImpl readTable(ClientMessageUnpacker unpacker,
IgniteTables tables) {
Review comment:
I added comment to all public API method which can throw it.
But now this is a common exception which not depends on node stopping,
serialization issue e.t.c.
When we create a specific one for node stopping, we will add a specific
description to Javadoc.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]