You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2023/03/06 16:45:00 UTC

[jira] [Created] (IGNITE-18974) Sql. Exception silently skipped.

Evgeny Stanilovsky created IGNITE-18974:
-------------------------------------------

             Summary: Sql. Exception silently skipped.
                 Key: IGNITE-18974
                 URL: https://issues.apache.org/jira/browse/IGNITE-18974
             Project: Ignite
          Issue Type: Improvement
          Components: sql
    Affects Versions: 3.0.0-beta1
            Reporter: Evgeny Stanilovsky


DistributedQueryManager#acknowledgeFragment silently skip proposed exception.
Fast reproducer is to hack implementation and write smth like:


{noformat}
        private void acknowledgeFragment(String nodeName, long fragmentId, @Nullable Throwable ex) {
            Exception ex0 = new ...
            if (ex0 != null) { 
 ... and so on
{noformat}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)