[ https://issues.apache.org/jira/browse/IGNITE-3632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15522737#comment-15522737 ]
Taras Ledkov edited comment on IGNITE-3632 at 9/26/16 3:37 PM: --------------------------------------------------------------- Simple benchmark results (write / read / delete): ||Node||Meta cache mode|||base||changes|| |CLI|*PARTITIONED* | 36057 / 15927 / 9574 | 36240 / 16059 / 9440 | |CLI|*REPLICATED* | 63358 / 15823 / 18668 | 64223 / 16010 / 19095 | |SRV|*PARTITIONED* | Write 7296 +/- 281 Read 4421 +/- 182 Delete 1971 +/- 56 | Write 7226 +/- 299 Read 4410 +/- 209 Delete 1942 +/- 62| |SRV|*REPLICATED* | Write 49198 +/- 922 Read 4010 +/- 247 Delete 18455 +/- 216 | Write 44600 +/- 489 Read 4284 +/- 259 Delete 13856 +/- 239 | was (Author: tledkov-gridgain): Simple benchmark results (write / read / delete): ||Node||Meta cache mode|||base||changes|| |CLI|*PARTITIONED* | 36057 / 15927 / 9574 | 36240 / 16059 / 9440 | |CLI|*REPLICATED* | 63358 / 15823 / 18668 | 64223 / 16010 / 19095 | |SRV|*PARTITIONED* | Write 7322 +/- 377 Read 4255 +/- 273 Delete 2031 +/- 104 | Write 7226 +/- 299 Read 4410 +/- 209 Delete 1942 +/- 62| |SRV|*REPLICATED* | Write 49198 +/- 922 Read 4010 +/- 247 Delete 18455 +/- 216 | Write 44600 +/- 489 Read 4284 +/- 259 Delete 13856 +/- 239 | > IGFS: Use task execution for PARTITIONED cache when metadata is co-located > and current node is not affinity node. > ----------------------------------------------------------------------------------------------------------------- > > Key: IGNITE-3632 > URL: https://issues.apache.org/jira/browse/IGNITE-3632 > Project: Ignite > Issue Type: Task > Components: IGFS > Affects Versions: 1.6 > Reporter: Vladimir Ozerov > Assignee: Taras Ledkov > Fix For: 1.8 > > > If the following conditions are valid: > 1) Metadata cache is PARTITIONED > 2) Metadata co-location is enabled > 3) Current node is not primary node > Then we should use client task execution because this situation is > indistinguishable from running IGFS method on a client node. -- This message was sent by Atlassian JIRA (v6.3.4#6332)