Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-user] Strange bug adding to solr index

Hallo to everybody.
I experienced a strange bug in my workflow.

I have to index some logos url and brand names. I use a store called LogoStore

My bpel code to update brandName and logoURI is just
        <extensionActivity>
             <proc:invokePipelet name="SolrIndexPipelet">
                 <proc:pipelet class="org.eclipse.smila.solr.index.SolrIndexPipelet" />
                 <proc:variables input="request" output="request"/>
                   <proc:configuration>
                      <rec:Val key="ExecutionMode">ADD</rec:Val>
                      <rec:Val key="CoreName">LogoCore</rec:Val>
                      <rec:Seq key="CoreFields">
                        <rec:Map>
                             <rec:Val key="FieldName">URI</rec:Val>
                        </rec:Map>
                        <rec:Map>
                              <rec:Val key="FieldName">brandName</rec:Val>
                        </rec:Map>
                      </rec:Seq>
                </proc:configuration>
              </proc:invokePipelet>
        </extensionActivity>


My issue is that when I have indexed brand1 and logouri1 and I try to ADD to index a new couple of data (brand2 and logouri2), after update in solr I am not able to get brand1 and logouri1.

Nowhere seems to be a deletion explicit code.

Could I leave something out?

this is my log 'bout those steps
  1. Startup SMILA environment (not in this log)
  2. Startup 3 jobs (java startup code for 1st and 3rd asks for creation of imageStore that already exists (... not important but just to understand I saw the exception ;))
  3. Search for index not exists (brand=raid)
  4. Search for index exists (brand=hefty)
  5. Push to 3rd job a record to process (brand=raid), manipulate and then index brand + logouri
  6. just after SolrIndexPipelet.process try to search brand=hefty and it gives me some results
  7. ask again for brand=hefty but no matches in index
  8. ask for brand=raid and I got matches
  9. other stuff
 2012-06-18 16:18:22,031 INFO  [Component Resolve Thread (Bundle 119)        ]  internal.HttpServiceImpl                      - HTTP server started successfully on port 8080.
 2012-06-18 16:18:56,109 WARN  [qtp17461553-54                               ]  httphandler.StoreAdminHandler                 - Error processing PUT /smila/store/imagesStore
org.eclipse.smila.objectstore.StoreExistsException: Store with name 'imagesStore' already exists.
    at org.eclipse.smila.objectstore.filesystem.SimpleObjectStoreService.createStore(SimpleObjectStoreService.java:203)
    at org.eclipse.smila.objectstore.httphandler.StoreAdminHandler.createStore(StoreAdminHandler.java:94)
    at org.eclipse.smila.objectstore.httphandler.StoreAdminHandler.process(StoreAdminHandler.java:71)
    at org.eclipse.smila.http.server.json.JsonRequestHandler.handle(JsonRequestHandler.java:85)
    at org.eclipse.smila.http.server.util.RequestDispatcher.handle(RequestDispatcher.java:137)
    at org.eclipse.smila.http.server.internal.HandlerAdapter.handle(HandlerAdapter.java:55)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:943)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:879)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250)
    at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:47)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
    at org.eclipse.jetty.server.Server.handle(Server.java:349)
    at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)
    at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:919)
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:582)
    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:51)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)
    at java.lang.Thread.run(Thread.java:619)
 2012-06-18 16:18:56,171 WARN  [qtp17461553-57                               ]  httphandler.StoreAdminHandler                 - Error processing PUT /smila/store/matchesToValidateStore
