[ 
https://issues.apache.org/jira/browse/NIFI-916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726095#comment-14726095
 ] 

Bryan Bende commented on NIFI-916:
----------------------------------

While testing this patch, NiFi shutdown correctly every time, but I did 
sometimes encounter this warning while shutting down. I suspect as it is a 
warning not an error that it is ok, but wanted to make note of this:

2015-09-01 16:04:27,693 WARN [Timer-Driven Process Thread-9] 
o.a.n.c.t.ContinuallyRunProcessorTask 
java.lang.IllegalStateException: Partition is closed
    at 
org.wali.MinimalLockingWriteAheadLog$Partition.update(MinimalLockingWriteAheadLog.java:904)
 ~[nifi-write-ahead-log-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
    at 
org.wali.MinimalLockingWriteAheadLog.update(MinimalLockingWriteAheadLog.java:230)
 ~[nifi-write-ahead-log-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
    at 
org.apache.nifi.controller.repository.WriteAheadFlowFileRepository.updateRepository(WriteAheadFlowFileRepository.java:206)
 ~[nifi-framework-core-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
    at 
org.apache.nifi.controller.repository.WriteAheadFlowFileRepository.updateRepository(WriteAheadFlowFileRepository.java:169)
 ~[nifi-framework-core-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
    at 
org.apache.nifi.controller.repository.StandardProcessSession.commit(StandardProcessSession.java:338)
 ~[nifi-framework-core-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
    at 
org.apache.nifi.controller.repository.StandardProcessSession.commit(StandardProcessSession.java:279)
 ~[nifi-framework-core-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
    at 
org.apache.nifi.processor.AbstractProcessor.onTrigger(AbstractProcessor.java:28)
 ~[nifi-api-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
    at 
org.apache.nifi.controller.StandardProcessorNode.onTrigger(StandardProcessorNode.java:1077)
 ~[nifi-framework-core-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
    at 
org.apache.nifi.controller.tasks.ContinuallyRunProcessorTask.call(ContinuallyRunProcessorTask.java:127)
 [nifi-framework-core-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
    at 
org.apache.nifi.controller.tasks.ContinuallyRunProcessorTask.call(ContinuallyRunProcessorTask.java:49)
 [nifi-framework-core-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
    at 
org.apache.nifi.controller.scheduling.TimerDrivenSchedulingAgent$1.run(TimerDrivenSchedulingAgent.java:119)
 [nifi-framework-core-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) 
[na:1.7.0_65]
    at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) 
[na:1.7.0_65]
    at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
 [na:1.7.0_65]
    at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
 [na:1.7.0_65]
    at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) 
[na:1.7.0_65]
    at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
[na:1.7.0_65]
    at java.lang.Thread.run(Thread.java:745) [na:1.7.0_65]

> NiFi stop command occasionally results in Socket Timeout exception
> ------------------------------------------------------------------
>
>                 Key: NIFI-916
>                 URL: https://issues.apache.org/jira/browse/NIFI-916
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Mark Payne
>            Assignee: Bryan Bende
>             Fix For: 0.3.0
>
>         Attachments: NIFI-916.patch
>
>
> When I issue the bin/nifi.sh stop command, running in CentOS 7 in my VM, I 
> occasionally get a timeout exception. If this happens, it will continue to 
> happen until I manually kill the process.
> Below is the output that I receive, as well as the results of running netstat 
> to verify that NiFi is in fact listening on the port reported.
> {noformat}
> [mark@centos-7 nifi-0.3.0-SNAPSHOT]$ bin/nifi.sh stop
> Java home: /usr/java/latest
> NiFi home: /opt/nifi-0.3.0-SNAPSHOT
> Bootstrap Config File: /opt/nifi-0.3.0-SNAPSHOT/conf/bootstrap.conf
> 2015-08-31 16:05:38,454 ERROR [main] org.apache.nifi.bootstrap.Command Failed 
> to send shutdown command to port 49560 due to 
> java.net.SocketTimeoutException: Read timed out
> java.net.SocketTimeoutException: Read timed out
>       at java.net.SocketInputStream.socketRead0(Native Method) ~[na:1.8.0_45]
>       at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) 
> ~[na:1.8.0_45]
>       at java.net.SocketInputStream.read(SocketInputStream.java:170) 
> ~[na:1.8.0_45]
>       at java.net.SocketInputStream.read(SocketInputStream.java:141) 
> ~[na:1.8.0_45]
>       at java.net.SocketInputStream.read(SocketInputStream.java:223) 
> ~[na:1.8.0_45]
>       at org.apache.nifi.bootstrap.RunNiFi.stop(RunNiFi.java:536) 
> [nifi-bootstrap-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
>       at org.apache.nifi.bootstrap.RunNiFi.main(RunNiFi.java:208) 
> [nifi-bootstrap-0.3.0-SNAPSHOT.jar:0.3.0-SNAPSHOT]
> [mark@centos-7 nifi-0.3.0-SNAPSHOT]$ 
> [mark@centos-7 nifi-0.3.0-SNAPSHOT]$ 
> [mark@centos-7 nifi-0.3.0-SNAPSHOT]$ 
> [mark@centos-7 nifi-0.3.0-SNAPSHOT]$ netstat -anp | grep 49560
> (Not all processes could be identified, non-owned process info
>  will not be shown, you would have to be root to see it all.)
> tcp        0      0 127.0.0.1:49560         0.0.0.0:*               LISTEN    
>   6873/java           
> tcp        0      0 127.0.0.1:49560         127.0.0.1:37907         
> CLOSE_WAIT  6873/java           
> tcp        0      0 127.0.0.1:49560         127.0.0.1:37905         
> CLOSE_WAIT  6873/java           
> tcp6       0      0 127.0.0.1:37907         127.0.0.1:49560         FIN_WAIT2 
>   -                   
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to