Skip to content

Instantly share code, notes, and snippets.

@pwais
Created October 15, 2018 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwais/98bc1fc18a450ff407fb22c03ce3912d to your computer and use it in GitHub Desktop.
Save pwais/98bc1fc18a450ff407fb22c03ce3912d to your computer and use it in GitHub Desktop.
worker.log
2018-10-13 07:13:03,174 INFO TieredIdentityFactory - Initialized tiered identity TieredIdentity(node=10.0.2.15, rack=null)
2018-10-13 07:13:03,488 INFO BlockWorkerFactory - Creating alluxio.worker.block.BlockWorker
2018-10-13 07:13:03,488 INFO FileSystemWorkerFactory - Creating alluxio.worker.file.FileSystemWorker
2018-10-13 07:13:03,536 INFO StorageDir - Folder /dev/shm/alluxioworker was created!
2018-10-13 07:30:32,431 ERROR AlluxioWorker - Fatal error: Cannot run alluxio worker; master hostname is not configured. Please modify alluxio-site.properties to either set alluxio.master.hostname or configure zookeeper with alluxio.zookeeper.enabled=true and alluxio.zookeeper.address=[comma-separated zookeeper master addresses]
2018-10-13 07:32:41,484 ERROR AlluxioWorker - Fatal error: Cannot run alluxio worker; master hostname is not configured. Please modify alluxio-site.properties to either set alluxio.master.hostname or configure zookeeper with alluxio.zookeeper.enabled=true and alluxio.zookeeper.address=[comma-separated zookeeper master addresses]
2018-10-13 07:33:17,657 INFO TieredIdentityFactory - Initialized tiered identity TieredIdentity(node=10.0.2.15, rack=null)
2018-10-13 07:33:17,921 INFO BlockWorkerFactory - Creating alluxio.worker.block.BlockWorker
2018-10-13 07:33:17,921 INFO FileSystemWorkerFactory - Creating alluxio.worker.file.FileSystemWorker
2018-10-13 07:33:18,010 INFO StorageDir - Folder /tmp/alluxioworker was created!
2018-10-13 07:33:18,130 INFO log - Logging initialized @827ms
2018-10-13 07:33:18,221 INFO WebServer - Using temporary directory /opt/alluxio/web/ for web server resources
2018-10-13 07:33:18,414 INFO NettyUtils - EPOLL_MODE is available
2018-10-13 07:33:18,415 INFO NettyUtils - EPOLL_MODE is available
2018-10-13 07:33:18,546 INFO ProcessUtils - Starting Alluxio worker.
2018-10-13 07:33:18,547 INFO MetricsSystem - Starting sinks with config: {}.
2018-10-13 07:33:18,554 INFO AbstractClient - Alluxio client (version 1.8.1) is trying to bootstrap-connect with /127.0.0.1:19998
2018-10-13 07:33:40,923 INFO AbstractClient - Alluxio client has bootstrap-connected with default/127.0.0.1:19998
2018-10-13 07:33:40,924 INFO AbstractClient - Alluxio client (version 1.8.1) is trying to connect with BlockMasterWorker @ default/127.0.0.1:19998
2018-10-13 07:33:40,961 INFO AbstractClient - Client registered with BlockMasterWorker @ default/127.0.0.1:19998
2018-10-13 07:33:41,072 WARN SpaceReserver - The property reserved.ratio is deprecated, use high/low watermark instead.
2018-10-13 07:33:41,072 WARN SpaceReserver - The property reserved.ratio is deprecated, use high/low watermark instead.
2018-10-13 07:33:41,079 INFO AlluxioWorkerProcess - Started Alluxio worker with id 5779169369647053659
2018-10-13 07:33:41,083 INFO AbstractClient - Alluxio client (version 1.8.1) is trying to connect with FileSystemMasterWorker @ /127.0.0.1:19998
2018-10-13 07:33:41,090 INFO AbstractClient - Client registered with FileSystemMasterWorker @ default/127.0.0.1:19998
2018-10-13 07:33:41,093 INFO Server - jetty-9.2.z-SNAPSHOT
2018-10-13 07:33:41,107 INFO AbstractClient - Alluxio client (version 1.8.1) is trying to connect with FileSystemMasterWorker @ /127.0.0.1:19998
2018-10-13 07:33:41,110 INFO AbstractClient - Client registered with FileSystemMasterWorker @ default/127.0.0.1:19998
2018-10-13 07:33:41,157 INFO ContextHandler - Started o.e.j.s.ServletContextHandler@58cbafc2{/metrics/prometheus,null,AVAILABLE}
2018-10-13 07:33:41,157 INFO ContextHandler - Started o.e.j.s.ServletContextHandler@75d3a5e0{/metrics/json,null,AVAILABLE}
2018-10-13 07:33:43,365 INFO ContextHandler - Started o.e.j.w.WebAppContext@5b800468{/,file:/opt/alluxio/web/jetty-0.0.0.0-30000-webapp.war-_-any-5190729718539144923.dir/webapp/,AVAILABLE}{/opt/alluxio/assembly/webapp.war}
2018-10-13 07:33:43,373 INFO ServerConnector - Started ServerConnector@3546d80f{HTTP/1.1}{0.0.0.0:30000}
2018-10-13 07:33:43,373 INFO Server - Started @26071ms
2018-10-13 07:33:43,374 INFO WebServer - Alluxio worker web service started @ /0.0.0.0:30000
2018-10-13 07:33:43,374 INFO AlluxioWorkerProcess - Alluxio worker version 1.8.1 started. bindHost=0.0.0.0, connectHost=10.0.2.15, rpcPort=29998, dataPort=29999, webPort=30000
2018-10-13 07:33:52,068 INFO TieredIdentityFactory - Initialized tiered identity TieredIdentity(node=10.0.2.15, rack=null)
2018-10-13 07:33:52,445 INFO BlockWorkerFactory - Creating alluxio.worker.block.BlockWorker
2018-10-13 07:33:52,445 INFO FileSystemWorkerFactory - Creating alluxio.worker.file.FileSystemWorker
2018-10-13 07:33:52,653 INFO log - Logging initialized @945ms
2018-10-13 07:33:52,755 INFO WebServer - Using temporary directory /opt/alluxio/web/ for web server resources
2018-10-13 07:33:52,960 INFO NettyUtils - EPOLL_MODE is available
2018-10-13 07:33:52,960 INFO NettyUtils - EPOLL_MODE is available
2018-10-13 07:33:53,105 INFO ProcessUtils - Starting Alluxio worker.
2018-10-13 07:33:53,106 INFO MetricsSystem - Starting sinks with config: {}.
2018-10-13 07:33:53,114 INFO AbstractClient - Alluxio clien
master.log
2018-10-13 07:13:01,571 INFO BlockMasterFactory - Creating alluxio.master.block.BlockMaster
2018-10-13 07:13:01,573 INFO FileSystemMasterFactory - Creating alluxio.master.file.FileSystemMaster
2018-10-13 07:13:01,573 INFO MetaMasterFactory - Creating alluxio.master.meta.MetaMaster
2018-10-13 07:13:01,582 INFO MetricsMasterFactory - Creating alluxio.master.metrics.MetricsMaster
2018-10-13 07:13:01,617 INFO ExtensionFactoryRegistry - Loading core jars from /opt/alluxio/lib
2018-10-13 07:13:01,661 INFO ExtensionFactoryRegistry - Loading extension jars from /opt/alluxio/extensions
2018-10-13 07:13:01,710 INFO ExtensionFactoryRegistry - Loading core jars from /opt/alluxio/lib
2018-10-13 07:13:01,718 INFO ExtensionFactoryRegistry - Loading extension jars from /opt/alluxio/extensions
2018-10-13 07:13:01,746 INFO ExtensionFactoryRegistry - Loading core jars from /opt/alluxio/lib
2018-10-13 07:13:01,762 INFO ExtensionFactoryRegistry - Loading extension jars from /opt/alluxio/extensions
2018-10-13 07:13:01,772 INFO ExtensionFactoryRegistry - Loading core jars from /opt/alluxio/lib
2018-10-13 07:13:01,781 INFO ExtensionFactoryRegistry - Loading extension jars from /opt/alluxio/extensions
2018-10-13 07:13:01,833 INFO MountTable - Clearing mount table (except the root).
2018-10-13 07:13:01,841 INFO ExtensionFactoryRegistry - Loading core jars from /opt/alluxio/lib
2018-10-13 07:13:01,849 INFO ExtensionFactoryRegistry - Loading extension jars from /opt/alluxio/extensions
2018-10-13 07:13:01,854 INFO MountTable - Mounting /opt/alluxio/underFSStorage at /
2018-10-13 07:13:01,860 INFO ProcessUtils - Starting Alluxio master @/127.0.0.1:19998.
2018-10-13 07:13:01,862 INFO UfsJournalCheckpointThread - BlockMaster: Journal checkpoint thread started.
2018-10-13 07:13:01,863 INFO MountTable - Clearing mount table (except the root).
2018-10-13 07:13:01,864 INFO UfsJournalCheckpointThread - FileSystemMaster: Journal checkpoint thread started.
2018-10-13 07:13:01,864 INFO UfsJournalCheckpointThread - MetaMaster: Journal checkpoint thread started.
2018-10-13 07:13:01,864 INFO UfsJournalCheckpointThread - BlockMaster: Journal checkpointer shutdown has been initiated.
2018-10-13 07:13:01,864 INFO UfsJournalCheckpointThread - MetricsMaster: Journal checkpoint thread started.
2018-10-13 07:13:06,871 INFO UfsJournalCheckpointThread - BlockMaster: Journal checkpoint thread has been shutdown. No new logs have been found during the quiet period.
2018-10-13 07:13:06,871 INFO UfsJournalCheckpointThread - BlockMaster: Journal shutdown complete
2018-10-13 07:13:06,883 INFO UfsJournalCheckpointThread - FileSystemMaster: Journal checkpointer shutdown has been initiated.
2018-10-13 07:13:12,880 INFO UfsJournalCheckpointThread - FileSystemMaster: Journal checkpoint thread has been shutdown. No new logs have been found during the quiet period.
2018-10-13 07:13:12,880 INFO UfsJournalCheckpointThread - FileSystemMaster: Journal shutdown complete
2018-10-13 07:13:12,881 INFO UfsJournalCheckpointThread - MetaMaster: Journal checkpointer shutdown has been initiated.
2018-10-13 07:13:17,883 INFO UfsJournalCheckpointThread - MetaMaster: Journal checkpoint thread has been shutdown. No new logs have been found during the quiet period.
2018-10-13 07:13:17,884 INFO UfsJournalCheckpointThread - MetaMaster: Journal shutdown complete
2018-10-13 07:13:17,885 INFO UfsJournalCheckpointThread - MetricsMaster: Journal checkpointer shutdown has been initiated.
2018-10-13 07:13:22,896 INFO UfsJournalCheckpointThread - MetricsMaster: Journal checkpoint thread has been shutdown. No new logs have been found during the quiet period.
2018-10-13 07:13:22,897 INFO UfsJournalCheckpointThread - MetricsMaster: Journal shutdown complete
2018-10-13 07:13:22,899 INFO AbstractMaster - MetricsMaster: Starting primary master.
2018-10-13 07:13:22,900 INFO AbstractMaster - BlockMaster: Starting primary master.
2018-10-13 07:13:22,901 INFO AbstractMaster - FileSystemMaster: Starting primary master.
2018-10-13 07:13:22,901 INFO DefaultFileSystemMaster - Starting fs master as primary
2018-10-13 07:13:23,004 INFO UfsJournalLogWriter - Created current log file: UfsJournalFile{location=/opt/alluxio/journal/BlockMaster/v1/logs/0x0-0x7fffffffffffffff, start=0, end=9223372036854775807, isCheckpoint=false}
2018-10-13 07:13:23,013 INFO UfsJournalLogWriter - Created current log file: UfsJournalFile{location=/opt/alluxio/journal/FileSystemMaster/v1/logs/0x0-0x7fffffffffffffff, start=0, end=9223372036854775807, isCheckpoint=false}
2018-10-13 07:13:23,028 INFO AbstractMaster - MetaMaster: Starting primary master.
2018-10-13 07:13:23,036 INFO AlluxioMasterProcess - All masters started
2018-10-13 07:13:23,037 INFO MetricsSystem - Starting sinks with config: {}.
2018-10-13 07:13:23,046 INFO log - Logging initialized @22240ms
2018-10-13 07:13:23,120 INFO WebServer - Using temporary directory /opt/alluxio/web/ for web server resources
2018-10-13 07:13:23,201 INFO Server - jetty-9.2.z-SNAPSHOT
2018-10-13 07:13:23,224 INFO ContextHandler - Started o.e.j.s.ServletContextHandler@
fuse.log
2018-10-08 05:32:21,828 INFO MetricsSystem - Starting sinks with config: {}.
2018-10-08 05:32:21,870 INFO FileSystemContext - Created filesystem context with id app-5104354476338312790. This ID will be used for identifying info from the client, such as metrics. It can be set manually through the alluxio.user.app.id property
2018-10-08 05:32:21,969 INFO AbstractClient - Alluxio client (version 1.8.1) is trying to bootstrap-connect with /10.0.2.15:19998
2018-10-08 05:32:22,094 INFO AbstractClient - Alluxio client has bootstrap-connected with 10.0.2.15/10.0.2.15:19998
2018-10-08 05:32:22,094 INFO AbstractClient - Alluxio client (version 1.8.1) is trying to connect with MetricsMasterClient @ 10.0.2.15/10.0.2.15:19998
2018-10-08 05:32:22,163 INFO AbstractClient - Client registered with MetricsMasterClient @ 10.0.2.15/10.0.2.15:19998
2018-10-08 05:34:37,818 INFO MetricsSystem - Starting sinks with config: {}.
2018-10-08 05:34:37,853 INFO FileSystemContext - Created filesystem context with id app-7639576097406138189. This ID will be used for identifying info from the client, such as metrics. It can be set manually through the alluxio.user.app.id property
2018-10-08 05:34:37,936 INFO AbstractClient - Alluxio client (version 1.8.1) is trying to bootstrap-connect with /10.0.2.15:19998
2018-10-08 05:34:38,061 INFO AbstractClient - Alluxio client has bootstrap-connected with 10.0.2.15/10.0.2.15:19998
2018-10-08 05:34:38,061 INFO AbstractClient - Alluxio client (version 1.8.1) is trying to connect with MetricsMasterClient @ 10.0.2.15/10.0.2.15:19998
2018-10-08 05:34:38,124 INFO AbstractClient - Client registered with MetricsMasterClient @ 10.0.2.15/10.0.2.15:19998
2018-10-08 05:35:04,010 INFO MetricsSystem - Starting sinks with config: {}.
2018-10-08 05:35:04,047 INFO FileSystemContext - Created filesystem context with id app-2456150025140419729. This ID will be used for identifying info from the client, such as metrics. It can be set manually through the alluxio.user.app.id property
2018-10-08 05:35:04,140 INFO AbstractClient - Alluxio client (version 1.8.1) is trying to bootstrap-connect with /10.0.2.15:19998
2018-10-08 05:35:04,238 INFO AbstractClient - Alluxio client has bootstrap-connected with 10.0.2.15/10.0.2.15:19998
2018-10-08 05:35:04,238 INFO AbstractClient - Alluxio client (version 1.8.1) is trying to connect with MetricsMasterClient @ 10.0.2.15/10.0.2.15:19998
2018-10-08 05:35:04,296 INFO AbstractClient - Client registered with MetricsMasterClient @ 10.0.2.15/10.0.2.15:19998
2018-10-08 05:35:13,306 INFO AbstractClient - Alluxio client (version 1.8.1) is trying to connect with FileSystemMasterClient @ 10.0.2.15/10.0.2.15:19998
2018-10-08 05:35:13,307 INFO AbstractClient - Client registered with FileSystemMasterClient @ 10.0.2.15/10.0.2.15:19998
2018-10-08 05:35:13,461 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -u
2018-10-08 05:35:13,464 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -g
2018-10-08 05:35:17,300 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -u
2018-10-08 05:35:17,304 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -g
2018-10-08 05:35:17,313 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -u
2018-10-08 05:35:17,316 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -g
2018-10-08 05:42:59,207 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -u
2018-10-08 05:42:59,210 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -g
2018-10-08 05:42:59,217 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -u
2018-10-08 05:42:59,218 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -g
2018-10-08 05:59:03,776 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -u
2018-10-08 05:59:03,779 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -g
2018-10-08 05:59:03,786 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -u
2018-10-08 05:59:03,789 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -g
2018-10-08 05:59:27,274 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -u
2018-10-08 05:59:27,276 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -g
2018-10-08 05:59:34,237 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -u
2018-10-08 05:59:34,239 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -g
2018-10-08 05:59:35,376 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -u
2018-10-08 05:59:35,379 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -g
2018-10-08 06:00:15,597 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -u
2018-10-08 06:00:15,600 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -g
2018-10-08 06:00:19,305 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -u
2018-10-08 06:00:19,308 ERROR AlluxioFuseUtils - Failed to get id from unknown with option -g
2018-10-08 06:00:23,297 ERROR AlluxioFuseUtils - F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment