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)