[jira] [Commented] (AVRO-1760) Thread scalability problem with the use of SynchronizedMap

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105104#comment-15105104 ] ASF subversion and git services commented on AVRO-1760: --- Commit 1725222 from

[jira] [Commented] (AVRO-1760) Thread scalability problem with the use of SynchronizedMap

2016-01-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105103#comment-15105103 ] ASF subversion and git services commented on AVRO-1760: --- Commit 1725220 from

[jira] [Commented] (AVRO-1760) Thread scalability problem with the use of SynchronizedMap

2016-01-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105184#comment-15105184 ] Hudson commented on AVRO-1760: -- SUCCESS: Integrated in AvroJava #570 (See

[jira] [Commented] (AVRO-1760) Thread scalability problem with the use of SynchronizedMap

2016-01-15 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15102715#comment-15102715 ] Ryan Blue commented on AVRO-1760: - +1 I was initially concerned about not allowing null values in the

[jira] [Commented] (AVRO-1760) Thread scalability problem with the use of SynchronizedMap

2015-12-01 Thread Mulugeta Mammo (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035053#comment-15035053 ] Mulugeta Mammo commented on AVRO-1760: -- guav's com.google.collect.MapMaker with weakkeys works fine

[jira] [Commented] (AVRO-1760) Thread scalability problem with the use of SynchronizedMap

2015-12-01 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15034310#comment-15034310 ] Ryan Blue commented on AVRO-1760: - [~mulugeta], could you run your test with the guava cache to see if it

[jira] [Commented] (AVRO-1760) Thread scalability problem with the use of SynchronizedMap

2015-12-01 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15033431#comment-15033431 ] Tom White commented on AVRO-1760: - How about seeing if Guava's thread-safe maps help here? (See Doug's

[jira] [Commented] (AVRO-1760) Thread scalability problem with the use of SynchronizedMap

2015-12-01 Thread Zoltan Farkas (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15033676#comment-15033676 ] Zoltan Farkas commented on AVRO-1760: - Guava Cache scalability is not exactly stellar, see

[jira] [Commented] (AVRO-1760) Thread scalability problem with the use of SynchronizedMap

2015-11-30 Thread Mulugeta Mammo (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15032691#comment-15032691 ] Mulugeta Mammo commented on AVRO-1760: -- [~rdblue] I checked WeakIdentityConcurrentMap and it doesn't

[jira] [Commented] (AVRO-1760) Thread scalability problem with the use of SynchronizedMap

2015-11-24 Thread Mulugeta Mammo (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15025782#comment-15025782 ] Mulugeta Mammo commented on AVRO-1760: -- Great! I'll check that and get back to you. > Thread

[jira] [Commented] (AVRO-1760) Thread scalability problem with the use of SynchronizedMap

2015-11-24 Thread Ryan Blue (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15025699#comment-15025699 ] Ryan Blue commented on AVRO-1760: - [~mulugeta], thanks for reporting the problem. Nice looking doc to point