18:37:18 i would like to submit a small patch for issue #17643 i created. i read the documentation i found on https://code.illumos.org/Documentation/user-upload.html, but i cannot create a new change there 18:37:22 $ git push ssh://janosch⊙cio:29418/illumos-gate.git HEAD:refs/for/experimental%l=Code-Review+1 18:37:33 fails with: branch experimental not found 18:37:38 $ git push ssh://janosch⊙cio:29418/illumos-gate.git HEAD:refs/heads/review-17643 18:37:49 fails with: prohibited by Gerrit: not permitted: create 18:40:44 The branch on gerrit is the branch your change wants to integrate _to_, so you'd say "refs/for/master" if you wanted it to land in master 18:40:59 if you do `push -nv` it should say "[new reference]" on the left, if you do it right. 18:41:19 (and then do it without the -n, to do it properly) 18:44:51 thanks! making progress, now i need to set a proper change-id, but there's an error message with a hint for that 18:48:28 success. and the gerrit link automatically appeared in redmine like magic 21:21:14 am I the only one seeing this? https://www.illumos.org/issues/16116 21:21:15 → BUG 16116: zfs_get_data() still racing? (New) 21:29:35 I have never seen it 21:30:00 maybe characterize the load testing and see if someone else can trigger it? 21:30:38 maybe you managed to do something unusual by mistake? 21:30:56 that is, you're hitting a reproducible bug but you're the only one doing it