You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/12/02 10:55:37 UTC

[GitHub] [ignite-3] tkalkirill commented on a change in pull request #483: IGNITE-15891 Configuration does not concerned global state when handling a consumer

tkalkirill commented on a change in pull request #483:
URL: https://github.com/apache/ignite-3/pull/483#discussion_r760979173



##########
File path: modules/configuration/src/test/java/org/apache/ignite/internal/configuration/hocon/HoconConverterTest.java
##########
@@ -614,7 +614,7 @@ private void change(String hocon) throws Throwable {
         try {
             registry.change(hoconSource(ConfigFactory.parseString(hocon).root())).get(1, SECONDS);
         } catch (ExecutionException e) {
-            throw e.getCause();
+            throw e.getCause().getCause();

Review comment:
       Modified the code, I hope it became clearer.




-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org