> From: Martin Pool <[email protected]> > Date: Fri, 19 Aug 2011 08:47:57 +1000 > Cc: [email protected] > > On 19 August 2011 04:45, Eli Zaretskii <[email protected]> wrote: > > Can someone please look at the bzr server on savannah? It just took > > me 6.5 minutes to complete "bzr update" that brought no revisions at > > all (i.e. my tree was up to date). And now it takes forever to commit > > a small change in 2 files. > > Hi Eli, > > Can you give me the log from doing one of these operations with the > -Dhpss flag on?
I'm not sure this is the same problem, but here you go. It seemed to just hang after the last line. After 5 minutes, I killed it. Sun 2011-08-21 19:13:10 +0300 0.172 bazaar version: 2.3.3 0.172 bzr arguments: [u'-Dhpss', u'up'] 0.219 looking for plugins in C:/Documents and Settings/Zaretzky/Application Data/bazaar/2.0/plugins 0.219 looking for plugins in D:/usr/Bazaar/plugins 0.516 encoding stdout as sys.stdout encoding 'cp862' 0.547 opening working tree 'D:/gnu/bzr/emacs/trunk' 0.578 hpss: Built a new medium: SmartSSHClientMedium 0.610 bzr-svn: using Subversion 1.6.6 (), subvertpy 0.7.5 0.797 hpss call: 'BzrDir.open_2.1', 'emacs/trunk/' 0.797 (to bzr+ssh://[email protected]/emacs/trunk/) 0.797 falling back to default implementation 0.797 failed to load system host keys: [Errno 2] No such file or directory: 'D:\\usr\\eli/.ssh/known_hosts' [ 248] 2011-08-21 19:13:11.608 INFO: Connected (version 2.0, client OpenSSH_5.5p1) 1.938 Trying SSH agent key A6442B38A7FDA45B6B2E3B70568448C5 [ 248] 2011-08-21 19:13:13.062 INFO: Authentication (publickey) successful! [ 248] 2011-08-21 19:13:13.312 INFO: Secsh channel 1 opened. 3.469 result: ('yes', 'no') 3.469 hpss call: 'BzrDir.open_branchV3', 'emacs/trunk/' 3.469 (to bzr+ssh://[email protected]/emacs/trunk/) 3.750 result: ('branch', 'Bazaar Branch Format 7 (needs bzr 1.6)\n') 3.750 hpss call: 'BzrDir.find_repositoryV3', 'emacs/trunk/' 3.750 (to bzr+ssh://[email protected]/emacs/trunk/) 3.938 result: ('ok', '..', 'yes', 'no', 'yes', 'Bazaar repository format 2a (needs bzr 1.16 or later)\n') 3.938 hpss call: 'BzrDir.open_2.1', 'emacs/' 3.938 (to bzr+ssh://[email protected]/emacs/trunk/) 4.141 result: ('yes', 'no') 4.141 hpss call: 'BzrDir.find_repositoryV3', 'emacs/' 4.141 (to bzr+ssh://[email protected]/emacs/trunk/) 4.344 result: ('ok', '', 'yes', 'no', 'yes', 'Bazaar repository format 2a (needs bzr 1.16 or later)\n') 4.344 hpss call: 'Repository.is_shared', 'emacs/' 4.344 (to bzr+ssh://[email protected]/emacs/trunk/) 4.563 result: ('yes',) 4.563 hpss call: 'Branch.get_stacked_on_url', 'emacs/trunk/' 4.563 (to bzr+ssh://[email protected]/emacs/trunk/) 4.813 result: ('NotStacked',) 4.844 hpss call: 'BzrDir.open_2.1', 'emacs/trunk/' 4.844 (to bzr+ssh://[email protected]/emacs/trunk/) 5.063 result: ('yes', 'no') 5.063 hpss call: 'BzrDir.open_branchV3', 'emacs/trunk/' 5.063 (to bzr+ssh://[email protected]/emacs/trunk/) 5.375 result: ('branch', 'Bazaar Branch Format 7 (needs bzr 1.6)\n') 5.375 hpss call: 'BzrDir.find_repositoryV3', 'emacs/trunk/' 5.375 (to bzr+ssh://[email protected]/emacs/trunk/) 5.563 result: ('ok', '..', 'yes', 'no', 'yes', 'Bazaar repository format 2a (needs bzr 1.16 or later)\n') 5.563 hpss call: 'BzrDir.open_2.1', 'emacs/' 5.563 (to bzr+ssh://[email protected]/emacs/trunk/) 5.875 result: ('yes', 'no') 5.875 hpss call: 'BzrDir.find_repositoryV3', 'emacs/' 5.875 (to bzr+ssh://[email protected]/emacs/trunk/) 6.078 result: ('ok', '', 'yes', 'no', 'yes', 'Bazaar repository format 2a (needs bzr 1.16 or later)\n') 6.094 hpss call: 'Repository.is_shared', 'emacs/' 6.094 (to bzr+ssh://[email protected]/emacs/trunk/) 6.344 result: ('yes',) 6.344 hpss call: 'Branch.get_stacked_on_url', 'emacs/trunk/' 6.344 (to bzr+ssh://[email protected]/emacs/trunk/) 6.610 result: ('NotStacked',) 6.610 hpss call: 'Branch.last_revision_info', 'emacs/trunk/' 6.610 (to bzr+ssh://[email protected]/emacs/trunk/) 6.813 result: ('ok', '105519', '[email protected]') 6.813 Using fetch logic to copy between RemoteRepository(bzr+ssh://[email protected]/emacs/.bzr/)(RemoteRepositoryFormat(_network_name='Bazaar repository format 2a (needs bzr 1.16 or later)\n')) and CHKInventoryRepository('file:///D:/gnu/bzr/emacs/.bzr/repository/')(RepositoryFormat2a()) 6.813 fetch up to rev {[email protected]} 6.813 hpss call w/body: 'Repository.get_parent_map', 'emacs/', 'include-missing:', '[email protected]' ('\n\n0'...) 6.813 3 bytes 7.797 result: ('ok',) 8.266 65143 body bytes read 9.235 hpss call w/body: 'Repository.get_stream_1.19', 'emacs/', 'Bazaar repository format 2a (needs bzr 1.16 or later)\n' ('search\[email protected]'...) 9.235 1445 bytes 9.750 result: ('ok',)
