You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/20 12:50:54 UTC

[GitHub] [pulsar] eolivelli opened a new pull request, #16147: Transactions: fix race in TransactionMetaStoreHandler

eolivelli opened a new pull request, #16147:
URL: https://github.com/apache/pulsar/pull/16147

   ### Motivation
   Fixes 15375
   
   the NPE happens because internalPinnedExecutor has not been assigned yet.
   
   ### Modifications
   
   Refactor the constructor, in a way that "this" is not accessed from another thread while the constructor is not done yet.
   
   ### Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] github-actions[bot] commented on pull request #16147: [fix][txn]Fix race in TransactionMetaStoreHandler

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #16147:
URL: https://github.com/apache/pulsar/pull/16147#issuecomment-1161044849

   @eolivelli Please provide a correct documentation label for your PR.
   Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] congbobo184 merged pull request #16147: Transactions: fix race in TransactionMetaStoreHandler

Posted by GitBox <gi...@apache.org>.
congbobo184 merged PR #16147:
URL: https://github.com/apache/pulsar/pull/16147


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] github-actions[bot] commented on pull request #16147: Transactions: fix race in TransactionMetaStoreHandler

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #16147:
URL: https://github.com/apache/pulsar/pull/16147#issuecomment-1160412440

   @eolivelli Please provide a correct documentation label for your PR.
   Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] github-actions[bot] commented on pull request #16147: [fix][txn]Fix race in TransactionMetaStoreHandler

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #16147:
URL: https://github.com/apache/pulsar/pull/16147#issuecomment-1161045402

   @eolivelli Please provide a correct documentation label for your PR.
   Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] codelipenghui commented on pull request #16147: Transactions: fix race in TransactionMetaStoreHandler

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on PR #16147:
URL: https://github.com/apache/pulsar/pull/16147#issuecomment-1160607928

   @congbobo184 @liangyepianzhou Please help review the PR.


-- 
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: commits-unsubscribe@pulsar.apache.org

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