[Pharo-project] http://ss3.gemstone.com/ is EXTREMELY slow?
Hi guys. I cannot work today with SS3 because it gives me time outs all the time. The site is not down, but terrible slow. I am the only one seeing this? thanks -- Mariano http://marianopeck.wordpress.com
On 03 Apr 2012, at 11:34, Mariano Martinez Peck wrote:
Hi guys. I cannot work today with SS3 because it gives me time outs all the time. The site is not down, but terrible slow. I am the only one seeing this?
Yes, sometimes it feels a bit slow for certain operations. But in doing my own MC storage ( http://mc.stfx.eu ) I came to the conclusion that the speed of the storage, although important, is not the only factor contributing to MC feeling slow for your daily work. MC does many operations that are often not really necessary (always checking in all related repos, updating indexes; these make repo X feel slow even though it is really repo Y). We have to support the work started by Camillo (speeding up local cache and much more, questioning every long held assumption). Sven
On Tue, Apr 3, 2012 at 12:00 PM, Sven Van Caekenberghe <sven@beta9.be>wrote:
On 03 Apr 2012, at 11:34, Mariano Martinez Peck wrote:
Hi guys. I cannot work today with SS3 because it gives me time outs all the time. The site is not down, but terrible slow. I am the only one seeing this?
Yes, sometimes it feels a bit slow for certain operations.
Yes, but this is different. It is now just slow, it is slow enough to get a timeout exception for the most basic stuff. In other words, you cannot work.
But in doing my own MC storage ( http://mc.stfx.eu ) I came to the conclusion that the speed of the storage, although important, is not the only factor contributing to MC feeling slow for your daily work.
+9999
MC does many operations that are often not really necessary (always checking in all related repos, updating indexes; these make repo X feel slow even though it is really repo Y).
We have to support the work started by Camillo (speeding up local cache and much more, questioning every long held assumption).
+9999
Sven
-- Mariano http://marianopeck.wordpress.com
On 03 Apr 2012, at 12:40, Mariano Martinez Peck wrote:
Yes, but this is different. It is now just slow, it is slow enough to get a timeout exception for the most basic stuff. In other words, you cannot work.
Perhaps it is worthwhile to adapt another workflow? My personal projects reside all in /home/smarr/.monticello and I use that as my main repo. I commit to that one, and only if I really want to do a 'push' like with git, I copy stuff to public repos. Works very smooth, even on the road. Best regards Stefan -- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: +32 2 629 3525
Am 2012-04-03 um 13:03 schrieb Stefan Marr:
On 03 Apr 2012, at 12:40, Mariano Martinez Peck wrote:
Yes, but this is different. It is now just slow, it is slow enough to get a timeout exception for the most basic stuff. In other words, you cannot work.
Perhaps it is worthwhile to adapt another workflow?
My personal projects reside all in /home/smarr/.monticello and I use that as my main repo.
I commit to that one, and only if I really want to do a 'push' like with git, I copy stuff to public repos.
Works very smooth, even on the road.
If only the tools supported that better ;) The first thing I do with a new image is making a sym-link for the package-cache to my local all-images-share-this package-cache. From there on, the workflow is not unlike a hg or git one, with the notable exception that I have to copy (read: push) all local versions manually to my remote repo. Best -Tobias
On Apr 3, 2012, at 3:15 PM, Tobias Pape wrote:
Am 2012-04-03 um 13:03 schrieb Stefan Marr:
On 03 Apr 2012, at 12:40, Mariano Martinez Peck wrote:
Yes, but this is different. It is now just slow, it is slow enough to get a timeout exception for the most basic stuff. In other words, you cannot work.
Perhaps it is worthwhile to adapt another workflow?
My personal projects reside all in /home/smarr/.monticello and I use that as my main repo.
I commit to that one, and only if I really want to do a 'push' like with git, I copy stuff to public repos.
Works very smooth, even on the road.
If only the tools supported that better ;)
but with Gofer you can sync your localâ¦. STef
The first thing I do with a new image is making a sym-link for the package-cache to my local all-images-share-this package-cache. From there on, the workflow is not unlike a hg or git one, with the notable exception that I have to copy (read: push) all local versions manually to my remote repo.
Best -Tobias
Am 2012-04-03 um 16:33 schrieb Stéphane Ducasse:
On Apr 3, 2012, at 3:15 PM, Tobias Pape wrote:
Am 2012-04-03 um 13:03 schrieb Stefan Marr:
On 03 Apr 2012, at 12:40, Mariano Martinez Peck wrote:
Yes, but this is different. It is now just slow, it is slow enough to get a timeout exception for the most basic stuff. In other words, you cannot work.
Perhaps it is worthwhile to adapt another workflow?
My personal projects reside all in /home/smarr/.monticello and I use that as my main repo.
I commit to that one, and only if I really want to do a 'push' like with git, I copy stuff to public repos.
Works very smooth, even on the road.
If only the tools supported that better ;)
but with Gofer you can sync your localâ¦.
sure. but actually, i only want to 'push' the missing versions and, even more important, I want a non-DoIt way (ie, a button) for it. You know, when I first saw that it is possible to 'copy' a version to different repos from the ui, i was thrilled⦠but it takes too much time to copy 10 versions to 3 repos. Gofer is better but not yet good in this regard ;) best -tobias
And the version pushed will be +1 each time isn't it? How do I put the same version to two places? 2012/4/3 Tobias Pape <Das.Linux@gmx.de>
Am 2012-04-03 um 16:33 schrieb Stéphane Ducasse:
On Apr 3, 2012, at 3:15 PM, Tobias Pape wrote:
Am 2012-04-03 um 13:03 schrieb Stefan Marr:
On 03 Apr 2012, at 12:40, Mariano Martinez Peck wrote:
Yes, but this is different. It is now just slow, it is slow enough to
get a timeout exception for the most basic stuff. In other words, you cannot work.
Perhaps it is worthwhile to adapt another workflow?
My personal projects reside all in /home/smarr/.monticello and I use
that as my main repo.
I commit to that one, and only if I really want to do a 'push' like
with git, I copy stuff to public repos.
Works very smooth, even on the road.
If only the tools supported that better ;)
but with Gofer you can sync your localâ¦.
sure. but actually, i only want to 'push' the missing versions and, even more important, I want a non-DoIt way (ie, a button) for it. You know, when I first saw that it is possible to 'copy' a version to different repos from the ui, i was thrilled⦠but it takes too much time to copy 10 versions to 3 repos. Gofer is better but not yet good in this regard ;)
best -tobias
-- Philippe Back "Helping you hit the top 3 outcomes you really want to achieve" Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil@highoctane.be| Web: http://philippeback.eu | Blog: http://philippeback.be High Octane SPRL rue cour Boisacq 101 1301 Bierges
Am 2012-04-03 um 20:24 schrieb phil@highoctane.be:
And the version pushed will be +1 each time isn't it?
How do I put the same version to two places?
when you commit a version, you get a window with several options, eg, browse ⦠diff⦠etc. The last is âcopyâ click on it and you can copy the very same version to different repos. This does not work with the âsaveâ button in the working copy overview. âsaveâ -> commit âcopyâ -> push. best -tobias
On Tue, Apr 3, 2012 at 10:49 PM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 20:24 schrieb phil@highoctane.be:
And the version pushed will be +1 each time isn't it?
How do I put the same version to two places?
when you commit a version, you get a window with several options, eg, browse ⦠diff⦠etc. The last is âcopyâ click on it and you can copy the very same version to different repos. This does not work with the âsaveâ button in the working copy overview. âsaveâ -> commit âcopyâ -> push.
Hey, I'd vote for changing the buttons' labels!
best -tobias
Am 2012-04-03 um 22:57 schrieb Guillermo Polito:
On Tue, Apr 3, 2012 at 10:49 PM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 20:24 schrieb phil@highoctane.be:
And the version pushed will be +1 each time isn't it?
How do I put the same version to two places?
when you commit a version, you get a window with several options, eg, browse ⦠diff⦠etc. The last is âcopyâ click on it and you can copy the very same version to different repos. This does not work with the âsaveâ button in the working copy overview. âsaveâ -> commit âcopyâ -> push.
Hey, I'd vote for changing the buttons' labels!
problematic. for âsaveâ, ok. but âcopyâ is just that; only the version selected gets transferred⦠Best -tobias
On Wed, Apr 4, 2012 at 3:25 AM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 22:57 schrieb Guillermo Polito:
On Tue, Apr 3, 2012 at 10:49 PM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 20:24 schrieb phil@highoctane.be:
And the version pushed will be +1 each time isn't it?
How do I put the same version to two places?
when you commit a version, you get a window with several options, eg, browse ⦠diff⦠etc. The last is âcopyâ click on it and you can copy the very same version to different repos. This does not work with the âsaveâ button in the working copy overview. âsaveâ -> commit âcopyâ -> push.
Hey, I'd vote for changing the buttons' labels!
problematic. for âsaveâ, ok. but âcopyâ is just that; only the version selected gets transferredâ¦
But it is not clear if it is copy *to* or copy *from*. Also save may be commit & push, because it does that. Introducing the terms from other tools like git/mercurial/svn may betray the origins of monticello, but It'll make it clearer to newcomers, and for me because I'm kind of stupid some times. I'm now reading the context menu of repositories: #(('Open repository' #openRepository) ('Edit repository info' #editRepository) ('Add to package...' #addRepositoryToPackage) ('Remove repository' #removeRepository) ('Load repositories' #loadRepositories) ('Save repositories' #saveRepositories) ('Flush cached versions' #flushAllCaches)) What does load repositories or save repositories, or flush cached versions mean?
Best -tobias
+1 to change labels 2012/4/4 Guillermo Polito <guillermopolito@gmail.com>
On Wed, Apr 4, 2012 at 3:25 AM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 22:57 schrieb Guillermo Polito:
On Tue, Apr 3, 2012 at 10:49 PM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 20:24 schrieb phil@highoctane.be:
And the version pushed will be +1 each time isn't it?
How do I put the same version to two places?
when you commit a version, you get a window with several options, eg, browse ⦠diff⦠etc. The last is âcopyâ click on it and you can copy the very same version to different repos. This does not work with the âsaveâ button in the working copy overview. âsaveâ -> commit âcopyâ -> push.
Hey, I'd vote for changing the buttons' labels!
problematic. for âsaveâ, ok. but âcopyâ is just that; only the version selected gets transferredâ¦
But it is not clear if it is copy *to* or copy *from*. Also save may be commit & push, because it does that.
Introducing the terms from other tools like git/mercurial/svn may betray the origins of monticello, but It'll make it clearer to newcomers, and for me because I'm kind of stupid some times.
I'm now reading the context menu of repositories:
#(('Open repository' #openRepository) ('Edit repository info' #editRepository) ('Add to package...' #addRepositoryToPackage) ('Remove repository' #removeRepository) ('Load repositories' #loadRepositories) ('Save repositories' #saveRepositories) ('Flush cached versions' #flushAllCaches))
What does load repositories or save repositories, or flush cached versions mean?
Best -tobias
We are right now doing an experiment which consists in the rewrite of MCBrowser and friends. I hope we will get something cleaner and clearer :) Ben On Apr 4, 2012, at 12:55 PM, Guillermo Polito wrote:
On Wed, Apr 4, 2012 at 3:25 AM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 22:57 schrieb Guillermo Polito:
On Tue, Apr 3, 2012 at 10:49 PM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 20:24 schrieb phil@highoctane.be:
And the version pushed will be +1 each time isn't it?
How do I put the same version to two places?
when you commit a version, you get a window with several options, eg, browse ⦠diff⦠etc. The last is âcopyâ click on it and you can copy the very same version to different repos. This does not work with the âsaveâ button in the working copy overview. âsaveâ -> commit âcopyâ -> push.
Hey, I'd vote for changing the buttons' labels!
problematic. for âsaveâ, ok. but âcopyâ is just that; only the version selected gets transferredâ¦
But it is not clear if it is copy to or copy from. Also save may be commit & push, because it does that.
Introducing the terms from other tools like git/mercurial/svn may betray the origins of monticello, but It'll make it clearer to newcomers, and for me because I'm kind of stupid some times.
I'm now reading the context menu of repositories:
#(('Open repository' #openRepository) ('Edit repository info' #editRepository) ('Add to package...' #addRepositoryToPackage) ('Remove repository' #removeRepository) ('Load repositories' #loadRepositories) ('Save repositories' #saveRepositories) ('Flush cached versions' #flushAllCaches))
What does load repositories or save repositories, or flush cached versions mean?
Best -tobias
hope you are using Spec :) On Apr 4, 2012, at 1:10 PM, Benjamin wrote:
We are right now doing an experiment which consists in the rewrite of MCBrowser and friends.
I hope we will get something cleaner and clearer :)
Ben
On Apr 4, 2012, at 12:55 PM, Guillermo Polito wrote:
On Wed, Apr 4, 2012 at 3:25 AM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 22:57 schrieb Guillermo Polito:
On Tue, Apr 3, 2012 at 10:49 PM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 20:24 schrieb phil@highoctane.be:
And the version pushed will be +1 each time isn't it?
How do I put the same version to two places?
when you commit a version, you get a window with several options, eg, browse ⦠diff⦠etc. The last is âcopyâ click on it and you can copy the very same version to different repos. This does not work with the âsaveâ button in the working copy overview. âsaveâ -> commit âcopyâ -> push.
Hey, I'd vote for changing the buttons' labels!
problematic. for âsaveâ, ok. but âcopyâ is just that; only the version selected gets transferredâ¦
But it is not clear if it is copy to or copy from. Also save may be commit & push, because it does that.
Introducing the terms from other tools like git/mercurial/svn may betray the origins of monticello, but It'll make it clearer to newcomers, and for me because I'm kind of stupid some times.
I'm now reading the context menu of repositories:
#(('Open repository' #openRepository) ('Edit repository info' #editRepository) ('Add to package...' #addRepositoryToPackage) ('Remove repository' #removeRepository) ('Load repositories' #loadRepositories) ('Save repositories' #saveRepositories) ('Flush cached versions' #flushAllCaches))
What does load repositories or save repositories, or flush cached versions mean?
Best -tobias
It's the goal :) Ben On Apr 4, 2012, at 1:46 PM, Esteban Lorenzano wrote:
hope you are using Spec :)
On Apr 4, 2012, at 1:10 PM, Benjamin wrote:
We are right now doing an experiment which consists in the rewrite of MCBrowser and friends.
I hope we will get something cleaner and clearer :)
Ben
On Apr 4, 2012, at 12:55 PM, Guillermo Polito wrote:
On Wed, Apr 4, 2012 at 3:25 AM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 22:57 schrieb Guillermo Polito:
On Tue, Apr 3, 2012 at 10:49 PM, Tobias Pape <Das.Linux@gmx.de> wrote:
Am 2012-04-03 um 20:24 schrieb phil@highoctane.be:
And the version pushed will be +1 each time isn't it?
How do I put the same version to two places?
when you commit a version, you get a window with several options, eg, browse ⦠diff⦠etc. The last is âcopyâ click on it and you can copy the very same version to different repos. This does not work with the âsaveâ button in the working copy overview. âsaveâ -> commit âcopyâ -> push.
Hey, I'd vote for changing the buttons' labels!
problematic. for âsaveâ, ok. but âcopyâ is just that; only the version selected gets transferredâ¦
But it is not clear if it is copy to or copy from. Also save may be commit & push, because it does that.
Introducing the terms from other tools like git/mercurial/svn may betray the origins of monticello, but It'll make it clearer to newcomers, and for me because I'm kind of stupid some times.
I'm now reading the context menu of repositories:
#(('Open repository' #openRepository) ('Edit repository info' #editRepository) ('Add to package...' #addRepositoryToPackage) ('Remove repository' #removeRepository) ('Load repositories' #loadRepositories) ('Save repositories' #saveRepositories) ('Flush cached versions' #flushAllCaches))
What does load repositories or save repositories, or flush cached versions mean?
Best -tobias
On 03 Apr 2012, at 15:12, Tobias Pape wrote:
Am 2012-04-03 um 11:34 schrieb Mariano Martinez Peck:
Hi guys. I cannot work today with SS3 because it gives me time outs all the time. The site is not down, but terrible slow. I am the only one seeing this?
it's fast from Berlin, thoâ¦
While we are complaining: did anyone ever look at the issues I posted into the issue tracker? And, did anyone ever use the project search and got a result back? Every time I try to use the search, I do not seem to get a proper HTTP response and the browser is just indicating that it is loading. Best regards Stefan -- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: +32 2 629 3525
Am 2012-04-03 um 19:52 schrieb Stefan Marr:
On 03 Apr 2012, at 15:12, Tobias Pape wrote:
Am 2012-04-03 um 11:34 schrieb Mariano Martinez Peck:
Hi guys. I cannot work today with SS3 because it gives me time outs all the time. The site is not down, but terrible slow. I am the only one seeing this?
it's fast from Berlin, thoâ¦
While we are complaining: did anyone ever look at the issues I posted into the issue tracker?
Yes I have. Some of them are solved and being staged onto ss3, which hopefully will happen soon ;) I'll take care of the rest of the issues once my currently primary issue is resolved â¦
And, did anyone ever use the project search and got a result back? Every time I try to use the search, I do not seem to get a proper HTTP response and the browser is just indicating that it is loading.
Hmm, doesn't happen at http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource so this should be resolved and being staged, too :) best -Tobias
We pushed SS3 out last summer as an Alpha because SS3 looked like it could be a better alternative to SqueakSource, so it was opened for general use "known bugs and all"... there are a number of "known bugs" that have been fixed and they are in the queue waiting on a number of open bugs/tasks that still need to be fixed before we can upgrade SS3[1][2] ... The particular issue you have is most likely related to the current i/o problems, which we are working on addressing ... Dale [1] http://code.google.com/p/squeaksource3/issues/list?can=2&q=Milestone%3D3.0-r... [2] http://code.google.com/p/squeaksource3/issues/list?can=2&q=Milestone%3D3.0-r... ----- Original Message ----- | From: "Stefan Marr" <smalltalk@stefan-marr.de> | To: "Pharo-project@lists.gforge.inria.fr Pharo" <Pharo-project@lists.gforge.inria.fr>, "Tobias Pape" | <Das.Linux@gmx.de> | Sent: Tuesday, April 3, 2012 10:52:11 AM | Subject: Re: [Pharo-project] http://ss3.gemstone.com/ is EXTREMELY slow? | | | On 03 Apr 2012, at 15:12, Tobias Pape wrote: | | > | > Am 2012-04-03 um 11:34 schrieb Mariano Martinez Peck: | > | >> Hi guys. I cannot work today with SS3 because it gives me time | >> outs all the time. The site is not down, but terrible slow. | >> I am the only one seeing this? | > | > it's fast from Berlin, tho⦠| | While we are complaining: did anyone ever look at the issues I posted | into the issue tracker? | And, did anyone ever use the project search and got a result back? | Every time I try to use the search, I do not seem to get a proper | HTTP response and the browser is just indicating that it is | loading. | | | Best regards | Stefan | | -- | Stefan Marr | Software Languages Lab | Vrije Universiteit Brussel | Pleinlaan 2 / B-1050 Brussels / Belgium | http://soft.vub.ac.be/~smarr | Phone: +32 2 629 2974 | Fax: +32 2 629 3525 | | |
Hi Dale: On 03 Apr 2012, at 20:05, Dale Henrichs wrote:
[1] http://code.google.com/p/squeaksource3/issues/list?can=2&q=Milestone%3D3.0-r... [2] http://code.google.com/p/squeaksource3/issues/list?can=2&q=Milestone%3D3.0-r...
Think I made the mistake assuming that you guys eat your own dog food ;) http://ss3.gemstone.com/ss/ss3.html/Issues Perhaps that should be disabled and include a note about the issue tracker on the overview page? Thanks Stefan -- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: +32 2 629 3525
Good point:) The Issues list in SS3 is not quite as full-featured as the one on Google:) Good point about disabling it though ... There is a note about the issue tracker on the SS3 Home page, but not on the SS3 project page ... good point. Dale ----- Original Message ----- | From: "Stefan Marr" <smalltalk@stefan-marr.de> | To: Pharo-project@lists.gforge.inria.fr | Sent: Tuesday, April 3, 2012 11:32:39 AM | Subject: Re: [Pharo-project] http://ss3.gemstone.com/ is EXTREMELY slow? | | Hi Dale: | | On 03 Apr 2012, at 20:05, Dale Henrichs wrote: | | > [1] | > http://code.google.com/p/squeaksource3/issues/list?can=2&q=Milestone%3D3.0-r... | > [2] | > http://code.google.com/p/squeaksource3/issues/list?can=2&q=Milestone%3D3.0-r... | | Think I made the mistake assuming that you guys eat your own dog food | ;) | | http://ss3.gemstone.com/ss/ss3.html/Issues | | Perhaps that should be disabled and include a note about the issue | tracker on the overview page? | | | Thanks | Stefan | | | | | -- | Stefan Marr | Software Languages Lab | Vrije Universiteit Brussel | Pleinlaan 2 / B-1050 Brussels / Belgium | http://soft.vub.ac.be/~smarr | Phone: +32 2 629 2974 | Fax: +32 2 629 3525 | | |
Mariano, We are on shared hardware in the VMware data center and I've seen occasional high i/o delays that are not related to GemStone activity...we're looking into this... Dale ----- Original Message ----- | From: "Mariano Martinez Peck" <marianopeck@gmail.com> | To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> | Cc: "Dale Henrichs" <dhenrich@vmware.com>, "Tobias Pape" <Tobias.Pape@student.hpi.uni-potsdam.de> | Sent: Tuesday, April 3, 2012 2:34:21 AM | Subject: http://ss3.gemstone.com/ is EXTREMELY slow? | | Hi guys. I cannot work today with SS3 because it gives me time outs | all the time. The site is not down, but terrible slow. | I am the only one seeing this? | | thanks | | -- | Mariano | http://marianopeck.wordpress.com | |
We are in the process of tracking down the root cause of inordinate i/o delays on http://ss3.gemstone.com[1]. In the meantime, we're going to tweak some of the system settings and will cycle the stone. The plan is to cycle the stone this afternoon at 2PM PDT and the system should be down for just a few minutes ... if that will cause any inconvenience let me know and I'll reschedule ... Dale [1] http://forum.world.st/http-ss3-gemstone-com-is-EXTREMELY-slow-td4528259.html
Thanks Dale for taking care :) On Tue, Apr 3, 2012 at 7:10 PM, Dale Henrichs <dhenrich@vmware.com> wrote:
We are in the process of tracking down the root cause of inordinate i/o delays on http://ss3.gemstone.com[1].
In the meantime, we're going to tweak some of the system settings and will cycle the stone.
The plan is to cycle the stone this afternoon at 2PM PDT and the system should be down for just a few minutes ... if that will cause any inconvenience let me know and I'll reschedule ...
Dale
[1] http://forum.world.st/http-ss3-gemstone-com-is-EXTREMELY-slow-td4528259.html
-- Mariano http://marianopeck.wordpress.com
Mariano, This downtime won't get us out of the woods ... there's something funky going on with i/o, but it should help a bit ... Dale ----- Original Message ----- | From: "Mariano Martinez Peck" <marianopeck@gmail.com> | To: "Pharo Development" <pharo-project@lists.gforge.inria.fr> | Sent: Tuesday, April 3, 2012 10:34:03 AM | Subject: Re: [Pharo-project] [squeak-dev] SS3 downtime - today 2pm PDT | | Thanks Dale for taking care :) | | | On Tue, Apr 3, 2012 at 7:10 PM, Dale Henrichs < dhenrich@vmware.com > | wrote: | | | We are in the process of tracking down the root cause of inordinate | i/o delays on http://ss3.gemstone.com [1]. | | In the meantime, we're going to tweak some of the system settings and | will cycle the stone. | | The plan is to cycle the stone this afternoon at 2PM PDT and the | system should be down for just a few minutes ... if that will cause | any inconvenience let me know and I'll reschedule ... | | Dale | | [1] | http://forum.world.st/http-ss3-gemstone-com-is-EXTREMELY-slow-td4528259.html | | | | | -- | Mariano | http://marianopeck.wordpress.com | |
SS3 is back online ... Dale ----- Original Message ----- | From: "Dale Henrichs" <dhenrich@vmware.com> | To: Pharo-project@lists.gforge.inria.fr, "The general-purpose Squeak developers list" | <squeak-dev@lists.squeakfoundation.org>, beta@seaside.gemstone.com | Sent: Tuesday, April 3, 2012 10:10:41 AM | Subject: [squeak-dev] SS3 downtime - today 2pm PDT | | We are in the process of tracking down the root cause of inordinate | i/o delays on http://ss3.gemstone.com[1]. | | In the meantime, we're going to tweak some of the system settings and | will cycle the stone. | | The plan is to cycle the stone this afternoon at 2PM PDT and the | system should be down for just a few minutes ... if that will cause | any inconvenience let me know and I'll reschedule ... | | Dale | | [1] | http://forum.world.st/http-ss3-gemstone-com-is-EXTREMELY-slow-td4528259.html | |
participants (11)
-
Benjamin -
Dale Henrichs -
Esteban Lorenzano -
Guillermo Polito -
Mariano Martinez Peck -
phil@highoctane.be -
Santiago Bragagnolo -
Stefan Marr -
Stéphane Ducasse -
Sven Van Caekenberghe -
Tobias Pape