Perfbase upgrade from version 4 to 5

View: New views
4 Messages — Rating Filter:   Alert me  

Perfbase upgrade from version 4 to 5

by Sagi Rotem :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Joachim hi,
 
I had managed to get 1 more step closer ...
Now I get the following error:
 
perfbase check --exp=Pallas --update
 
ERROR:  relation "rundata" already exists
 
CREATE TABLE rundata (pb_run_index integer, S_chunk integer NOT NULL, N_proc integer NOT NULL, operation varchar(256) NOT NULL, T_min float DEFAULT -1.0, T_max float DEFAULT -1.0, T_avg float DEFAULT -1.0, B float DEFAULT -1.0)
#* ERROR: Could not update 'Pallas' from version 4 to 5.
BUT when I look at the Database it has only run_data and all the older run_data** are gone so it seems that the upgrade succeeded.
I hope I did not loose any data.
I think this might be a BUG ?
Thanks
Sagi

Re: Perfbase upgrade from version 4 to 5

by Joachim Worringen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sagi Rotem wrote:
> Joachim hi,
>  
> I had managed to get 1 more step closer ...

Hi Sagi,

the name of the experiment was wrong?

> Now I get the following error:
>  
> perfbase check --exp=Pallas --update
>  
> ERROR:  relation "rundata" already exists
>  
> CREATE TABLE rundata (pb_run_index integer, S_chunk integer NOT NULL,
> N_proc integer NOT NULL, operation varchar(256) NOT NULL, T_min float
> DEFAULT -1.0, T_max float DEFAULT -1.0, T_avg float DEFAULT -1.0, B
> float DEFAULT -1.0)
> #* ERROR: Could not update 'Pallas' from version 4 to 5.
> BUT when I look at the Database it has only run_data and all the older
> run_data** are gone so it seems that the upgrade succeeded.
> I hope I did not loose any data.
> I think this might be a BUG ?

It was a forgotten debug statement - sorry. But your assumption is right, the
update was successful even with this error message (in fact, the update was
tried twice, and fails the second time). Your data is safe.

I would have committed a fixed version, but tigris.org currently seems to have
server problems. I will commit it as soon as this is working again.

  Joachim

--
Joachim Worringen - NEC C&C research lab St.Augustin
fon +49-2241-9252.20 - fax .99 - http://www.ccrl-nece.de

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Parent Message unknown RE: Perfbase upgrade from version 4 to 5

by Sagi Rotem :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Joachim,
Thanks for the reply , indeed the problem was the capital letter ....
;-)
Please let us know when the fix is committed , we will take it.
Thanks
Sagi

-----Original Message-----
From: Joachim Worringen [mailto:joachim@...]
Sent: Monday, April 10, 2006 6:30 PM
To: users@...
Subject: Re: [perfbase-users] Perfbase upgrade from version 4 to 5

Sagi Rotem wrote:
> Joachim hi,
>  
> I had managed to get 1 more step closer ...

Hi Sagi,

the name of the experiment was wrong?

> Now I get the following error:
>  
> perfbase check --exp=Pallas --update
>  
> ERROR:  relation "rundata" already exists
>  
> CREATE TABLE rundata (pb_run_index integer, S_chunk integer NOT NULL,
> N_proc integer NOT NULL, operation varchar(256) NOT NULL, T_min float
> DEFAULT -1.0, T_max float DEFAULT -1.0, T_avg float DEFAULT -1.0, B
> float DEFAULT -1.0)
> #* ERROR: Could not update 'Pallas' from version 4 to 5.
> BUT when I look at the Database it has only run_data and all the older
> run_data** are gone so it seems that the upgrade succeeded.
> I hope I did not loose any data.
> I think this might be a BUG ?

It was a forgotten debug statement - sorry. But your assumption is
right, the update was successful even with this error message (in fact,
the update was tried twice, and fails the second time). Your data is
safe.

I would have committed a fixed version, but tigris.org currently seems
to have server problems. I will commit it as soon as this is working
again.

  Joachim

--
Joachim Worringen - NEC C&C research lab St.Augustin fon
+49-2241-9252.20 - fax .99 - http://www.ccrl-nece.de

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Perfbase upgrade from version 4 to 5

by Joachim Worringen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sagi Rotem wrote:
> Joachim,
> Thanks for the reply , indeed the problem was the capital letter ....
> ;-)

Yes, in some occasions, this does not matter, but here it is checked.

> Please let us know when the fix is committed , we will take it.

It's in now (rev 71). Seems that tigris.org has upgraded their servers, they
feel much faster now.

  Joachim

--
Joachim Worringen - NEC C&C research lab St.Augustin
fon +49-2241-9252.20 - fax .99 - http://www.ccrl-nece.de

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...