You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ddanielr (via GitHub)" <gi...@apache.org> on 2023/03/06 18:02:17 UTC

[GitHub] [accumulo] ddanielr commented on pull request #3226: Fix scan thread resource starvation

ddanielr commented on PR #3226:
URL: https://github.com/apache/accumulo/pull/3226#issuecomment-1456662140

   I don't have the ability to push to the accumulo repo in order to merge these changes. 
    
   I tested the following merge operations locally and they did not produce any merge conflicts. 
   
   ```
   1. git checkout 1.10
   2. git merge ddanielr:bugfix/file-manager-permit-fix
   3. git rebase -i 9580cbab7e9887f450f6ad5f7059d3ec5e5824b1
     (drop commits 092ce9ac21 and 03d5eebc92 as they are unnecessary)
   4. git push (permission denied) 
   5. git checkout 2.1
   6. git merge 1.10
   7. git push (permission denied)
   8. git checkout main
   9. git merge 2.1
   10. git push (permission denied)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org