[Io70chxo] ->Get
[Io70chxo] 241ms <-Get ok
[i4lOIoDF] ->Put (tx=QufRqbEaeayTlyyV5PBx isolation=SNAPSHOT pri= state= epoch= ts= orig= max=)
[i4lOIoDF] 20ms <-Put (tx=QufRqbEaeayTlyyV5PBx isolation=SNAPSHOT pri=1 state=PENDING epoch=0 ts=1433552502.597323400,0 orig=1433552502.597323400,0 max=1433552502.847323400,0) ok
[Vp24Luth] ->Put
[Vp24Luth] 15ms <-Put ok
[ffB8mJiM] ->EndTransaction (tx=QufRqbEaeayTlyyV5PBx isolation=SNAPSHOT pri=1 state=PENDING epoch=0 ts=1433552502.597323400,0 orig=1433552502.597323400,0 max=1433552502.847323400,0)
[ffB8mJiM] 20ms <-EndTransaction (tx=QufRqbEaeayTlyyV5PBx isolation=SNAPSHOT pri=1 state=ABORTED epoch=0 ts=1433552502.597323400,0 orig=1433552502.597323400,0 max=1433552502.847323400,0) (error=TransactionAborted retry=false restart=BACKOFF)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-02-18 00:00:09 INFO NIOServerCnxnFactory:94 - binding to port /127.0.0.1:41889 | |
2015-02-18 00:00:09 INFO ZooKeeperServer:100 - Server environment:zookeeper.version=3.4.5-cdh4.6.0--1, built on 03/10/2014 21:06 GMT | |
2015-02-18 00:00:09 INFO ZooKeeperServer:100 - Server environment:host.name=ziggy | |
2015-02-18 00:00:09 INFO ZooKeeperServer:100 - Server environment:java.version=1.7.0_75 | |
2015-02-18 00:00:09 INFO ZooKeeperServer:100 - Server environment:java.vendor=Oracle Corporation | |
2015-02-18 00:00:09 INFO ZooKeeperServer:100 - Server environment:java.home=/usr/lib/jvm/java-7-openjdk-amd64/jre | |
2015-02-18 00:00:09 INFO ZooKeeperServer:100 - Server environment:java.class.path=/usr/share/sbt-launcher-packaging/bin/sbt-launch.jar | |
2015-02-18 00:00:09 INFO ZooKeeperServer:100 - Server environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib | |
2015-02-18 00:00:09 INFO ZooKeeperServer:100 - Server environmen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.51-b03 mixed mode): | |
"Attach Listener" daemon prio=10 tid=0x00007fe45c001000 nid=0x2822 waiting on condition [0x0000000000000000] | |
java.lang.Thread.State: RUNNABLE | |
"JMX server connection timeout 113128" daemon prio=10 tid=0x00007fd3e4006800 nid=0x7a94 in Object.wait() [0x00007fe461f6c000] | |
java.lang.Thread.State: TIMED_WAITING (on object monitor) | |
at java.lang.Object.wait(Native Method) | |
- waiting on <0x0000000783885250> (a [I) | |
at com.sun.jmx.remote.internal.ServerCommunicatorAdmin$Timeout.run(ServerCommunicatorAdmin.java:168) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../paper-input/paper-input.html"> | |
<link rel="import" href="../paper-button/paper-button.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../core-animated-pages/core-animated-pages.html"> | |
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html"> | |
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../paper-input/paper-input.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../components/polymer/polymer.html"> | |
<link rel="import" href="../components/core-layout/core-layout.html"> | |
<polymer-element name="hop-od-select"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../paper-item/paper-item.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-animated-pages/core-animated-pages.html"> | |
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../paper-item/paper-item.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> |