You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2023/01/17 08:02:38 UTC

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #10287: Elasticsearch storage :Support batchOfBytes configuration to set up the batch bytes size of the record data.

wu-sheng commented on code in PR #10287:
URL: https://github.com/apache/skywalking/pull/10287#discussion_r1071872344


##########
oap-server/server-library/library-elasticsearch-client/src/main/java/org/apache/skywalking/library/elasticsearch/bulk/BulkProcessor.java:
##########
@@ -177,9 +185,20 @@ private CompletableFuture<Void> doFlush(final List<Holder> batch) {
         return future;
     }
 
+
+    private byte[] toByteArray (Object obj) throws IOException {

Review Comment:
   This seems a code format issue..



-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org