chibenwa commented on a change in pull request #450:
URL: https://github.com/apache/james-project/pull/450#discussion_r640206373
##########
File path:
server/blob/blob-cassandra/src/main/java/org/apache/james/blob/cassandra/CassandraBlobStoreDAO.java
##########
@@ -80,6 +87,9 @@ public CassandraBlobStoreDAO(CassandraDefaultBucketDAO
defaultBucketDAO,
this.metricClOneMissCount =
metricFactory.generate(CASSANDRA_BLOBSTORE_CL_ONE_MISS_COUNT_METRIC_NAME);
this.metricClOneHitCount =
metricFactory.generate(CASSANDRA_BLOBSTORE_CL_ONE_HIT_COUNT_METRIC_NAME);
+
+ LOGGER.warn("WARNING: JAMES-3591 Cassandra is not made to store large
binary content, its use will be suboptimal compared to " +
Review comment:
Fair.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]