org.eclipse.smila.objectstore.StoreExistsException: Store with name 'matchesToValidateStore' already exists.
    at org.eclipse.smila.objectstore.filesystem.SimpleObjectStoreService.createStore(SimpleObjectStoreService.java:203)
    at org.eclipse.smila.objectstore.httphandler.StoreAdminHandler.createStore(StoreAdminHandler.java:94)
    at org.eclipse.smila.objectstore.httphandler.StoreAdminHandler.process(StoreAdminHandler.java:71)
    at org.eclipse.smila.http.server.json.JsonRequestHandler.handle(JsonRequestHandler.java:85)
    at org.eclipse.smila.http.server.util.RequestDispatcher.handle(RequestDispatcher.java:137)
    at org.eclipse.smila.http.server.internal.HandlerAdapter.handle(HandlerAdapter.java:55)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:943)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:879)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250)
    at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:47)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
    at org.eclipse.jetty.server.Server.handle(Server.java:349)
    at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)
    at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:919)
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:582)
    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:51)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)
    at java.lang.Thread.run(Thread.java:619)
 2012-06-18 16:18:56,171 INFO  [qtp17461553-59                               ]  internal.JobRunEngineImpl                     - start called for job 'FrameMatchingJob', jobRunMode 'null'
 2012-06-18 16:18:56,265 INFO  [qtp17461553-59                               ]  zk.RunStorageZk                               - Changing job state for job run '20120618-161856187501' for job 'FrameMatchingJob' to state RUNNING while expecting state PREPARING returned result: true
 2012-06-18 16:18:56,265 INFO  [qtp17461553-59                               ]  internal.JobRunEngineImpl                     - started job run '20120618-161856187501' for job 'FrameMatchingJob'
 2012-06-18 16:18:57,375 INFO  [qtp17461553-59                               ]  internal.JobRunEngineImpl                     - start called for job 'VideoSegmentationAndIndexingJob', jobRunMode 'null'
 2012-06-18 16:18:57,468 INFO  [qtp17461553-59                               ]  zk.RunStorageZk                               - Changing job state for job run '20120618-161857375078' for job 'VideoSegmentationAndIndexingJob' to state RUNNING while expecting state PREPARING returned result: true
 2012-06-18 16:18:57,484 INFO  [qtp17461553-59                               ]  internal.JobRunEngineImpl                     - started job run '20120618-161857375078' for job 'VideoSegmentationAndIndexingJob'
 2012-06-18 16:19:03,546 WARN  [qtp17461553-57                               ]  httphandler.StoreAdminHandler                 - Error processing PUT /smila/store/imagesStore
