noob-se7en commented on code in PR #17089:
URL: https://github.com/apache/pinot/pull/17089#discussion_r2532839856


##########
pinot-server/src/main/java/org/apache/pinot/server/api/resources/DebugResource.java:
##########
@@ -87,6 +92,7 @@
 @Path("/debug/")
 public class DebugResource {
   private static final Logger LOGGER = 
LoggerFactory.getLogger(DebugResource.class);
+  private static final long STREAM_METADATA_FETCH_TIMEOUT_MS = 5000;

Review Comment:
   moved it to new util class



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to