Ring-k commented on a change in pull request #1387:
URL: https://github.com/apache/incubator-iotdb/pull/1387#discussion_r446626622



##########
File path: 
cluster/src/main/java/org/apache/iotdb/cluster/server/member/MetaGroupMember.java
##########
@@ -1586,7 +1586,7 @@ private TSStatus processPartitionedPlan(PhysicalPlan 
plan) throws UnsupportedPla
           }
           return executeNonQuery(plan);
         } catch (MetadataException e) {
-          logger.error("Failed to set storage group or create timeseries, 
because {}", e);
+          logger.error(String.format("Failed to set storage group or create 
timeseries, because %s", e));

Review comment:
       It was recognized as a bug according to rules of sonar, "Fewer arguments 
provided (0) than placeholders specified (1) ". 




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

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


Reply via email to