ctubbsii commented on code in PR #4082:
URL: https://github.com/apache/accumulo/pull/4082#discussion_r1430877965
##########
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletClientHandler.java:
##########
@@ -1281,12 +1282,9 @@ public void compactionJobFailed(TInfo tinfo,
TCredentials credentials,
@Override
public List<String> getActiveLogs(TInfo tinfo, TCredentials credentials) {
Review Comment:
That would require making LogEntry a Thrift type, as this method is
implementing a Thrift interface. I think it's fine to serialize it as a String
for the network API.
--
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]