You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Vinod Kone <vi...@gmail.com> on 2012/07/19 00:43:53 UTC

Review Request: Fixes port type

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6039/
-----------------------------------------------------------

Review request for mesos, Benjamin Hindman and John Sirois.


Description
-------

Increased storage for 'port' type from short to uint16_t


This addresses bug MESOS-233.
    https://issues.apache.org/jira/browse/MESOS-233


Diffs
-----

  src/local/main.cpp 60611c3 
  src/master/flags.hpp c0eb61f 
  src/master/main.cpp 8d38fb1 
  src/master/master.cpp b5e09d8 
  src/slave/flags.hpp 237ce02 
  src/slave/main.cpp 5170115 

Diff: https://reviews.apache.org/r/6039/diff/


Testing
-------

Tested manually


Thanks,

Vinod Kone


Re: Review Request: Fixes port type

Posted by Vinod Kone <vi...@gmail.com>.

> On July 18, 2012, 11:23 p.m., John Sirois wrote:
> > LG - but nits

aah..i wish eclipse had project specific margin settings :/


> On July 18, 2012, 11:23 p.m., John Sirois wrote:
> > src/master/master.cpp, line 1353
> > <https://reviews.apache.org/r/6039/diff/1/?file=124611#file124611line1353>
> >
> >     >80

fixed


> On July 18, 2012, 11:23 p.m., John Sirois wrote:
> > src/master/master.cpp, line 1451
> > <https://reviews.apache.org/r/6039/diff/1/?file=124611#file124611line1451>
> >
> >     >80 and s/<<": "/<< ": "

fixed


- Vinod


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6039/#review9267
-----------------------------------------------------------


On July 18, 2012, 10:43 p.m., Vinod Kone wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/6039/
> -----------------------------------------------------------
> 
> (Updated July 18, 2012, 10:43 p.m.)
> 
> 
> Review request for mesos, Benjamin Hindman and John Sirois.
> 
> 
> Description
> -------
> 
> Increased storage for 'port' type from short to uint16_t
> 
> 
> This addresses bug MESOS-233.
>     https://issues.apache.org/jira/browse/MESOS-233
> 
> 
> Diffs
> -----
> 
>   src/local/main.cpp 60611c3 
>   src/master/flags.hpp c0eb61f 
>   src/master/main.cpp 8d38fb1 
>   src/master/master.cpp b5e09d8 
>   src/slave/flags.hpp 237ce02 
>   src/slave/main.cpp 5170115 
> 
> Diff: https://reviews.apache.org/r/6039/diff/
> 
> 
> Testing
> -------
> 
> Tested manually
> 
> 
> Thanks,
> 
> Vinod Kone
> 
>


Re: Review Request: Fixes port type

Posted by John Sirois <jo...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6039/#review9267
-----------------------------------------------------------


LG - but nits


src/master/master.cpp
<https://reviews.apache.org/r/6039/#comment19873>

    >80



src/master/master.cpp
<https://reviews.apache.org/r/6039/#comment19874>

    >80 and s/<<": "/<< ": "


- John Sirois


On July 18, 2012, 10:43 p.m., Vinod Kone wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/6039/
> -----------------------------------------------------------
> 
> (Updated July 18, 2012, 10:43 p.m.)
> 
> 
> Review request for mesos, Benjamin Hindman and John Sirois.
> 
> 
> Description
> -------
> 
> Increased storage for 'port' type from short to uint16_t
> 
> 
> This addresses bug MESOS-233.
>     https://issues.apache.org/jira/browse/MESOS-233
> 
> 
> Diffs
> -----
> 
>   src/local/main.cpp 60611c3 
>   src/master/flags.hpp c0eb61f 
>   src/master/main.cpp 8d38fb1 
>   src/master/master.cpp b5e09d8 
>   src/slave/flags.hpp 237ce02 
>   src/slave/main.cpp 5170115 
> 
> Diff: https://reviews.apache.org/r/6039/diff/
> 
> 
> Testing
> -------
> 
> Tested manually
> 
> 
> Thanks,
> 
> Vinod Kone
> 
>


Re: Mesos User - Test Suite Failure Question

Posted by Eugenia Gabrielova <ga...@llnl.gov>.
Hi,

Currently I am running on Redhat Enterprise 6.3, with the latest Mesos 
version from the git repository - 0.9.0 is the configure version.

