DomGarguilo commented on issue #2760: URL: https://github.com/apache/accumulo/issues/2760#issuecomment-1176607613
The only tables left to convert are tables displaying trace information. As of https://github.com/apache/accumulo/pull/2259, it looks like the information that is returned for the table to display will always be empty. This portion of the code essentially creates an empty list to send when requested by these tables: https://github.com/apache/accumulo/blob/2e74f4d05031e6aa224292dfea89fa553be0cf3d/server/monitor/src/main/java/org/apache/accumulo/monitor/rest/trace/TracesResource.java#L63 From what I can tell the monitor in its current state cannot display anything in the trace tables. I'm not sure if that is the intention, in which case I suppose these tables can be removed from the code? Or if this was supposed to be a follow on task from #2259. Does anyone know how we should move forward with this? -- 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]
