[
https://issues.apache.org/jira/browse/SOLR-8790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15191369#comment-15191369
]
Anshum Gupta commented on SOLR-8790:
------------------------------------
[~varunthacker] The patch leads to failing TestRebalanceLeaders.
You are trying to extract the NODE_NAME from message but that is always be null.
{code}
message.getStr(ZkStateReader.NODE_NAME_PROP)
{code}
Also, your patch loses this information:
{code}
sreq.purpose = ShardRequest.PURPOSE_PRIVATE;
{code}
> Add node name back to the core level responses in OverseerMessageHandler
> ------------------------------------------------------------------------
>
> Key: SOLR-8790
> URL: https://issues.apache.org/jira/browse/SOLR-8790
> Project: Solr
> Issue Type: Bug
> Reporter: Anshum Gupta
> Attachments: SOLR-8790-followup.patch, SOLR-8790.patch
>
>
> Continuing from SOLR-8789, now that this test runs, time to fix it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]