bbeaudreault commented on code in PR #5686:
URL: https://github.com/apache/hbase/pull/5686#discussion_r1492873815
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaUtil.java:
##########
@@ -334,7 +334,8 @@ public static Map<String, UserQuotaState>
fetchUserQuotas(final Connection conne
String user = getUserFromRowKey(key);
if (results[i].isEmpty()) {
- userQuotas.put(user,
buildDefaultUserQuotaState(connection.getConfiguration()));
+ userQuotas.put(user,
buildDefaultUserQuotaState(connection.getConfiguration(),
+ EnvironmentEdgeManager.currentTime()));
Review Comment:
can you use the nowTs right above? not sure how much it matters, but it will
keep the most parity with how it used to be
--
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]