|
|
+
周梦想 2013-01-25, 07:42
+
周梦想 2013-01-25, 08:34
-
Re: flume 0.9.4 windows version out of memoryJeong-shik Jang 2013-01-25, 09:21
Hi Andy,
Seeing your log, out of memory error had occurred during opening stage of the logical node, and so was the last status of the logical node reported to master; no more status was reported to master due to the error since then, so it stays as OPENNING in master. Your error seems to be related to ack rolling because agentSink is agentE2ESink; agentDFO is not related to ack but still WAL for disk failover, though. I remember you can change java memory option in flume procrun tray (flumenodew.exe) icon menu; one looks just like Apache web server tray icon. You need to restart(stop and start) service through the tray menu once you make the change. -JS On 1/25/13 5:34 PM, 周梦想 wrote: > I found that if I change windows agent configure from > tail("c:\\test.txt") agentSink("hadoop48",35853) ; > > to > tail("c:\\test.txt") agentDFOSink("hadoop48",35853) ; > > > then the agent changes status from OPENING to ACTIVE. > my windows agent is :192.168.20.81, while linux collector is : > 192.168.10.48 > another linux agent is 192.168.10.46. 10.46 have no problem of agentSink. > > Thanks! > Andy. > > 2013/1/25 周梦想 <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > > when i start the flume node service,the agent is OPENING. > Hello, > > I need to gather logs from windows 7, but the flume master and > collector is running on linux. I download 0.9.4 exe file from > flume official web. > > When I start the node from windows, the status is OPENING. > > zhouhh.TKOffice.local zhouhh.TKOffice.local > zhouhh.TKOffice.local OPENING Fri Jan 25 11:45:01 CST 2013 4 > > > And the log reports OutOfMemoryError. > > ===============> D:\Program Files\Cloudera\Flume > 0.9.4\log\flumenode-stdout.2013-01-25.log > > 2013-01-25 15:31:03 Commons Daemon procrun stdout > initializedListening for transport dt_socket at address: 8888 > java.lang.OutOfMemoryError: Java heap space > Dumping heap to java_pid8100.hprof ... > Heap dump file created [13270531 bytes in 0.115 secs] > > ==============> D:\Program Files\Cloudera\Flume > 0.9.4\log\flumenode-stderr.2013-01-25.log > > 2013-01-25 15:31:03 Commons Daemon procrun stderr initialized > 13/01/25 15:31:03 INFO agent.FlumeNode: Flume 0.9.4 > 13/01/25 15:31:03 INFO agent.FlumeNode: rev > 8d0aa4be4ee50bb664cb0d1624e5634f46d7b62a > 13/01/25 15:31:03 INFO agent.FlumeNode: Compiled on Mon Jun 20 > 14:46:53 PDT 2011 > 13/01/25 15:31:03 INFO agent.FlumeNode: System property > java.runtime.name <http://java.runtime.name>=Java(TM) SE Runtime > Environment > 13/01/25 15:31:03 INFO agent.FlumeNode: System property > sun.boot.library.path=C:\PROGRA~1\Java\jre7\bin > 13/01/25 15:31:03 INFO agent.FlumeNode: System property > java.vm.version=23.3-b01 > 13/01/25 15:31:03 INFO agent.FlumeNode: System property > java.vm.vendor=Oracle Corporation > 13/01/25 15:31:03 INFO agent.FlumeNode: System property > java.vendor.url=http://java.oracle.com/ > 13/01/25 15:31:03 INFO agent.FlumeNode: System property > path.separator=; > 13/01/25 15:31:03 INFO agent.FlumeNode: System property > java.vm.name <http://java.vm.name>=Java HotSpot(TM) Client VM > 13/01/25 15:31:03 INFO agent.FlumeNode: System property > file.encoding.pkg=sun.io <http://sun.io> > 13/01/25 15:31:03 INFO agent.FlumeNode: System property > user.country=CN > 13/01/25 15:31:03 INFO agent.FlumeNode: System property user.script> 13/01/25 15:31:03 INFO agent.FlumeNode: System property > sun.os.patch.level=Service Pack 1 > 13/01/25 15:31:03 INFO agent.FlumeNode: System property > java.vm.specification.name > <http://java.vm.specification.name>=Java Virtual Machine Specification > 13/01/25 15:31:03 INFO agent.FlumeNode: System property > user.dir=C:\Windows\system32 > 13/01/25 15:31:03 INFO agent.FlumeNode: System property > java.runtime.version=1.7.0_07-b11 Jeong-shik Jang / [EMAIL PROTECTED] Gruter, Inc., R&D Team Leader www.gruter.com Enjoy Connecting +
周梦想 2013-01-28, 04:05
+
Jeong-shik Jang 2013-01-28, 06:49
+
周梦想 2013-01-28, 07:22
+
周梦想 2013-01-28, 07:41
+
Alexander Alten-Lorenz 2013-01-28, 07:07
|