I first used ./bootstrap, ./configure, make, make check.
I have also tried with a ./configure 
--with-zookeeper=/usr/local/zookeeper, then make, then make check.

There may be a connection issue with zookeeper, but it comes in both the 
third-party directory zookeeper and my separate one. Please see here the 
output of testing, when running in /path/to/mesos/mesos-build.

Sincerely,
Eugenia

--------------------------
$> make check
Note: Google Test filter = 
*-:CgroupsSimpleTest.ROOT_CGROUPS_Enabled:CgroupsSimpleTest.ROOT_CGROUPS_Subsystems:CgroupsSimpleTest.ROOT_CGROUPS_CreateRemoveHierarchy:CgroupsSimpleTest.ROOT_CGROUPS_CreateRemoveCgroup:CgroupsTest.ROOT_CGROUPS_Busy:CgroupsTest.ROOT_CGROUPS_SubsystemsHierarchy:CgroupsTest.ROOT_CGROUPS_CheckHierarchy:CgroupsTest.ROOT_CGROUPS_CheckHierarchySubsystems:CgroupsTest.ROOT_CGROUPS_ReadControl:CgroupsTest.ROOT_CGROUPS_WriteControl:CgroupsTest.ROOT_CGROUPS_GetCgroups:CgroupsTest.ROOT_CGROUPS_GetTasks
[==========] Running 163 tests from 34 test cases.
[----------] Global test environment set-up.
[----------] 8 tests from ZooKeeperTest
[ RUN      ] ZooKeeperTest.Auth
[       OK ] ZooKeeperTest.Auth (4415 ms)
[ RUN      ] ZooKeeperTest.Group
[       OK ] ZooKeeperTest.Group (121 ms)
[ RUN      ] ZooKeeperTest.GroupJoinWithDisconnect
2012-07-24 
09:35:05,685:13808(0x89ae3b70):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:41349] zk retcode=-4, errno=104(Connection reset by 
peer): failed while receiving a server response
[       OK ] ZooKeeperTest.GroupJoinWithDisconnect (1818 ms)
[ RUN      ] ZooKeeperTest.GroupDataWithDisconnect
2012-07-24 
09:35:07,646:13808(0x890e2b70):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:41912] zk retcode=-4, errno=112(Host is down): failed 
while receiving a server response
[       OK ] ZooKeeperTest.GroupDataWithDisconnect (2207 ms)
[ RUN      ] ZooKeeperTest.GroupCancelWithDisconnect
2012-07-24 
09:35:09,809:13808(0x89ae3b70):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:51630] zk retcode=-4, errno=112(Host is down): failed 
while receiving a server response
[       OK ] ZooKeeperTest.GroupCancelWithDisconnect (2159 ms)
[ RUN      ] ZooKeeperTest.GroupWatchWithSessionExpiration
2012-07-24 
09:35:11,980:13808(0x890e2b70):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:52172] zk retcode=-4, errno=112(Host is down): failed 
while receiving a server response
2012-07-24 
09:35:13,982:13808(0x890e2b70):ZOO_ERROR@handle_socket_error_msg@1621: 
Socket [127.0.0.1:52172] zk retcode=-112, errno=116(Stale NFS file 
handle): sessionId=0x138b9d79d6f0000 has expired.
[       OK ] ZooKeeperTest.GroupWatchWithSessionExpiration (2203 ms)
[ RUN      ] ZooKeeperTest.MultipleGroups

(...hangs forever here...)

