Hi all, As you all know, we’ve had a lot of issues in sepia recently. One of them is that we’re having trouble with Java paths during builds (I havent followed the details, tbh). Radek pointed out [1] that CephFS seems to be the only user of Java in the codebase, and when I ran a “git grep” the only occurrences were for cephfs-java, which AFAIK only exists to support the (very defunct) Hadoop plug-in. Are there no other users? Can we disable this temporarily to get builds working in the lab and continue testing? Is anybody going to notice if we remove it? If the answers are “yes”, let’s do as much as we can and get some builds going ASAP? Thanks, -Greg
I On Tue, Jan 10, 2023, 8:38 PM Gregory Farnum <gfarnum@redhat.com> wrote:
Hi all,
As you all know, we’ve had a lot of issues in sepia recently. One of them is that we’re having trouble with Java paths during builds (I havent followed the details, tbh). Radek pointed out [1] that CephFS seems to be the only user of Java in the codebase, and when I ran a “git grep” the only occurrences were for cephfs-java, which AFAIK only exists to support the (very defunct) Hadoop plug-in.
Are there no other users? Can we disable this temporarily to get builds working in the lab and continue testing? Is anybody going to notice if we remove it?
If the answers are “yes”, let’s do as much as we can and get some builds going ASAP?
Why not go ahead with disabling it now for the sake of testing, while figuring out whether we actually need/want it? Yehuda Thanks,
-Greg _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
On Wed, Jan 11, 2023 at 7:44 AM Yehuda Sadeh-Weinraub <yehuda@redhat.com> wrote:
I
On Tue, Jan 10, 2023, 8:38 PM Gregory Farnum <gfarnum@redhat.com> wrote:
Hi all,
As you all know, we’ve had a lot of issues in sepia recently. One of them is that we’re having trouble with Java paths during builds (I havent followed the details, tbh). Radek pointed out [1] that CephFS seems to be the only user of Java in the codebase, and when I ran a “git grep” the only occurrences were for cephfs-java, which AFAIK only exists to support the (very defunct) Hadoop plug-in.
Are there no other users? Can we disable this temporarily to get builds working in the lab and continue testing? Is anybody going to notice if we remove it?
If the answers are “yes”, let’s do as much as we can and get some builds going ASAP?
Why not go ahead with disabling it now for the sake of testing, while figuring out whether we actually need/want it?
+1 Let's disable it for now and wait for confirmation before removing it entirely. -- Cheers, Venky
https://github.com/ceph/ceph/pull/49711 seems like it will suffice. -Sam On Tue, Jan 10, 2023 at 8:24 PM Venky Shankar <vshankar@redhat.com> wrote:
On Wed, Jan 11, 2023 at 7:44 AM Yehuda Sadeh-Weinraub <yehuda@redhat.com> wrote:
I
On Tue, Jan 10, 2023, 8:38 PM Gregory Farnum <gfarnum@redhat.com> wrote:
Hi all,
As you all know, we’ve had a lot of issues in sepia recently. One of them is that we’re having trouble with Java paths during builds (I havent followed the details, tbh). Radek pointed out [1] that CephFS seems to be the only user of Java in the codebase, and when I ran a “git grep” the only occurrences were for cephfs-java, which AFAIK only exists to support the (very defunct) Hadoop plug-in.
Are there no other users? Can we disable this temporarily to get builds working in the lab and continue testing? Is anybody going to notice if we remove it?
If the answers are “yes”, let’s do as much as we can and get some builds going ASAP?
Why not go ahead with disabling it now for the sake of testing, while figuring out whether we actually need/want it?
+1
Let's disable it for now and wait for confirmation before removing it entirely.
-- Cheers, Venky _______________________________________________ Dev mailing list -- dev@ceph.io To unsubscribe send an email to dev-leave@ceph.io
participants (4)
-
Gregory Farnum
-
Sam Just
-
Venky Shankar
-
Yehuda Sadeh-Weinraub