qphien commented on issue #10311:
URL: https://github.com/apache/druid/issues/10311#issuecomment-678876275


   I start up druid with supervise and i just check middleManager log specified 
by log4j2.xml. In supervise log, i find the exception:
   `
   INFO [forking-task-runner-3] 
org.apache.druid.indexing.overlord.ForkingTaskRunner - Exception caught during 
execution
   org.apache.hadoop.ipc.RemoteException: The directory item limit of 
/user/druid/indexing-logs is exceeded: limit=1048576 items=1048576
           at 
org.apache.hadoop.hdfs.server.namenode.FSDirectory.verifyMaxDirItems(FSDirectory.java:1147)
   `
   
   The number of indexing log is upper to hdfs limitation. After deleting old 
indexing logs, everything works fine.
   
   However, why exception log only printed to supervise log and not in 
middleManager log specified by log4j2.xml?
   Is there any parameter to control druid to delete indexing log periodically?
   
   Thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to