--------------------------
$> GLOG_v=1 ${BUILD}/bin/mesos-tests.sh --verbose 
--gtest_filter='ZooKeeperTest*'
Note: Google Test filter = 
ZooKeeperTest*-:CgroupsSimpleTest.ROOT_CGROUPS_Enabled:CgroupsSimpleTest.ROOT_CGROUPS_Subsystems:CgroupsSimpleTest.ROOT_CGROUPS_CreateRemoveHierarchy:CgroupsSimpleTest.ROOT_CGROUPS_CreateRemoveCgroup:CgroupsTest.ROOT_CGROUPS_Busy:CgroupsTest.ROOT_CGROUPS_SubsystemsHierarchy:CgroupsTest.ROOT_CGROUPS_CheckHierarchy:CgroupsTest.ROOT_CGROUPS_CheckHierarchySubsystems:CgroupsTest.ROOT_CGROUPS_ReadControl:CgroupsTest.ROOT_CGROUPS_WriteControl:CgroupsTest.ROOT_CGROUPS_GetCgroups:CgroupsTest.ROOT_CGROUPS_GetTasks
[==========] Running 8 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 8 tests from ZooKeeperTest
I0724 09:36:36.172075 13911 base_zookeeper_test.cpp:85] Using classpath 
setup: 
-Djava.class.path=/export/gabrielov1/Projects/mesos/mesos-build/third_party/zookeeper-3.3.4/zookeeper-3.3.4.jar:/export/gabrielov1/Projects/mesos/mesos-build/third_party/zookeeper-3.3.4/lib/log4j-1.2.15.jar
I0724 09:36:36.266665 13911 jvm.cpp:34] looking up static method 
getRootLogger()Lorg/apache/log4j/Logger;
I0724 09:36:36.350787 13911 jvm.cpp:34] looking up method 
setLevel(Lorg/apache/log4j/Level;)V
[ RUN      ] ZooKeeperTest.Auth
I0724 09:36:36.352758 13911 jvm.cpp:34] looking up method 
<init>(Ljava/lang/String;)V
I0724 09:36:36.352927 13911 jvm.cpp:34] looking up method <init>(I)V
I0724 09:36:36.353530 13911 jvm.cpp:34] looking up method 
<init>(Ljava/net/InetSocketAddress;)V
I0724 09:36:36.398108 13911 jvm.cpp:34] looking up method 
startup(Lorg/apache/zookeeper/server/ZooKeeperServer;)V
I0724 09:36:36.398228 13911 jvm.cpp:34] looking up method isAlive()Z
I0724 09:36:36.398291 13911 jvm.cpp:34] looking up method shutdown()V
I0724 09:36:36.401401 13911 jvm.cpp:34] looking up method 
<init>(Ljava/io/File;Ljava/io/File;)V
I0724 09:36:36.417336 13911 jvm.cpp:34] looking up method <init>()V
I0724 09:36:36.418504 13911 jvm.cpp:34] looking up method 
<init>(Lorg/apache/zookeeper/server/persistence/FileTxnSnapLog;Lorg/apache/zookeeper/server/ZooKeeperServer$DataTreeBuilder;)V
I0724 09:36:36.457329 13911 jvm.cpp:34] looking up method getClientPort()I
I0724 09:36:36.457456 13911 jvm.cpp:34] looking up method closeSession(J)V
I0724 09:36:36.651043 13911 zookeeper_server.cpp:198] Started 
ZooKeeperServer on port 52341
I0724 09:36:40.746521 13911 zookeeper_server.cpp:181] Shutdown 
ZooKeeperServer on port 52341
[       OK ] ZooKeeperTest.Auth (4398 ms)
[ RUN      ] ZooKeeperTest.Group
I0724 09:36:40.749920 13911 jvm.cpp:34] looking up method 
<init>(Ljava/lang/String;)V
I0724 09:36:40.749986 13911 jvm.cpp:34] looking up method <init>(I)V
I0724 09:36:40.750036 13911 jvm.cpp:34] looking up method 
<init>(Ljava/net/InetSocketAddress;)V
I0724 09:36:40.750087 13911 jvm.cpp:34] looking up method 
startup(Lorg/apache/zookeeper/server/ZooKeeperServer;)V
I0724 09:36:40.750170 13911 jvm.cpp:34] looking up method isAlive()Z
I0724 09:36:40.750234 13911 jvm.cpp:34] looking up method shutdown()V
I0724 09:36:40.753139 13911 jvm.cpp:34] looking up method 
<init>(Ljava/io/File;Ljava/io/File;)V
I0724 09:36:40.754089 13911 jvm.cpp:34] looking up method <init>()V
I0724 09:36:40.754206 13911 jvm.cpp:34] looking up method 
<init>(Lorg/apache/zookeeper/server/persistence/FileTxnSnapLog;Lorg/apache/zookeeper/server/ZooKeeperServer$DataTreeBuilder;)V
I0724 09:36:40.754461 13911 jvm.cpp:34] looking up method getClientPort()I
I0724 09:36:40.754509 13911 jvm.cpp:34] looking up method closeSession(J)V
I0724 09:36:40.767343 13911 zookeeper_server.cpp:198] Started 
ZooKeeperServer on port 59619
I0724 09:36:40.816519 13926 group.cpp:406] Trying to create '/test' in 
ZooKeeper
I0724 09:36:40.871129 13926 group.cpp:625] Trying to get 
'/test/0000000002' in ZooKeeper
I0724 09:36:40.872751 13927 group.cpp:582] Trying to remove 
'/test/0000000002' in ZooKeeper
I0724 09:36:40.892194 13911 zookeeper_server.cpp:181] Shutdown 
ZooKeeperServer on port 59619
[       OK ] ZooKeeperTest.Group (146 ms)
[ RUN      ] ZooKeeperTest.GroupJoinWithDisconnect
I0724 09:36:40.895637 13911 jvm.cpp:34] looking up method 
<init>(Ljava/lang/String;)V
I0724 09:36:40.895702 13911 jvm.cpp:34] looking up method <init>(I)V
I0724 09:36:40.895752 13911 jvm.cpp:34] looking up method 
<init>(Ljava/net/InetSocketAddress;)V
I0724 09:36:40.895802 13911 jvm.cpp:34] looking up method 
startup(Lorg/apache/zookeeper/server/ZooKeeperServer;)V
I0724 09:36:40.895846 13911 jvm.cpp:34] looking up method isAlive()Z
I0724 09:36:40.895891 13911 jvm.cpp:34] looking up method shutdown()V
I0724 09:36:40.898800 13911 jvm.cpp:34] looking up method 
<init>(Ljava/io/File;Ljava/io/File;)V
I0724 09:36:40.899767 13911 jvm.cpp:34] looking up method <init>()V
I0724 09:36:40.899834 13911 jvm.cpp:34] looking up method 
<init>(Lorg/apache/zookeeper/server/persistence/FileTxnSnapLog;Lorg/apache/zookeeper/server/ZooKeeperServer$DataTreeBuilder;)V
I0724 09:36:40.900220 13911 jvm.cpp:34] looking up method getClientPort()I
I0724 09:36:40.900605 13911 jvm.cpp:34] looking up method closeSession(J)V
I0724 09:36:40.908164 13911 zookeeper_server.cpp:198] Started 
ZooKeeperServer on port 47536
I0724 09:36:40.917856 13911 zookeeper_server.cpp:181] Shutdown 
ZooKeeperServer on port 47536
2012-07-24 
09:36:40,922:13911(0x89934b70):ZOO_ERROR@handle_socket_error_msg@1579: 
Socket [127.0.0.1:47536] zk retcode=-4, errno=111(Connection refused): 
server refused to accept the client
I0724 09:36:40.932453 13911 zookeeper_server.cpp:198] Started 
ZooKeeperServer on port 47536
I0724 09:36:42.633563 13926 group.cpp:406] Trying to create '/test' in 
ZooKeeper
I0724 09:36:42.693863 13911 zookeeper_server.cpp:181] Shutdown 
ZooKeeperServer on port 47536
[       OK ] ZooKeeperTest.GroupJoinWithDisconnect (1801 ms)
[ RUN      ] ZooKeeperTest.GroupDataWithDisconnect
I0724 09:36:42.697536 13911 jvm.cpp:34] looking up method 
<init>(Ljava/lang/String;)V
I0724 09:36:42.697638 13911 jvm.cpp:34] looking up method <init>(I)V
I0724 09:36:42.698036 13911 jvm.cpp:34] looking up method 
<init>(Ljava/net/InetSocketAddress;)V
I0724 09:36:42.698447 13911 jvm.cpp:34] looking up method 
startup(Lorg/apache/zookeeper/server/ZooKeeperServer;)V
I0724 09:36:42.698860 13911 jvm.cpp:34] looking up method isAlive()Z
I0724 09:36:42.699254 13911 jvm.cpp:34] looking up method shutdown()V
I0724 09:36:42.702636 13911 jvm.cpp:34] looking up method 
<init>(Ljava/io/File;Ljava/io/File;)V
I0724 09:36:42.704162 13911 jvm.cpp:34] looking up method <init>()V
I0724 09:36:42.707661 13911 jvm.cpp:34] looking up method 
<init>(Lorg/apache/zookeeper/server/persistence/FileTxnSnapLog;Lorg/apache/zookeeper/server/ZooKeeperServer$DataTreeBuilder;)V
I0724 09:36:42.710878 13911 jvm.cpp:34] looking up method getClientPort()I
I0724 09:36:42.711355 13911 jvm.cpp:34] looking up method closeSession(J)V
I0724 09:36:42.737386 13911 zookeeper_server.cpp:198] Started 
ZooKeeperServer on port 52244
I0724 09:36:42.779206 13926 group.cpp:406] Trying to create '/test' in 
ZooKeeper
2012-07-24 
09:36:42,829:13911(0x88f33b70):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:52244] zk retcode=-4, errno=112(Host is down): failed 
while receiving a server response
I0724 09:36:42.832481 13911 zookeeper_server.cpp:181] Shutdown 
ZooKeeperServer on port 52244
I0724 09:36:42.844164 13911 zookeeper_server.cpp:198] Started 
ZooKeeperServer on port 52244
I0724 09:36:44.832792 13926 group.cpp:625] Trying to get 
'/test/0000000002' in ZooKeeper
I0724 09:36:44.841011 13911 zookeeper_server.cpp:181] Shutdown 
ZooKeeperServer on port 52244
[       OK ] ZooKeeperTest.GroupDataWithDisconnect (2148 ms)
[ RUN      ] ZooKeeperTest.GroupCancelWithDisconnect
I0724 09:36:44.846515 13911 jvm.cpp:34] looking up method 
<init>(Ljava/lang/String;)V
I0724 09:36:44.846688 13911 jvm.cpp:34] looking up method <init>(I)V
I0724 09:36:44.847064 13911 jvm.cpp:34] looking up method 
<init>(Ljava/net/InetSocketAddress;)V
I0724 09:36:44.847494 13911 jvm.cpp:34] looking up method 
startup(Lorg/apache/zookeeper/server/ZooKeeperServer;)V
I0724 09:36:44.847895 13911 jvm.cpp:34] looking up method isAlive()Z
I0724 09:36:44.848274 13911 jvm.cpp:34] looking up method shutdown()V
I0724 09:36:44.851625 13911 jvm.cpp:34] looking up method 
<init>(Ljava/io/File;Ljava/io/File;)V
I0724 09:36:44.852507 13911 jvm.cpp:34] looking up method <init>()V
I0724 09:36:44.852897 13911 jvm.cpp:34] looking up method 
<init>(Lorg/apache/zookeeper/server/persistence/FileTxnSnapLog;Lorg/apache/zookeeper/server/ZooKeeperServer$DataTreeBuilder;)V
I0724 09:36:44.853523 13911 jvm.cpp:34] looking up method getClientPort()I
I0724 09:36:44.853935 13911 jvm.cpp:34] looking up method closeSession(J)V
I0724 09:36:44.859618 13911 zookeeper_server.cpp:198] Started 
ZooKeeperServer on port 48324
I0724 09:36:44.928617 13927 group.cpp:406] Trying to create '/test' in 
ZooKeeper
I0724 09:36:44.978600 13927 group.cpp:625] Trying to get 
'/test/0000000002' in ZooKeeper
2012-07-24 
09:36:44,981:13911(0x89934b70):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:48324] zk retcode=-4, errno=112(Host is down): failed 
while receiving a server response
I0724 09:36:44.983198 13911 zookeeper_server.cpp:181] Shutdown 
ZooKeeperServer on port 48324
I0724 09:36:44.997267 13911 zookeeper_server.cpp:198] Started 
ZooKeeperServer on port 48324
I0724 09:36:46.985909 13927 group.cpp:582] Trying to remove 
'/test/0000000002' in ZooKeeper
I0724 09:36:47.026425 13911 zookeeper_server.cpp:181] Shutdown 
ZooKeeperServer on port 48324
[       OK ] ZooKeeperTest.GroupCancelWithDisconnect (2185 ms)
[ RUN      ] ZooKeeperTest.GroupWatchWithSessionExpiration
I0724 09:36:47.030067 13911 jvm.cpp:34] looking up method 
<init>(Ljava/lang/String;)V
I0724 09:36:47.030210 13911 jvm.cpp:34] looking up method <init>(I)V
I0724 09:36:47.030583 13911 jvm.cpp:34] looking up method 
<init>(Ljava/net/InetSocketAddress;)V
I0724 09:36:47.031050 13911 jvm.cpp:34] looking up method 
startup(Lorg/apache/zookeeper/server/ZooKeeperServer;)V
I0724 09:36:47.031522 13911 jvm.cpp:34] looking up method isAlive()Z
I0724 09:36:47.032071 13911 jvm.cpp:34] looking up method shutdown()V
I0724 09:36:47.035416 13911 jvm.cpp:34] looking up method 
<init>(Ljava/io/File;Ljava/io/File;)V
I0724 09:36:47.036358 13911 jvm.cpp:34] looking up method <init>()V
I0724 09:36:47.036969 13911 jvm.cpp:34] looking up method 
<init>(Lorg/apache/zookeeper/server/persistence/FileTxnSnapLog;Lorg/apache/zookeeper/server/ZooKeeperServer$DataTreeBuilder;)V
I0724 09:36:47.037585 13911 jvm.cpp:34] looking up method getClientPort()I
I0724 09:36:47.037960 13911 jvm.cpp:34] looking up method closeSession(J)V
I0724 09:36:47.047519 13911 zookeeper_server.cpp:198] Started 
ZooKeeperServer on port 54285
I0724 09:36:47.095664 13926 group.cpp:406] Trying to create '/test' in 
ZooKeeper
2012-07-24 
09:36:47,166:13911(0x88f33b70):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:54285] zk retcode=-4, errno=112(Host is down): failed 
while receiving a server response
2012-07-24 
09:36:49,170:13911(0x88f33b70):ZOO_ERROR@handle_socket_error_msg@1621: 
Socket [127.0.0.1:54285] zk retcode=-112, errno=116(Stale NFS file 
handle): sessionId=0x138b9d911410000 has expired.
I0724 09:36:49.188375 13927 group.cpp:406] Trying to create '/test' in 
ZooKeeper
I0724 09:36:49.237877 13911 zookeeper_server.cpp:181] Shutdown 
ZooKeeperServer on port 54285
[       OK ] ZooKeeperTest.GroupWatchWithSessionExpiration (2211 ms)
[ RUN      ] ZooKeeperTest.MultipleGroups
I0724 09:36:49.241475 13911 jvm.cpp:34] looking up method 
<init>(Ljava/lang/String;)V
I0724 09:36:49.241572 13911 jvm.cpp:34] looking up method <init>(I)V
I0724 09:36:49.241948 13911 jvm.cpp:34] looking up method 
<init>(Ljava/net/InetSocketAddress;)V
I0724 09:36:49.242368 13911 jvm.cpp:34] looking up method 
startup(Lorg/apache/zookeeper/server/ZooKeeperServer;)V
I0724 09:36:49.242779 13911 jvm.cpp:34] looking up method isAlive()Z
I0724 09:36:49.243178 13911 jvm.cpp:34] looking up method shutdown()V
I0724 09:36:49.246568 13911 jvm.cpp:34] looking up method 
<init>(Ljava/io/File;Ljava/io/File;)V
I0724 09:36:49.247506 13911 jvm.cpp:34] looking up method <init>()V
I0724 09:36:49.247922 13911 jvm.cpp:34] looking up method 
<init>(Lorg/apache/zookeeper/server/persistence/FileTxnSnapLog;Lorg/apache/zookeeper/server/ZooKeeperServer$DataTreeBuilder;)V
I0724 09:36:49.248514 13911 jvm.cpp:34] looking up method getClientPort()I
I0724 09:36:49.248882 13911 jvm.cpp:34] looking up method closeSession(J)V
I0724 09:36:49.255630 13911 zookeeper_server.cpp:198] Started 
ZooKeeperServer on port 41163

