[jira] [Updated] (OAK-8233) new Date.getTime() can be changed to System.currentTimeMillis() to improve performance

2019-04-12 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/OAK-8233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated OAK-8233: -- Description: Hello, I found that System.currentTimeMillis() can be used here instead of new Date.getTime().

[jira] [Updated] (OAK-8233) new Date.getTime() can be changed to System.currentTimeMillis() to improve performance

2019-04-12 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/OAK-8233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated OAK-8233: -- Attachment: 1.patch > new Date.getTime() can be changed to System.currentTimeMillis() to improve > performance

[jira] [Comment Edited] (OAK-8232) Node#setPrimaryType(String) does not create child nodes defined as autoCreated

2019-04-12 Thread Manfred Baedke (JIRA)
[ https://issues.apache.org/jira/browse/OAK-8232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16816489#comment-16816489 ] Manfred Baedke edited comment on OAK-8232 at 4/12/19 5:14 PM: -- Attached patch

[jira] [Commented] (OAK-8232) Node#setPrimaryType(String) does not create child nodes defined as autoCreated

2019-04-12 Thread Manfred Baedke (JIRA)
[ https://issues.apache.org/jira/browse/OAK-8232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16816489#comment-16816489 ] Manfred Baedke commented on OAK-8232: - Attached proposed patch. It's working, but I'm unsure if the

[jira] [Updated] (OAK-8232) Node#setPrimaryType(String) does not create child nodes defined as autoCreated

2019-04-12 Thread Manfred Baedke (JIRA)
[ https://issues.apache.org/jira/browse/OAK-8232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manfred Baedke updated OAK-8232: Attachment: oak-8232.patch > Node#setPrimaryType(String) does not create child nodes defined as

[jira] [Commented] (OAK-8234) Reduce object allocation in PermissionProviderImpl for admin sessions

2019-04-12 Thread Alex Deparvu (JIRA)
[ https://issues.apache.org/jira/browse/OAK-8234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16816297#comment-16816297 ] Alex Deparvu commented on OAK-8234: --- Proposed patch [0]. In order to keep the change footprint to a

[jira] [Created] (OAK-8234) Reduce object allocation in PermissionProviderImpl for admin sessions

2019-04-12 Thread Alex Deparvu (JIRA)
Alex Deparvu created OAK-8234: - Summary: Reduce object allocation in PermissionProviderImpl for admin sessions Key: OAK-8234 URL: https://issues.apache.org/jira/browse/OAK-8234 Project: Jackrabbit Oak

[jira] [Commented] (OAK-8231) Unreachable code in LoginModuleImpl.getLoginId

2019-04-12 Thread Alex Deparvu (JIRA)
[ https://issues.apache.org/jira/browse/OAK-8231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16816246#comment-16816246 ] Alex Deparvu commented on OAK-8231: --- agreed, let's remove this. > Unreachable code in

[jira] [Updated] (OAK-8233) new Date.getTime() can be changed to System.currentTimeMillis() to improve performance

2019-04-12 Thread bd2019us (JIRA)
[ https://issues.apache.org/jira/browse/OAK-8233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bd2019us updated OAK-8233: -- Description: Location: oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/LongUtils.java:52 Hello, I

[jira] [Created] (OAK-8233) new Date.getTime() can be changed to System.currentTimeMillis() to improve performance

2019-04-12 Thread bd2019us (JIRA)
bd2019us created OAK-8233: - Summary: new Date.getTime() can be changed to System.currentTimeMillis() to improve performance Key: OAK-8233 URL: https://issues.apache.org/jira/browse/OAK-8233 Project:

[jira] [Closed] (OAK-8106) High memory usage when large branch is reset

2019-04-12 Thread Davide Giannella (JIRA)
[ https://issues.apache.org/jira/browse/OAK-8106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davide Giannella closed OAK-8106. - bulk close 1.6.17 > High memory usage when large branch is reset >

[jira] [Closed] (OAK-8133) Word SHA1 no longer allowed

2019-04-12 Thread Davide Giannella (JIRA)
[ https://issues.apache.org/jira/browse/OAK-8133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davide Giannella closed OAK-8133. - bulk close 1.6.17 > Word SHA1 no longer allowed > --- > >

[jira] [Closed] (OAK-8123) Build failure with Maven 3.6.0

2019-04-12 Thread Davide Giannella (JIRA)
[ https://issues.apache.org/jira/browse/OAK-8123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davide Giannella closed OAK-8123. - bulk close 1.6.17 > Build failure with Maven 3.6.0 > -- > >

[jira] [Commented] (OAK-8221) Failure to do anything,throw CommitFailedException: OakMerge0004

2019-04-12 Thread zhouxu (JIRA)
[ https://issues.apache.org/jira/browse/OAK-8221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16816032#comment-16816032 ] zhouxu commented on OAK-8221: - we can schedule revision garbage collection every night。 Is there an example of