HTCondor Project List Archives



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-devel] Incompatibility of quill/rdbms between 6.8.X and 7.0.1



Dan,

From what I remember when I changed the test from quill(6.8) to quill++(Quill in 7.0).

I did not look at the differences in the schema but Greg T.
would have an idea.

6.8 and 7.0 quill can't be mixed.

Bill

there are now changed schema's that are part of the DB for Daniel Forrest wrote:
I'm trying to look at our job queue from the GLOW central manager:

$ condor_q -name condor.lmcg.wisc.edu 436005.0

-- Failed to fetch ads from db [condordb] at database server <condor.lmcg.wisc.edu:5432>

-- Database server <condor.lmcg.wisc.edu:5432>
        being used by the quill daemon quill@xxxxxxxxxxxxxxxxxxxx
        associated with schedd condor.lmcg.wisc.edu(<144.92.101.149:57102>)
        is not reachable or down.
        - Failing over to the quill daemon at quill@xxxxxxxxxxxxxxxxxxxxxx
-- Quill daemon quill@xxxxxxxxxxxxxxxxxxxx(<???>)
        associated with schedd condor.lmcg.wisc.edu(<144.92.101.149:57102>)
        is not reachable or can't talk to rdbms.
        - Possible misconfiguration of quill
        associated with this schedd since associated
        quilld ad is missing and was expected to be
        found in the collector.
        - Failing over to the schedd at condor.lmcg.wisc.edu(<144.92.101.149:57102>) --


-- Schedd: condor.lmcg.wisc.edu : <144.92.101.149:57102>
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD 436005.0 mbechner 9/27 12:03 191+21:32:19 R 0 2832.0 gentig2_condor -HQ


Running this same command from some of the few GLOW nodes that are
still running Condor 6.8.X works fine.


What I see in the PostgreSQLog after the rdbms query is:

2008-05-13 09:06:18 CDT ERROR:  relation "currencies" does not exist


There is nothing of note in the QuillLog.


I don't see anything in the release notes about this.  What is up?