You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/08/21 10:04:43 UTC

[1/2] incubator-ignite git commit: Reverted back accidental local host change in cache example configuration.

Repository: incubator-ignite
Updated Branches:
  refs/heads/master dd204deca -> ebb5d4ad9


Reverted back accidental local host change in cache example configuration.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/39509b58
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/39509b58
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/39509b58

Branch: refs/heads/master
Commit: 39509b58c44760a495c37f536bcc63ccf0454aef
Parents: 452af6a
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Fri Aug 21 11:04:47 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Fri Aug 21 11:04:47 2015 +0300

----------------------------------------------------------------------
 examples/config/example-cache.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/39509b58/examples/config/example-cache.xml
----------------------------------------------------------------------
diff --git a/examples/config/example-cache.xml b/examples/config/example-cache.xml
index 6d1d0da..98e1a71 100644
--- a/examples/config/example-cache.xml
+++ b/examples/config/example-cache.xml
@@ -37,8 +37,6 @@
         http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
     <bean id="ignite.cfg" class="org.apache.ignite.configuration.IgniteConfiguration">
-        <property name="localHost" value="127.0.0.1" />
-
         <property name="cacheConfiguration">
             <list>
                 <!-- Partitioned cache example configuration (Atomic mode). -->


[2/2] incubator-ignite git commit: Merge remote-tracking branch 'origin/master'

Posted by vo...@apache.org.
Merge remote-tracking branch 'origin/master'


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/ebb5d4ad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/ebb5d4ad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/ebb5d4ad

Branch: refs/heads/master
Commit: ebb5d4ad963371749a4ca20cf4b994af6769d659
Parents: 39509b5 dd204de
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Fri Aug 21 11:05:25 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Fri Aug 21 11:05:25 2015 +0300

----------------------------------------------------------------------
 .../TcpDiscoveryMulticastIpFinder.java          |  38 ++
 modules/zookeeper/pom.xml                       |  89 +++++
 .../zk/TcpDiscoveryZookeeperIpFinder.java       | 350 +++++++++++++++++
 .../tcp/ipfinder/zk/ZookeeperIpFinderTest.java  | 390 +++++++++++++++++++
 pom.xml                                         |   1 +
 5 files changed, 868 insertions(+)
----------------------------------------------------------------------