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 2019/03/18 12:25:32 UTC

[GitHub] [ignite] 6uest commented on a change in pull request #6130: IGNITE-11245 Replace unused IGNITE_BINARY_META_UPDATE_TIMEOUT parameter.

6uest commented on a change in pull request #6130: IGNITE-11245 Replace unused IGNITE_BINARY_META_UPDATE_TIMEOUT parameter.
URL: https://github.com/apache/ignite/pull/6130#discussion_r266414742
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/binary/CacheObjectBinaryProcessorImpl.java
 ##########
 @@ -748,7 +748,7 @@ else if (holder == null || !holder.metadata().hasSchema(schemaId)) {
                 // Last resort waiting.
                 U.warn(log,
                     "Schema is missing while no metadata updates are in progress " +
-                        "(will wait for schema update within timeout defined by IGNITE_BINARY_META_UPDATE_TIMEOUT system property)" +
+                        "(will wait for schema update within timeout defined by IGNITE_WAIT_SCHEMA_UPDATE system property)" +
 
 Review comment:
   Done.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services