dockerzhang opened a new issue #1107:
URL: https://github.com/apache/incubator-inlong/issues/1107


   <p>appearance:</p>
   
   <p>request url: </p>
   
   <p><a 
href="http://brokerip:brokerWebPort/broker.htm?method=admin_query_group_offset&topicName=xxx&groupName=xxx&partitionId=0&requireRealOffset=true%27";
 class="external-link" 
rel="nofollow">http://brokerIp:brokerWebPort/broker.htm?method=admin_query_group_offset&topicName=xxx&groupName=xxx&partitionId=0&requireRealOffset=true</a></p>
   
   <p>response json: </p>
   
   {"result":false,"errCode":400,"errMsg":"Parameter partitionId value must <= 
-2"}
   
   <p>the reason for the error:</p>
   
   <p>parameter passing error</p>
   
   <p>solution:</p>
   
   <p>On line 392 of the WebParameterUtils.java file,modify it to</p>
   
   <p>checkIntValueNorms(fieldDef, paramValue, hasMinVal, minValue, hasMaxVal, 
maxValue, result);</p>
   <i>JIRA link - <a 
href="https://issues.apache.org/jira/browse/INLONG-518";>[INLONG-518]</a> 
created by leno</i>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to