Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local git bridge: polling not working #553

Closed
avsm opened this issue May 9, 2017 · 2 comments
Closed

local git bridge: polling not working #553

avsm opened this issue May 9, 2017 · 2 comments
Assignees
Labels

Comments

@avsm
Copy link
Collaborator

avsm commented May 9, 2017

With a simple local git repo and the local bridge, I am not seeing the monitoring working. In the logs:

2017-05-09 14:26.05 DBG [irw-polling] polling /Users/avsm/src/git/avsm/multiarch-experiment/.git/refs: diff:
                                      [(heads/master,
                                        679593fc75b3aada7790031d64f60e43);
                                       (heads/master,
                                        db4c8acbb118699346148be02f51d50d)]
2017-05-09 14:26.05 DBG [irmin-watcher] callback 1
2017-05-09 14:26.05 DBG [git.unix] Reading /Users/avsm/src/git/avsm/multiarch-experiment/.git/refs/heads/heads/master
2017-05-09 14:26.05 DBG [git.unix] Reading /Users/avsm/src/git/avsm/multiarch-experiment/.git/packed-refs
2017-05-09 14:26.05 DBG [irmin.watch] notify-all[1:0]: same value, skipping.
2017-05-09 14:26.13 DBG [bridge-local-git.9p] C ((tag (1))
                                                 (payload
                                                  (Walk
                                                   ((fid 0) (newfid 1)
                                                    (wnames ())))))

(note that it found the different head from irw-polling, but then the notify-all says its the same value).

Restarting the local bridge process does detect the new commits. Does it work for anyone else on a local OSX setup?

@talex5
Copy link
Contributor

talex5 commented May 12, 2017

(I think @samoht was planning to look into this)

@samoht samoht self-assigned this May 12, 2017
@talex5
Copy link
Contributor

talex5 commented May 16, 2017

Can confirm this is currently broken :-(

samoht added a commit to samoht/irmin that referenced this issue May 16, 2017
samoht added a commit to samoht/datakit that referenced this issue May 16, 2017
Fix moby#553

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
samoht added a commit to samoht/datakit that referenced this issue May 17, 2017
Fix moby#553

Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants