http://git-wip-us.apache.org/repos/asf/ignite/blob/62502b2c/modules/yardstick/src/main/java/org/apache/ignite/yardstick/IgniteNode.java ---------------------------------------------------------------------- diff --git a/modules/yardstick/src/main/java/org/apache/ignite/yardstick/IgniteNode.java b/modules/yardstick/src/main/java/org/apache/ignite/yardstick/IgniteNode.java index 93c80d3..33656fb 100644 --- a/modules/yardstick/src/main/java/org/apache/ignite/yardstick/IgniteNode.java +++ b/modules/yardstick/src/main/java/org/apache/ignite/yardstick/IgniteNode.java @@ -43,6 +43,7 @@ import org.yardstickframework.BenchmarkServer; import org.yardstickframework.BenchmarkUtils; import static org.apache.ignite.cache.CacheMemoryMode.OFFHEAP_VALUES; +import static org.apache.ignite.internal.IgniteNodeAttributes.ATTR_MARSHALLER; /** * Standalone Ignite node. @@ -150,6 +151,8 @@ public class IgniteNode implements BenchmarkServer { c.setCommunicationSpi(commSpi); ignite = IgniteSpring.start(c, appCtx); + + BenchmarkUtils.println("Configured marshaller: " + ignite.cluster().localNode().attribute(ATTR_MARSHALLER)); } /**
- [43/50] [abbrv] ignite git commit: Page memory integration WIP agoncharuk
- [14/50] [abbrv] ignite git commit: IGNITE-2191 - Support classe... agoncharuk
- [05/50] [abbrv] ignite git commit: IGNITE-2408 : Removed hotspo... agoncharuk
- [07/50] [abbrv] ignite git commit: IGNITE-2502: More precise Ar... agoncharuk
- [30/50] [abbrv] ignite git commit: Minor exception message fix agoncharuk
- [13/50] [abbrv] ignite git commit: IGNITE-2191 - Support classe... agoncharuk
- [28/50] [abbrv] ignite git commit: ignite-2080 Data alignment i... agoncharuk
- [04/50] [abbrv] ignite git commit: Fixed conflict resolver API. agoncharuk
- [19/50] [abbrv] ignite git commit: 1523 agoncharuk
- [09/50] [abbrv] ignite git commit: IGNITE-2513: ThreadLocal.rem... agoncharuk
- [11/50] [abbrv] ignite git commit: IGNITE-2191 - Support classe... agoncharuk
- [03/50] [abbrv] ignite git commit: Fixed IGNITE-2419 Ignite on ... agoncharuk
- [15/50] [abbrv] ignite git commit: IGNITE-2191 - Support classe... agoncharuk
- [24/50] [abbrv] ignite git commit: fixed npe - https://issues.a... agoncharuk
- [22/50] [abbrv] ignite git commit: IGNITE-1906: .NET: Implement... agoncharuk
- [40/50] [abbrv] ignite git commit: Ability to write cache objec... agoncharuk
- [39/50] [abbrv] ignite git commit: sql-store-idx - wip agoncharuk
- [08/50] [abbrv] ignite git commit: Merge branch 'ignite-2498' agoncharuk
- [32/50] [abbrv] ignite git commit: IGNITE-2454 Fixed "Cont... agoncharuk
- [16/50] [abbrv] ignite git commit: 2224 agoncharuk
- [38/50] [abbrv] ignite git commit: Added test, fixed NPE agoncharuk