(...hangs here...)
-----------------------------------

On 07/23/2012 06:12 PM, Benjamin Hindman wrote:
> If you're using "trunk", short options have been deprecated, so:
>
> GLOG_v=1 ${BUILD}/bin/mesos-tests.sh --verbose
> --gtest_filter='ZooKeeperTest*'
>
>
>
>
>
> On Mon, Jul 23, 2012 at 5:49 PM, Vinod Kone<vi...@twitter.com>  wrote:
>
>> Hi Eugenia,
>>
>> Could you give more information about the environment (OS version, mesos
>> version) you are running in? The commands that you used to build mesos and
>> run the tests would be also really helpful to diagnose.
>>
>> Also, you could run the zookeeper test(s) as follows to get more output.
>>
>> GLOG_v=1 ${BUILD}/bin/mesos-tests.sh -v --gtest_filter='ZooKeeperTest*'
>>
>> ${BUILD} is the directory that you typically create inside mesos source
>> tree and run make from.
>>
>> @vinodkone
>>
>>
>> On Mon, Jul 23, 2012 at 4:34 PM, Eugenia Gabrielova<gabrielov1@llnl.gov
>>> wrote:
>>> Dear Mesos Dev Team,
>>>
>>> I am encountering issues running the Mesos test suite (make check
>> command)
>>> with fresh Mesos builds, both with default, zookeeper-included
>>> configurations and with custom locations for Zookeeper, Python, and
>> Java. I
>>> am following the default instructions in the configure help file at this
>>> time.
>>>
>>> In particular, the test suite hangs indefinitely on "[ RUN      ]
>>> ZooKeeperTest.MultipleGroup", both with local Zookeeper instances running
>>> and without. It looks like Mesos is having trouble finding any Zookeeper
>>> configurations. I was unable to find another example of this issue on the
>>> mailing list, and would appreciate any help or advice you have. Please
>> let
>>> me know what information/test output I can provide that would be most
>>> useful. Thanks very much for your time.
>>>
>>> Sincerely,
>>> Eugenia
>>>


