Thank You Erick & Shawn for your response.

I tried df -h , during suggest.build command.

Size.   Used   Avail Use%  Mounted on

 63G   17G     44G  28% /ngs/app


/ngs/app/razord/LWSearch/solr-6.5.0/bin - My Solr Server .


I believe 44G is enough for running suggest.build. Please let me know what
might be the issue.


*Logs for your reference.*


2017-12-20 07:06:25.661 INFO  (qtp401424608-21) [   x:LW_Data]
o.a.s.c.PluginBag Going to create a new requestHandler with {type =
requestHandler,name = /suggest,class = solr.SearchHandler,attributes =
{startup=lazy, name=/suggest, class=solr.SearchHandler},args =
{defaults={suggest=true,suggest.dictionary=infixSuggester,suggest.dictionary=fuzzySuggester,suggest.count=10},components=[suggest]}}

2017-12-20 07:06:25.663 INFO  (qtp401424608-21) [   x:LW_Data]
o.a.s.h.c.SuggestComponent SuggestComponent prepare with :
suggest.build=true&indent=on&suggest.q=Charles&suggest.count=10&suggest=true&suggest.dictionary=fuzzySuggester&wt=json

2017-12-20 07:06:25.663 INFO  (qtp401424608-21) [   x:LW_Data]
o.a.s.s.s.SolrSuggester SolrSuggester.build(fuzzySuggester)




2017-12-20 07:11:38.535 ERROR (qtp401424608-21) [   x:LW_Data]
o.a.s.h.RequestHandlerBase java.io.IOException: No space left on device

at sun.nio.ch.FileDispatcherImpl.write0(Native Method)

at sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:60)

at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)

at sun.nio.ch.IOUtil.write(IOUtil.java:65)

at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:211)

at java.nio.channels.Channels.writeFullyImpl(Channels.java:78)

at java.nio.channels.Channels.writeFully(Channels.java:101)

at java.nio.channels.Channels.access$000(Channels.java:61)

at java.nio.channels.Channels$1.write(Channels.java:174)

at
org.apache.lucene.store.FSDirectory$FSIndexOutput$1.write(FSDirectory.java:419)

at java.util.zip.CheckedOutputStream.write(CheckedOutputStream.java:73)

at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)

at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126)

at
org.apache.lucene.store.OutputStreamIndexOutput.writeBytes(OutputStreamIndexOutput.java:53)

at
org.apache.lucene.util.OfflineSorter$ByteSequencesWriter.write(OfflineSorter.java:529)

at
org.apache.lucene.util.OfflineSorter$ByteSequencesWriter.write(OfflineSorter.java:504)

at
org.apache.lucene.util.OfflineSorter.mergePartitions(OfflineSorter.java:389)

at org.apache.lucene.util.OfflineSorter.sort(OfflineSorter.java:278)

at
org.apache.lucene.search.suggest.analyzing.AnalyzingSuggester.build(AnalyzingSuggester.java:489)

at org.apache.lucene.search.suggest.Lookup.build(Lookup.java:190)

at
org.apache.solr.spelling.suggest.SolrSuggester.build(SolrSuggester.java:181)

at
org.apache.solr.handler.component.SuggestComponent.prepare(SuggestComponent.java:179)

at
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:269)

at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)

at org.apache.solr.core.SolrCore.execute(SolrCore.java:2440)

at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:723)

at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:529)

at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)

at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)

at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)

at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)

at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)

at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)

at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)

at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)

at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)

at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)

at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)

at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)

at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)

at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)

at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)

at
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)

at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)

at org.eclipse.jetty.server.Server.handle(Server.java:534)

at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)

at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)

at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)

at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)

at
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)

at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)

at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)

at
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)

at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)

at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)

at java.lang.Thread.run(Thread.java:748)

Suppressed: java.io.IOException: No space left on device

at sun.nio.ch.FileDispatcherImpl.write0(Native Method)

at sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:60)

at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)

at sun.nio.ch.IOUtil.write(IOUtil.java:65)

at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:211)


Thanks

Fiz.




On Tue, Dec 19, 2017 at 7:37 PM, Shawn Heisey <apa...@elyograg.org> wrote:

> On 12/19/2017 7:07 PM, Fiz Newyorker wrote:
>
>> Yes I checked the Disk usage. using this command
>>
>> du -sh
>>
>> and I have enough space on the Disk.
>>
>
> <snip>
>
> 2017-12-20 02:05:53.910 ERROR (qtp401424608-16) [   x:User_Data]
>> o.a.s.s.HttpSolrCall null:java.io.IOException: No space left on device
>>
>
> The error that Solr is logging says that you don't have enough disk space.
>
> The "du" command doesn't show you how much free disk space you have.  It
> is designed to show you how much space is consumed in a particular
> directory.  Try this command instead:
>
> df -h
>
> Thanks,
> Shawn
>

Reply via email to