Re: cores and SWAP

2010-05-04 Thread Tim Heckman
OK, yes, I see now. Even though the etags change when the swap happens, the last modified date on the server may be earlier than what the client has from the request prior to the swap. thank you. Tim On Tue, May 4, 2010 at 12:30 PM, Erik Hatcher wrote: > The issue is that browsers (apparently n

Re: cores and SWAP

2010-05-04 Thread Erik Hatcher
The issue is that browsers (apparently not Safari?) will send the last- modified/etag headers to Solr and get back a 304 and your browser will simply display the last response it got. Use the force reload option from the browser (it's a habit for me now) to ensure you're actually getting a

Re: cores and SWAP

2010-05-04 Thread Tim Heckman
It looks like this was not a solr issue at all. It looks like it's browser-related. When I use safari, curl or wget, I don't see the issue. When I use firefox or chrome, I do. I'll have to dig into this a little more with an http proxy to see what's going on. I have not altered the httpCaching se

Re: cores and SWAP

2010-05-04 Thread Tim Heckman
If it helps, I am running: solr 1.4.0 tomcat 6.0.26 java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode) Red Hat Enterprise Linux Server release 5.4 (Tikanga) thanks, Tim On Mon, May 3, 2010 at 4:47 PM, Ti

Re: cores and SWAP

2010-05-03 Thread Tim Heckman
I have 2 cores: core1 and core2. Load the same data set into each and commit. Verify that searches return the same for each core. Delete a document (call it docA) from core2 but not from core1. Commit and verify search results (docA disappears from core2's search results. core1 continues to retu

Re: cores and SWAP

2010-05-03 Thread Shalin Shekhar Mangar
On Mon, May 3, 2010 at 10:27 PM, Tim Heckman wrote: > Hi, I'm trying to figure out whether I need to reload a core (or both > cores?) after performing a swap. > > When I perform a swap in my sandbox (non-production) environment, I am > seeing that one of the cores needs to be reloaded following a

cores and SWAP

2010-05-03 Thread Tim Heckman
Hi, I'm trying to figure out whether I need to reload a core (or both cores?) after performing a swap. When I perform a swap in my sandbox (non-production) environment, I am seeing that one of the cores needs to be reloaded following a swap and the other does not, but I haven't been able to find a