Re: Mesos User - Test Suite Failure Question

Posted by Benjamin Hindman <be...@eecs.berkeley.edu>.
If you're using "trunk", short options have been deprecated, so:

GLOG_v=1 ${BUILD}/bin/mesos-tests.sh --verbose
--gtest_filter='ZooKeeperTest*'





On Mon, Jul 23, 2012 at 5:49 PM, Vinod Kone <vi...@twitter.com> wrote:

> Hi Eugenia,
>
> Could you give more information about the environment (OS version, mesos
> version) you are running in? The commands that you used to build mesos and
> run the tests would be also really helpful to diagnose.
>
> Also, you could run the zookeeper test(s) as follows to get more output.
>
> GLOG_v=1 ${BUILD}/bin/mesos-tests.sh -v --gtest_filter='ZooKeeperTest*'
>
> ${BUILD} is the directory that you typically create inside mesos source
> tree and run make from.
>
> @vinodkone
>
>
> On Mon, Jul 23, 2012 at 4:34 PM, Eugenia Gabrielova <gabrielov1@llnl.gov
> >wrote:
>
> > Dear Mesos Dev Team,
> >
> > I am encountering issues running the Mesos test suite (make check
> command)
> > with fresh Mesos builds, both with default, zookeeper-included
> > configurations and with custom locations for Zookeeper, Python, and
> Java. I
> > am following the default instructions in the configure help file at this
> > time.
> >
> > In particular, the test suite hangs indefinitely on "[ RUN      ]
> > ZooKeeperTest.MultipleGroup", both with local Zookeeper instances running
> > and without. It looks like Mesos is having trouble finding any Zookeeper
> > configurations. I was unable to find another example of this issue on the
> > mailing list, and would appreciate any help or advice you have. Please
> let
> > me know what information/test output I can provide that would be most
> > useful. Thanks very much for your time.
> >
> > Sincerely,
> > Eugenia
> >
>