org.eclipse.smila.objectstore.StoreExistsException: Store with name 'imagesStore' already exists.
    at org.eclipse.smila.objectstore.filesystem.SimpleObjectStoreService.createStore(SimpleObjectStoreService.java:203)
    at org.eclipse.smila.objectstore.httphandler.StoreAdminHandler.createStore(StoreAdminHandler.java:94)
    at org.eclipse.smila.objectstore.httphandler.StoreAdminHandler.process(StoreAdminHandler.java:71)
    at org.eclipse.smila.http.server.json.JsonRequestHandler.handle(JsonRequestHandler.java:85)
    at org.eclipse.smila.http.server.util.RequestDispatcher.handle(RequestDispatcher.java:137)
    at org.eclipse.smila.http.server.internal.HandlerAdapter.handle(HandlerAdapter.java:55)
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:943)
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:879)
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
    at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250)
    at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:47)
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
    at org.eclipse.jetty.server.Server.handle(Server.java:349)
    at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)
    at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:919)
    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:582)
    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:218)
    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:51)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:586)
    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:44)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)
    at java.lang.Thread.run(Thread.java:619)
 2012-06-18 16:19:03,562 INFO  [qtp17461553-59                               ]  internal.JobRunEngineImpl                     - start called for job 'LogoDownloadAndIndexingJob', jobRunMode 'null'
 2012-06-18 16:19:03,687 INFO  [qtp17461553-59                               ]  zk.RunStorageZk                               - Changing job state for job run '20120618-161903562729' for job 'LogoDownloadAndIndexingJob' to state RUNNING while expecting state PREPARING returned result: true
 2012-06-18 16:19:03,687 INFO  [qtp17461553-59                               ]  internal.JobRunEngineImpl                     - started job run '20120618-161903562729' for job 'LogoDownloadAndIndexingJob'
 2012-06-18 16:19:11,921 INFO  [ODEServerImpl-1                              ]  core.SolrCore                                 - [LogoCore] webapp=null path=/select params={q=raid&start=0&rows=100&fl=brandName%2ClogoURI%2Cscore%2C_recordid&hl=true&hl.fl=brandName&hl.simple.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E} hits=0 status=0 QTime=0
 2012-06-18 16:19:28,828 INFO  [ODEServerImpl-2                              ]  core.SolrCore                                 - [LogoCore] webapp=null path=/select params={q=hefty&start=0&rows=100&fl=brandName%2ClogoURI%2Cscore%2C_recordid&hl=true&hl.fl=brandName&hl.simple.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E} hits=1 status=0 QTime=16
 2012-06-18 16:19:28,843 INFO  [ODEServerImpl-1                              ]  core.SolrCore                                 - [MatchCore] webapp=null path=/select params={q=hefty&start=0&rows=100&fl=frameURI%2CframeInstant%2ClogoURI%2CvideoURI%2CbrandName%2CvideoName%2CmatchScore%2Cscore%2C_recordid&hl=true&hl.fl=brandName&hl.simple.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E} hits=4 status=0 QTime=0
 2012-06-18 16:20:26,593 INFO  [ODEServerImpl-2                              ]  LogosDownload.LogosDownloadPipelet            - Logo download: http://i296.photobucket.com/albums/mm194/leorockss/logo-raid.jpg
 2012-06-18 16:20:27,593 INFO  [ODEServerImpl-2                              ]  DescriptorExtraction.DescriptorExtractionPipelet - Descriptor extraction: C:/CUBRIKPRJ/Demos/LogoDetection/data/LOGO_DETECTION_CUBRIK_ENG/logos/raid/logo-raid.jpg logo
 2012-06-18 16:20:27,984 INFO  [ODEServerImpl-2                              ]  ImageUpload.LogoUploadPipelet                 - Logo upload: http://i296.photobucket.com/albums/mm194/leorockss/logo-raid.jpg
 2012-06-18 16:21:20,125 INFO  [ODEServerImpl-2                              ]  index.SolrIndexPipelet                        - record added to memory document collection: id2
 2012-06-18 16:21:20,343 INFO  [ODEServerImpl-2                              ]  core.SolrCore                                 - SolrDeletionPolicy.onInit: commits:num=1
    commit{dir=C:\Lavoro\Progetti\CUBRIK\Demos\LogoDetection\Workspace\LOGO_DETECTION_CUBRIK_ENG\SMILA.application\workspace\.metadata\.plugins\org.eclipse.smila.solr\LogoCore\data\index,segFN=segments_7,version=1340021642366,generation=7,filenames=[_0.tis, _5.fdt, _5.prx, _5.tvd, _1.frq, _3.tvd, _5.tvf, _3.tvf, _4.prx, _4.fnm, _2.tii, _3.fdt, _1.fnm, _4.fdx, _3.tvx, _4.frq, _5.nrm, _5.tis, _5.tvx, _4_1.del, _0.prx, _4.tvx, _3.nrm, _0.fnm, _2.prx, _0.tvd, _0_1.del, _2.frq, _2.fdt, _0.tvf, _3.prx, _5.tii, _2.fdx, _1.fdx, _1.prx, _2.tis, _0.tii, _4.tvd, _1.fdt, _0.tvx, _4.tvf, _0.frq, _1.nrm, _2.nrm, _3.frq, _3.tii, _3.fnm, _2.tvx, _2.tvd, _1.tii, _4.tis, _2.tvf, _2_1.del, _4.tii, _1.tvx, _0.nrm, _5.fnm, _1.tis, _3_2.del, _4.nrm, _5.frq, _4.fdt, _1_1.del, _2.fnm, _3.fdx, _1.tvf, segments_7, _5.fdx, _0.fdx, _1.tvd, _0.fdt, _3.tis]
 2012-06-18 16:21:20,343 INFO  [ODEServerImpl-2                              ]  core.SolrCore                                 - newest commit = 1340021642366
 2012-06-18 16:21:20,437 INFO  [ODEServerImpl-2                              ]  processor.UpdateRequestProcessor              - {add=[id2]} 0 281
 2012-06-18 16:21:20,437 INFO  [ODEServerImpl-2                              ]  core.SolrCore                                 - [LogoCore] webapp=null path=/update params={} status=0 QTime=281
 2012-06-18 16:21:23,890 WARN  [ODEServerImpl-3                              ]  memdao.ProcessDaoImpl                         - Discarding in-memory instance 0 because it exceeded its time-to-live: null
 2012-06-18 16:21:23,906 INFO  [ODEServerImpl-3                              ]  core.SolrCore                                 - [LogoCore] webapp=null path=/select params={q=hefty&start=0&rows=100&fl=brandName%2ClogoURI%2Cscore%2C_recordid&hl=true&hl.fl=brandName&hl.simple.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E} hits=1 status=0 QTime=0
 2012-06-18 16:21:23,937 INFO  [ODEServerImpl-4                              ]  core.SolrCore                                 - [MatchCore] webapp=null path=/select params={q=hefty&start=0&rows=100&fl=frameURI%2CframeInstant%2ClogoURI%2CvideoURI%2CbrandName%2CvideoName%2CmatchScore%2Cscore%2C_recordid&hl=true&hl.fl=brandName&hl.simple.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E} hits=4 status=0 QTime=0
 2012-06-18 16:22:12,359 WARN  [ODEServerImpl-5                              ]  memdao.ProcessDaoImpl                         - Discarding in-memory instance 1 because it exceeded its time-to-live: null
 2012-06-18 16:22:12,375 INFO  [ODEServerImpl-5                              ]  core.SolrCore                                 - [LogoCore] webapp=null path=/select params={q=hefty&start=0&rows=100&fl=brandName%2ClogoURI%2Cscore%2C_recordid&hl=true&hl.fl=brandName&hl.simple.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E} hits=1 status=0 QTime=16
 2012-06-18 16:22:12,406 INFO  [ODEServerImpl-4                              ]  core.SolrCore                                 - [MatchCore] webapp=null path=/select params={q=hefty&start=0&rows=100&fl=frameURI%2CframeInstant%2ClogoURI%2CvideoURI%2CbrandName%2CvideoName%2CmatchScore%2Cscore%2C_recordid&hl=true&hl.fl=brandName&hl.simple.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E} hits=4 status=0 QTime=16
 2012-06-18 16:22:20,359 INFO  [pool-6-thread-1                              ]  update.UpdateHandler                          - start commit(optimize=false,waitFlush=true,waitSearcher=true,expungeDeletes=false)
 2012-06-18 16:22:20,500 INFO  [pool-6-thread-1                              ]  core.SolrCore                                 - SolrDeletionPolicy.onCommit: commits:num=2
    commit{dir=C:\Lavoro\Progetti\CUBRIK\Demos\LogoDetection\Workspace\LOGO_DETECTION_CUBRIK_ENG\SMILA.application\workspace\.metadata\.plugins\org.eclipse.smila.solr\LogoCore\data\index,segFN=segments_7,version=1340021642366,generation=7,filenames=[_0.tis, _5.fdt, _5.prx, _5.tvd, _1.frq, _3.tvd, _5.tvf, _3.tvf, _4.prx, _4.fnm, _2.tii, _3.fdt, _1.fnm, _4.fdx, _3.tvx, _4.frq, _5.nrm, _5.tis, _5.tvx, _4_1.del, _0.prx, _4.tvx, _3.nrm, _0.fnm, _2.prx, _0.tvd, _0_1.del, _2.frq, _2.fdt, _0.tvf, _3.prx, _5.tii, _2.fdx, _1.fdx, _1.prx, _2.tis, _0.tii, _4.tvd, _1.fdt, _0.tvx, _4.tvf, _0.frq, _1.nrm, _2.nrm, _3.frq, _3.tii, _3.fnm, _2.tvx, _2.tvd, _1.tii, _4.tis, _2.tvf, _2_1.del, _4.tii, _1.tvx, _0.nrm, _5.fnm, _1.tis, _3_2.del, _4.nrm, _5.frq, _4.fdt, _1_1.del, _2.fnm, _3.fdx, _1.tvf, segments_7, _5.fdx, _0.fdx, _1.tvd, _0.fdt, _3.tis]
    commit{dir=C:\Lavoro\Progetti\CUBRIK\Demos\LogoDetection\Workspace\LOGO_DETECTION_CUBRIK_ENG\SMILA.application\workspace\.metadata\.plugins\org.eclipse.smila.solr\LogoCore\data\index,segFN=segments_8,version=1340021642367,generation=8,filenames=[_0.tis, _5.fdt, _5.prx, _5.tvd, _1.frq, _3.tvd, _5.tvf, _3.tvf, _4.prx, _4.fnm, _2.tii, _3.fdt, _1.fnm, _4.fdx, _3.tvx, _4.frq, _5.nrm, _5.tis, _5.tvx, _4_1.del, _0.prx, _4.tvx, _3.nrm, _0.fnm, _2.prx, _0.tvd, _0_1.del, _2.frq, _2.fdt, _0.tvf, _3.prx, _5.tii, _2.fdx, _1.fdx, _1.prx, _2.tis, _0.tii, _4.tvd, _1.fdt, _0.tvx, _4.tvf, _0.frq, _6.fdt, _6.nrm, _1.nrm, _2.nrm, _3.frq, _3.tii, _6.frq, _6.fdx, _3.fnm, _2.tvx, _6.tis, _2.tvd, _1.tii, _4.tis, _2.tvf, _2_1.del, _4.tii, _1.tvx, _0.nrm, _5.fnm, _1.tis, _6.tvx, _3_2.del, _6.tii, _4.nrm, _5.frq, _4.fdt, _1_1.del, _2.fnm, _3.fdx, _6.tvd, _1.tvf, segments_8, _6.prx, _6.tvf, _5.fdx, _6.fnm, _0.fdx, _5_1.del, _1.tvd, _0.fdt, _3.tis]
 2012-06-18 16:22:20,500 INFO  [pool-6-thread-1                              ]  core.SolrCore                                 - newest commit = 1340021642367
 2012-06-18 16:22:20,515 INFO  [pool-6-thread-1                              ]  search.SolrIndexSearcher                      - Opening Searcher@aac5cd main
 2012-06-18 16:22:20,515 INFO  [pool-5-thread-1                              ]  search.SolrIndexSearcher                      - autowarming Searcher@aac5cd main from Searcher@1e368ab main
    fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
 2012-06-18 16:22:20,515 INFO  [pool-5-thread-1                              ]  search.SolrIndexSearcher                      - autowarming result for Searcher@aac5cd main
    fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
 2012-06-18 16:22:20,515 INFO  [pool-6-thread-1                              ]  update.UpdateHandler                          - end_commit_flush
 2012-06-18 16:22:20,515 INFO  [pool-5-thread-1                              ]  search.SolrIndexSearcher                      - autowarming Searcher@aac5cd main from Searcher@1e368ab main
    filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
 2012-06-18 16:22:20,515 INFO  [pool-5-thread-1                              ]  search.SolrIndexSearcher                      - autowarming result for Searcher@aac5cd main
    filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
 2012-06-18 16:22:20,515 INFO  [pool-5-thread-1                              ]  search.SolrIndexSearcher                      - autowarming Searcher@aac5cd main from Searcher@1e368ab main
    queryResultCache{lookups=4,hits=2,hitratio=0.50,inserts=4,evictions=0,size=4,warmupTime=0,cumulative_lookups=4,cumulative_hits=2,cumulative_hitratio=0.50,cumulative_inserts=2,cumulative_evictions=0}
 2012-06-18 16:22:20,515 INFO  [pool-5-thread-1                              ]  search.SolrIndexSearcher                      - autowarming result for Searcher@aac5cd main
    queryResultCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=4,cumulative_hits=2,cumulative_hitratio=0.50,cumulative_inserts=2,cumulative_evictions=0}
 2012-06-18 16:22:20,515 INFO  [pool-5-thread-1                              ]  search.SolrIndexSearcher                      - autowarming Searcher@aac5cd main from Searcher@1e368ab main
    documentCache{lookups=9,hits=8,hitratio=0.88,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=9,cumulative_hits=8,cumulative_hitratio=0.88,cumulative_inserts=1,cumulative_evictions=0}
 2012-06-18 16:22:20,515 INFO  [pool-5-thread-1                              ]  search.SolrIndexSearcher                      - autowarming result for Searcher@aac5cd main
    documentCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=9,cumulative_hits=8,cumulative_hitratio=0.88,cumulative_inserts=1,cumulative_evictions=0}
 2012-06-18 16:22:20,515 INFO  [pool-5-thread-1                              ]  core.SolrCore                                 - QuerySenderListener sending requests to Searcher@aac5cd main
 2012-06-18 16:22:20,515 INFO  [pool-5-thread-1                              ]  core.SolrCore                                 - QuerySenderListener done.
 2012-06-18 16:22:20,515 INFO  [pool-5-thread-1                              ]  component.SpellCheckComponent                 - Building spell index for spell checker: default
 2012-06-18 16:22:20,578 INFO  [pool-5-thread-1                              ]  core.SolrCore                                 - [LogoCore] Registered new searcher Searcher@aac5cd main
 2012-06-18 16:22:20,578 INFO  [pool-5-thread-1                              ]  search.SolrIndexSearcher                      - Closing Searcher@1e368ab main
    fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
    filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
    queryResultCache{lookups=4,hits=2,hitratio=0.50,inserts=4,evictions=0,size=4,warmupTime=0,cumulative_lookups=4,cumulative_hits=2,cumulative_hitratio=0.50,cumulative_inserts=2,cumulative_evictions=0}
    documentCache{lookups=9,hits=8,hitratio=0.88,inserts=1,evictions=0,size=1,warmupTime=0,cumulative_lookups=9,cumulative_hits=8,cumulative_hitratio=0.88,cumulative_inserts=1,cumulative_evictions=0}
 2012-06-18 16:22:26,671 INFO  [ODEServerImpl-3                              ]  FrameMatching.FrameMatchingPipelet            - Logo Matching: https://85.18.109.178:443/logodetection/DATA/lorenzo/logos/raid/logo-raid.jpg
 2012-06-18 16:22:27,531 INFO  [ODEServerImpl-3                              ]  FrameMatching.FrameMatchingPipelet            -     Match: C:/CUBRIKPRJ/Demos/LogoDetection/data/LOGO_DETECTION_CUBRIK_ENG/indexes/raid/logo-raid.jpg.sift vs C:/CUBRIKPRJ/Demos/LogoDetection/data/LOGO_DETECTION_CUBRIK_ENG/indexes/Shelf_3.ogv/0.jpg.sift, score: 0.0360656
 2012-06-18 16:22:28,171 INFO  [ODEServerImpl-3                              ]  FrameMatching.FrameMatchingPipelet            -     Match: C:/CUBRIKPRJ/Demos/LogoDetection/data/LOGO_DETECTION_CUBRIK_ENG/indexes/raid/logo-raid.jpg.sift vs C:/CUBRIKPRJ/Demos/LogoDetection/data/LOGO_DETECTION_CUBRIK_ENG/indexes/Shelf_3.ogv/3.jpg.sift, score: 0.0327869
 2012-06-18 16:22:28,343 INFO  [ODEServerImpl-3                              ]  FrameMatching.FrameMatchingPipelet            -     Match: C:/CUBRIKPRJ/Demos/LogoDetection/data/LOGO_DETECTION_CUBRIK_ENG/indexes/raid/logo-raid.jpg.sift vs C:/CUBRIKPRJ/Demos/LogoDetection/data/LOGO_DETECTION_CUBRIK_ENG/indexes/Shelf_3.ogv/4.jpg.sift, score: 0.0393443
 2012-06-18 16:22:30,109 INFO  [ODEServerImpl-3                              ]  FrameMatching.FrameMatchingPipelet            -     Match: C:/CUBRIKPRJ/Demos/LogoDetection/data/LOGO_DETECTION_CUBRIK_ENG/indexes/raid/logo-raid.jpg.sift vs C:/CUBRIKPRJ/Demos/LogoDetection/data/LOGO_DETECTION_CUBRIK_ENG/indexes/Shelf_3.ogv/10.jpg.sift, score: 0.0360656
 2012-06-18 16:22:30,765 INFO  [ODEServerImpl-2                              ]  core.SolrCore                                 - [LogoCore] webapp=null path=/select params={q=hefty&start=0&rows=100&fl=brandName%2ClogoURI%2Cscore%2C_recordid&hl=true&hl.fl=brandName&hl.simple.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E} hits=0 status=0 QTime=0
 2012-06-18 16:22:30,890 INFO  [ODEServerImpl-3                              ]  FrameMatching.FrameMatchingPipelet            -     Match: C:/CUBRIKPRJ/Demos/LogoDetection/data/LOGO_DETECTION_CUBRIK_ENG/indexes/raid/logo-raid.jpg.sift vs C:/CUBRIKPRJ/Demos/LogoDetection/data/LOGO_DETECTION_CUBRIK_ENG/indexes/Shelf_3.ogv/12.jpg.sift, score: 0.0262295
 2012-06-18 16:22:31,625 INFO  [ODEServerImpl-3                              ]  FrameMatching.FrameMatchingPipelet            - Matching finished logo https://85.18.109.178:443/logodetection/DATA/lorenzo/logos/raid/logo-raid.jpg
 2012-06-18 16:22:43,515 INFO  [ODEServerImpl-4                              ]  core.SolrCore                                 - [LogoCore] webapp=null path=/select params={q=raid&start=0&rows=100&fl=brandName%2ClogoURI%2Cscore%2C_recordid&hl=true&hl.fl=brandName&hl.simple.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E} hits=1 status=0 QTime=0
 2012-06-18 16:22:43,515 INFO  [ODEServerImpl-5                              ]  core.SolrCore                                 - [MatchCore] webapp=null path=/select params={q=raid&start=0&rows=100&fl=frameURI%2CframeInstant%2ClogoURI%2CvideoURI%2CbrandName%2CvideoName%2CmatchScore%2Cscore%2C_recordid&hl=true&hl.fl=brandName&hl.simple.pre=%3Cb%3E&hl.simple.post=%3C%2Fb%3E} hits=5 status=0 QTime=0
 2012-06-18 16:22:56,750 INFO  [ODEServerImpl-3                              ]  index.SolrIndexPipelet                        - record added to memory document collection: https://85.18.109.178:443/logodetection/DATA/lorenzo/frames/Shelf_3.ogv/3.jpghttps://85.18.109.178:443/logodetection/DATA/lorenzo/logos/raid/logo-raid.jpg
 2012-06-18 16:22:56,796 INFO  [ODEServerImpl-3                              ]  core.SolrCore                                 - SolrDeletionPolicy.onInit: commits:num=1
    commit{dir=C:\Lavoro\Progetti\CUBRIK\Demos\LogoDetection\Workspace\LOGO_DETECTION_CUBRIK_ENG\SMILA.application\workspace\.metadata\.plugins\org.eclipse.smila.solr\MatchCore\data\index,segFN=segments_6,version=1340021641927,generation=6,filenames=[_0.tis, _1.frq, _3.tvd, _3.tvf, _4.prx, _4.fnm, _2.tii, _3.fdt, _1.fnm, _4.fdx, _3.tvx, _4.frq, _0.prx, _4.tvx, _3.nrm, _0.fnm, _2.prx, _0.tvd, _0_1.del, _2.frq, _2.fdt, _0.tvf, _3.prx, _2.fdx, _1.fdx, _1.prx, _2.tis, _0.tii, _4.tvd, _1.fdt, _0.tvx, _4.tvf, _0.frq, _1.nrm, _2.nrm, _3.frq, _3.tii, _3.fnm, _2.tvx, _3_1.del, _2.tvd, _1.tii, _4.tis, _2.tvf, _2_1.del, _4.tii, _1.tvx, _0.nrm, _1.tis, _4.nrm, _4.fdt, _2.fnm, _3.fdx, _1.tvf, _0.fdx, _1.tvd, segments_6, _0.fdt, _3.tis]
 2012-06-18 16:22:56,796 INFO  [ODEServerImpl-3                              ]  core.SolrCore                                 - newest commit = 1340021641927
 2012-06-18 16:22:56,796 INFO  [ODEServerImpl-3                              ]  processor.UpdateRequestProcessor              - {add=[https://85.18.109.178:443/logodetection/DATA/lorenzo/frames/Shelf_3.ogv/3.jpghttps://85.18.109.178:443/logodetection/DATA/lorenzo/logos/raid/logo-raid.jpg]} 0 46
 2012-06-18 16:22:56,796 INFO  [ODEServerImpl-3                              ]  core.SolrCore                                 - [MatchCore] webapp=null path=/update params={} status=0 QTime=46
 2012-06-18 16:22:57,562 INFO  [ODEServerImpl-3                              ]  index.SolrIndexPipelet                        - record added to memory document collection: https://85.18.109.178:443/logodetection/DATA/lorenzo/frames/Shelf_3.ogv/10.jpghttps://85.18.109.178:443/logodetection/DATA/lorenzo/logos/raid/logo-raid.jpg
 2012-06-18 16:22:57,562 INFO  [ODEServerImpl-3                              ]  processor.UpdateRequestProcessor              - {add=[https://85.18.109.178:443/logodetection/DATA/lorenzo/frames/Shelf_3.ogv/10.jpghttps://85.18.109.178:443/logodetection/DATA/lorenzo/logos/raid/logo-raid.jpg]} 0 0
 2012-06-18 16:22:57,562 INFO  [ODEServerImpl-3                              ]  core.SolrCore                                 - [MatchCore] webapp=null path=/update params={} status=0 QTime=0
 2012-06-18 16:22:58,125 INFO  [ODEServerImpl-3                              ]  index.SolrIndexPipelet                        - record added to memory document collection: https://85.18.109.178:443/logodetection/DATA/lorenzo/frames/Shelf_3.ogv/12.jpghttps://85.18.109.178:443/logodetection/DATA/lorenzo/logos/raid/logo-raid.jpg
 2012-06-18 16:22:58,125 INFO  [ODEServerImpl-3                              ]  processor.UpdateRequestProcessor              - {add=[https://85.18.109.178:443/logodetection/DATA/lorenzo/frames/Shelf_3.ogv/12.jpghttps://85.18.109.178:443/logodetection/DATA/lorenzo/logos/raid/logo-raid.jpg]} 0 0
 2012-06-18 16:22:58,125 INFO  [ODEServerImpl-3                              ]  core.SolrCore                                 - [MatchCore] webapp=null path=/update params={} status=0 QTime=0
 2012-06-18 16:23:00,078 INFO  [ODEServerImpl-3                              ]  index.SolrIndexPipelet                        - record added to memory document collection: https://85.18.109.178:443/logodetection/DATA/lorenzo/frames/Shelf_3.ogv/0.jpghttps://85.18.109.178:443/logodetection/DATA/lorenzo/logos/raid/logo-raid.jpg
 2012-06-18 16:23:00,109 INFO  [ODEServerImpl-3                              ]  processor.UpdateRequestProcessor              - {add=[https://85.18.109.178:443/logodetection/DATA/lorenzo/frames/Shelf_3.ogv/0.jpghttps://85.18.109.178:443/logodetection/DATA/lorenzo/logos/raid/logo-raid.jpg]} 0 16
 2012-06-18 16:23:00,109 INFO  [ODEServerImpl-3                              ]  core.SolrCore                                 - [MatchCore] webapp=null path=/update params={} status=0 QTime=16
 2012-06-18 16:23:00,640 INFO  [ODEServerImpl-3                              ]  index.SolrIndexPipelet                        - record added to memory document collection: https://85.18.109.178:443/logodetection/DATA/lorenzo/frames/Shelf_3.ogv/4.jpghttps://85.18.109.178:443/logodetection/DATA/lorenzo/logos/raid/logo-raid.jpg
 2012-06-18 16:23:00,640 INFO  [ODEServerImpl-3                              ]  processor.UpdateRequestProcessor              - {add=[https://85.18.109.178:443/logodetection/DATA/lorenzo/frames/Shelf_3.ogv/4.jpghttps://85.18.109.178:443/logodetection/DATA/lorenzo/logos/raid/logo-raid.jpg]} 0 0
 2012-06-18 16:23:00,640 INFO  [ODEServerImpl-3                              ]  core.SolrCore                                 - [MatchCore] webapp=null path=/update params={} status=0 QTime=0



--

Lorenzo Eccher
lorenzo.eccher@xxxxxx

Research & Development Laboratory

Engineering Ingegneria informatica s.p.a

EngiWeb Security srl
Via Solteri, 38 - 38100 Trento
Tel. +39-0461.1822110
Fax. +39-0461.1822199
www.eng.it

  Le informazioni trasmesse sono destinate esclusivamente alla persona o alla società in indirizzo e sono da intendersi confidenziali e riservate. Ogni trasmissione, inoltro, diffusione o altro uso di queste informazioni a persone o società differenti dal destinatario è proibita. Se ricevete questa comunicazione per errore, contattate il mittente e cancellate le informazioni da ogni computer.
  The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.


Back to the top