[jira] [Work logged] (CURATOR-661) Cleanup and refactor build and CI settings

2023-03-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CURATOR-661?focusedWorklogId=848493&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-848493 ] ASF GitHub Bot logged work on CURATOR-661: -- Author: ASF GitHub Bot

[GitHub] [curator] tisonkun opened a new pull request, #447: [CURATOR-661] Update copyright year in NOTICE files

2023-03-01 Thread via GitHub
tisonkun opened a new pull request, #447: URL: https://github.com/apache/curator/pull/447 Isolated part in https://github.com/apache/curator/pull/444 -- 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

[jira] [Work logged] (CURATOR-518) Curator. LeaderSelector. Two successive calls to interruptLeadership() will break autoRequeue.

2023-03-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CURATOR-518?focusedWorklogId=848407&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-848407 ] ASF GitHub Bot logged work on CURATOR-518: -- Author: ASF GitHub Bot

[GitHub] [curator] eolivelli commented on pull request #446: CURATOR-518: Fix LeaderSelector requeue broken by interruptLeadership

2023-03-01 Thread via GitHub
eolivelli commented on PR #446: URL: https://github.com/apache/curator/pull/446#issuecomment-1450470500 some tests failed. I have restarted CI -- 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

[jira] [Work logged] (CURATOR-518) Curator. LeaderSelector. Two successive calls to interruptLeadership() will break autoRequeue.

2023-03-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CURATOR-518?focusedWorklogId=848391&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-848391 ] ASF GitHub Bot logged work on CURATOR-518: -- Author: ASF GitHub Bot

[GitHub] [curator] kezhuw opened a new pull request, #446: CURATOR-518: Fix LeaderSelector requeue broken by interruptLeadership

2023-03-01 Thread via GitHub
kezhuw opened a new pull request, #446: URL: https://github.com/apache/curator/pull/446 Currently, `LeaderSelector.interruptLeadership` clould cancel queued contention task before its execution which will break contention loop. -- This is an automated message from the Apache Git Service.

[jira] [Work logged] (CURATOR-621) InterProcessReadWriteLock allows the write lock to be taken when the read one is not released

2023-03-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/CURATOR-621?focusedWorklogId=848390&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-848390 ] ASF GitHub Bot logged work on CURATOR-621: -- Author: ASF GitHub Bot

[GitHub] [curator] kezhuw opened a new pull request, #445: CURATOR-621: Fix write acquire after downgrade InterProcessReadWriteLock

2023-03-01 Thread via GitHub
kezhuw opened a new pull request, #445: URL: https://github.com/apache/curator/pull/445 Currently, in downgrading write lock of InterProcessReadWriteLock, read lock could have larger sorting sequence than contending write-acquire, this cause contending write-acquire to succeed after downgra