Re: Mesos User - Test Suite Failure Question

Posted by Vinod Kone <vi...@twitter.com>.
Hi Eugenia,

Could you give more information about the environment (OS version, mesos
version) you are running in? The commands that you used to build mesos and
run the tests would be also really helpful to diagnose.

Also, you could run the zookeeper test(s) as follows to get more output.

GLOG_v=1 ${BUILD}/bin/mesos-tests.sh -v --gtest_filter='ZooKeeperTest*'

${BUILD} is the directory that you typically create inside mesos source
tree and run make from.

@vinodkone


On Mon, Jul 23, 2012 at 4:34 PM, Eugenia Gabrielova <ga...@llnl.gov>wrote:

> Dear Mesos Dev Team,
>
> I am encountering issues running the Mesos test suite (make check command)
> with fresh Mesos builds, both with default, zookeeper-included
> configurations and with custom locations for Zookeeper, Python, and Java. I
> am following the default instructions in the configure help file at this
> time.
>
> In particular, the test suite hangs indefinitely on "[ RUN      ]
> ZooKeeperTest.MultipleGroup", both with local Zookeeper instances running
> and without. It looks like Mesos is having trouble finding any Zookeeper
> configurations. I was unable to find another example of this issue on the
> mailing list, and would appreciate any help or advice you have. Please let
> me know what information/test output I can provide that would be most
> useful. Thanks very much for your time.
>
> Sincerely,
> Eugenia
>

Mesos User - Test Suite Failure Question

Posted by Eugenia Gabrielova <ga...@llnl.gov>.
Dear Mesos Dev Team,

I am encountering issues running the Mesos test suite (make check 
command) with fresh Mesos builds, both with default, zookeeper-included 
configurations and with custom locations for Zookeeper, Python, and 
Java. I am following the default instructions in the configure help file 
at this time.

In particular, the test suite hangs indefinitely on "[ RUN      ] 
ZooKeeperTest.MultipleGroup", both with local Zookeeper instances 
running and without. It looks like Mesos is having trouble finding any 
Zookeeper configurations. I was unable to find another example of this 
issue on the mailing list, and would appreciate any help or advice you 
have. Please let me know what information/test output I can provide that 
would be most useful. Thanks very much for your time.

Sincerely,
Eugenia

Re: Review Request: Fixes port type

Posted by Benjamin Hindman <be...@berkeley.edu>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6039/#review9380
-----------------------------------------------------------

Ship it!


Ship It!

- Benjamin Hindman


On July 19, 2012, 12:08 a.m., Vinod Kone wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/6039/
> -----------------------------------------------------------
> 
> (Updated July 19, 2012, 12:08 a.m.)
> 
> 
> Review request for mesos, Benjamin Hindman and John Sirois.
> 
> 
> Description
> -------
> 
> Increased storage for 'port' type from short to uint16_t
> 
> 
> This addresses bug MESOS-233.
>     https://issues.apache.org/jira/browse/MESOS-233
> 
> 
> Diffs
> -----
> 
>   src/local/main.cpp 60611c3 
>   src/master/flags.hpp c0eb61f 
>   src/master/main.cpp 8d38fb1 
>   src/master/master.cpp b5e09d8 
>   src/slave/flags.hpp 237ce02 
>   src/slave/main.cpp 5170115 
> 
> Diff: https://reviews.apache.org/r/6039/diff/
> 
> 
> Testing
> -------
> 
> Tested manually
> 
> 
> Thanks,
> 
> Vinod Kone
> 
>


Re: Review Request: Fixes port type

Posted by John Sirois <jo...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6039/#review9271
-----------------------------------------------------------

Ship it!


Ship It!

- John Sirois


On July 19, 2012, 12:08 a.m., Vinod Kone wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/6039/
> -----------------------------------------------------------
> 
> (Updated July 19, 2012, 12:08 a.m.)
> 
> 
> Review request for mesos, Benjamin Hindman and John Sirois.
> 
> 
> Description
> -------
> 
> Increased storage for 'port' type from short to uint16_t
> 
> 
> This addresses bug MESOS-233.
>     https://issues.apache.org/jira/browse/MESOS-233
> 
> 
> Diffs
> -----
> 
>   src/local/main.cpp 60611c3 
>   src/master/flags.hpp c0eb61f 
>   src/master/main.cpp 8d38fb1 
>   src/master/master.cpp b5e09d8 
>   src/slave/flags.hpp 237ce02 
>   src/slave/main.cpp 5170115 
> 
> Diff: https://reviews.apache.org/r/6039/diff/
> 
> 
> Testing
> -------
> 
> Tested manually
> 
> 
> Thanks,
> 
> Vinod Kone
> 
>


Re: Review Request: Fixes port type

Posted by Vinod Kone <vi...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6039/
-----------------------------------------------------------

(Updated July 19, 2012, 12:08 a.m.)


Review request for mesos, Benjamin Hindman and John Sirois.


Changes
-------

indentation fixes.


Description
-------

Increased storage for 'port' type from short to uint16_t


This addresses bug MESOS-233.
    https://issues.apache.org/jira/browse/MESOS-233


Diffs (updated)
-----

  src/local/main.cpp 60611c3 
  src/master/flags.hpp c0eb61f 
  src/master/main.cpp 8d38fb1 
  src/master/master.cpp b5e09d8 
  src/slave/flags.hpp 237ce02 
  src/slave/main.cpp 5170115 

Diff: https://reviews.apache.org/r/6039/diff/


Testing
-------

Tested manually


Thanks,

Vinod Kone